mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 20:07:06 +00:00
Enable `relative-path-include-bytes-132203` rustdoc-ui test on Windows The problem with the error message on Windows is: - The path separators are different - The OS error message string is different Normalizing those two things makes the test pass on Windows.