Open wezm opened 2 years ago
Hmm, I wonder how other compilers handle this in their tests. 🤔
rustc tests appear to assume unix-style paths and line endings:
https://github.com/rust-lang/rust/blob/master/src/test/ui/module-macro_use-arguments.stderr
and are normalised as such in the test runner:
Oh cool! I was looking in compiletest
but missed this!
Paths in errors use the native format, thus Windows ones do not match.