-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Closed
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustc
Description
Notice that the backslashes in the help output for intra-doc link warnings are incorrectly converted to forward slashes:
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]` |
The normalization is currently just a replace on all backslashes:
rust/src/tools/compiletest/src/runtest.rs
Line 3083 in b244f61
.replace("\\", "/") // normalize for paths on windows |
Metadata
Metadata
Assignees
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustc