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.
2 parents a99666e + e2ee776 commit 00305f4Copy full SHA for 00305f4
src/building/bootstrapping/writing-tools-in-bootstrap.md
@@ -4,7 +4,7 @@ There are three types of tools you can write in bootstrap:
4
5
- **`Mode::ToolBootstrap`**
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
+ The output is placed in the "bootstrap-tools" directory. This mode is for general-purpose tools built
8
entirely with the stage0 compiler, including target libraries and only works for stage 0.
9
10
- **`Mode::ToolStd`**
0 commit comments