You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could we perhaps use the canonicalize method here?
Update: I suppose that would not actually address the issue at all. We could try to make the regexp itself smarter (e.g. have it not rewrite stuff inside quotes).
Notice that the backslashes in the help output for intra-doc link warnings are incorrectly converted to forward slashes:
rust/src/test/rustdoc-ui/intra-links-warning.stderr
Line 8 in de5c3c4
The normalization is currently just a replace on all backslashes:
rust/src/tools/compiletest/src/runtest.rs
Line 3083 in b244f61
The text was updated successfully, but these errors were encountered: