mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
42c1e779cb
change cargo-miri.rs to fix issue #978 In Windows 10, there was an issue with building MIRI locally and getting it running, due to unpredictable backslash escaping issues in paths. I added a code snippet that would only be compiled in Windows OS, which replaces all backslashes in paths to slashes. This fix should only affect Windows users. Building and testing MIRI locally now works fine after the fix.  Fixes https://github.com/rust-lang/miri/issues/978