mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
2cc93b898b
linker: Remove special case for `rust-lld` in `detect_self_contained_mingw` `rust-lld` is supposed to live inside sysroot, so it doesn't change the behavior of the function, only removes a potential micro-optimization. https://github.com/rust-lang/rust/pull/149178#issuecomment-3570619496 r? `@mati865`