mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 16:28:09 +00:00
Generalize configuring LLD as the default linker in bootstrap Reopen of https://github.com/rust-lang/rust/pull/147157, because apparently bors can't deal with it for some reason. r? ``@ghost``
rustc_target contains some very low-level details that are
specific to different compilation targets and so forth.
For more information about how rustc works, see the rustc dev guide.