mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 20:17:59 +00:00
Warn when gold was used as the linker gold has been deprecated recently and is known to behave incorrectly around Rust programs, including miscompiling `#[used(linker)]`. Tell people to switch to a different linker instead. closes rust-lang/rust#141748 r? bjorn3