You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of rust-lang#120226 - matthiaskrgr:rollup-9xwx0si, r=matthiaskrgr
Rollup of 9 pull requests
Successful merges:
- rust-lang#118714 ( Explanation that fields are being used when deriving `(Partial)Ord` on enums)
- rust-lang#119710 (Improve `let_underscore_lock`)
- rust-lang#119726 (Tweak Library Integer Division Docs)
- rust-lang#119746 (rustdoc: hide modals when resizing the sidebar)
- rust-lang#119986 (Fix error counting)
- rust-lang#120194 (Shorten `#[must_use]` Diagnostic Message for `Option::is_none`)
- rust-lang#120200 (Correct the anchor of an URL in an error message)
- rust-lang#120203 (Replace `#!/bin/bash` with `#!/usr/bin/env bash` in rust-installer tests)
- rust-lang#120212 (Give nnethercote more reviews)
r? `@ghost`
`@rustbot` modify labels: rollup
Copy file name to clipboardexpand all lines: compiler/rustc_codegen_ssa/messages.ftl
+1-1
Original file line number
Diff line number
Diff line change
@@ -325,7 +325,7 @@ codegen_ssa_unsupported_arch = unsupported arch `{$arch}` for os `{$os}`
325
325
326
326
codegen_ssa_unsupported_link_self_contained = option `-C link-self-contained` is not supported on this target
327
327
328
-
codegen_ssa_use_cargo_directive = use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname)
328
+
codegen_ssa_use_cargo_directive = use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-lib)
329
329
330
330
codegen_ssa_version_script_write_failure = failed to write version script: {$error}
0 commit comments