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
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Auto merge of rust-lang#120209 - TaKO8Ki:rollup-sicsyig, r=TaKO8Ki
Rollup of 12 pull requests
Successful merges:
- rust-lang#118639 (Undeprecate lint `unstable_features` and make use of it in the compiler)
- rust-lang#118714 ( Explanation that fields are being used when deriving `(Partial)Ord` on enums)
- rust-lang#119801 (Fix deallocation with wrong allocator in (A)Rc::from_box_in)
- rust-lang#119948 (Make `unsafe_op_in_unsafe_fn` migrated in edition 2024)
- rust-lang#119999 (remote-test: use u64 to represent file size)
- rust-lang#120058 (bootstrap: improvements for compiler builds)
- rust-lang#120160 (Manually implement derived `NonZero` traits.)
- rust-lang#120177 (Remove duplicate dependencies for rustc)
- rust-lang#120185 (coverage: Don't instrument `#[automatically_derived]` functions)
- 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)
r? `@ghost`
`@rustbot` modify labels: rollup
Copy file name to clipboardExpand all lines: compiler/rustc_codegen_ssa/messages.ftl
+1-1Lines changed: 1 addition & 1 deletion
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