mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
98a6eaa7f8
This ensures that linking will use the correct crate name even when `#![crate_name = "..."]` is used to specify the crate name.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.