mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00

linker: Synchronize native library search in rustc and linker Also search for static libraries with alternative naming (`libname.a`) on MSVC when producing executables or dynamic libraries, and not just rlibs. This unblocks https://github.com/rust-lang/rust/pull/123436. try-job: x86_64-msvc
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.