File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ There are three types of tools you can write in bootstrap:
4
4
5
5
- ** ` Mode::ToolBootstrap ` **
6
6
Use this for tools that don’t need anything from the in-tree compiler and can run with the stage0 ` rustc ` .
7
- The output is placed in the "stage0- bootstrap-tools" directory. This mode is for general-purpose tools built
7
+ The output is placed in the "bootstrap-tools" directory. This mode is for general-purpose tools built
8
8
entirely with the stage0 compiler, including target libraries and only works for stage 0.
9
9
10
10
- ** ` Mode::ToolStd ` **
Original file line number Diff line number Diff line change @@ -113,6 +113,8 @@ Compiletest makes the following replacements on the compiler output:
113
113
- The base directory where the test's output goes is replaced with
114
114
` $TEST_BUILD_DIR ` . This only comes up in a few rare circumstances. Example:
115
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 ` .
116
118
- Tabs are replaced with ` \t ` .
117
119
- Backslashes (` \ ` ) are converted to forward slashes (` / ` ) within paths (using a
118
120
heuristic). This helps normalize differences with Windows-style paths.
You can’t perform that action at this time.
0 commit comments