mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-26 22:26:26 +03:00
7cae8e1f50
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.