mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-03 06:25:40 +00:00
linker: Fix escaping style for response files on Windows If we use a С/С++ compiler as linker, then Posix-style escaping should be used. Also temporarily fixup rustbuild to not fail at least in common scenarios, until the bootstrap compiler is updated. Fixes https://github.com/rust-lang/rust/issues/137498
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.