mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
99426c570e
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
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.