mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
756ffb8d0b
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.