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.
1 parent cb0e26f commit 94da520Copy full SHA for 94da520
src/doc/rustc-dev-guide/src/building/bootstrapping/writing-tools-in-bootstrap.md
@@ -7,7 +7,7 @@ There are three types of tools you can write in bootstrap:
7
Use this for tools that don’t need anything from the in-tree compiler and can run with the stage0 `rustc`.
8
The output is placed in the "bootstrap-tools" directory.
9
This mode is for general-purpose tools built entirely with the stage0 compiler,
10
- including target libraries and only works for stage 0.
+ including target libraries, and it only works for stage 0.
11
12
- **`Mode::ToolStd`**
13
0 commit comments