We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustc-dev
1 parent 8a88889 commit cb503e8Copy full SHA for cb503e8
src/tests/ui.md
@@ -113,6 +113,8 @@ Compiletest makes the following replacements on the compiler output:
113
- The base directory where the test's output goes is replaced with
114
`$TEST_BUILD_DIR`. This only comes up in a few rare circumstances. Example:
115
`/path/to/rust/build/x86_64-unknown-linux-gnu/test/ui`
116
+- The real directory to the standard library source is replaced with `$SRC_DIR_REAL`.
117
+- The real directory to the compiler source is replaced with `$COMPILER_DIR_REAL`.
118
- Tabs are replaced with `\t`.
119
- Backslashes (`\`) are converted to forward slashes (`/`) within paths (using a
120
heuristic). This helps normalize differences with Windows-style paths.
0 commit comments