Fix compiletest and rustc-dev-guide

This commit is contained in:
Jakub Beránek 2025-06-18 15:07:36 +02:00
parent a99666e9bb
commit 79db838b7a
No known key found for this signature in database
GPG Key ID: 909CD0D26483516B
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ There are three types of tools you can write in bootstrap:
- **`Mode::ToolBootstrap`**
Use this for tools that dont need anything from the in-tree compiler and can run with the stage0 `rustc`.
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
entirely with the stage0 compiler, including target libraries and only works for stage 0.
- **`Mode::ToolStd`**