mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 05:55:50 +00:00
Windows Command: Don't run batch files using verbatim paths Fixes #95178 Note that the first commit does some minor refactoring (moving command line argument building to args.rs). The actual changes are in the second.