Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#126278 - lqd:beta, r=<try>
[beta] Ensure self-contained linker is only enabled on dev/nightly It seems the self-contained linker is enabled on beta. Let's fix that. ```console $ cargo clean && cargo +beta build && readelf -p .comment target/debug/helloworld Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.15s String dump of section '.comment': [ 0] Linker: LLD 18.1.7 [ 14] GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 [ 3f] rustc version 1.80.0-beta.1 (75ac3b6 2024-06-10) ``` I will open a PR to fix it on master as well, right after I test CI's behavior on beta.
- Loading branch information