2dc0e56163
Turns out that a verbatim path was leaking through to gcc via the PATH environment variable (pointing to the bundled gcc provided by the main distribution) which was wreaking havoc when gcc itself was run. The fix here is to just stop passing verbatim paths down by adding more liberal uses of `fix_windows_verbatim_for_gcc`. Closes #25072 |
||
---|---|---|
.. | ||
driver.rs | ||
lib.rs | ||
pretty.rs | ||
test.rs |