diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-06-18 15:07:36 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2025-06-18 15:07:36 +0200 |
| commit | 48e52bb2000be6b7b406714d3dda14774575c4d5 (patch) | |
| tree | d09f69456e14bfce508668c957caabab13a91d8b /src/doc/rustc-dev-guide | |
| parent | 6be97a0b0c6f1d20a96572675595921855a94396 (diff) | |
| download | rust-48e52bb2000be6b7b406714d3dda14774575c4d5.tar.gz rust-48e52bb2000be6b7b406714d3dda14774575c4d5.zip | |
Fix compiletest and rustc-dev-guide
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/bootstrapping/writing-tools-in-bootstrap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/bootstrapping/writing-tools-in-bootstrap.md b/src/doc/rustc-dev-guide/src/building/bootstrapping/writing-tools-in-bootstrap.md index 6046d5b133d..41d0cf8d9fb 100644 --- a/src/doc/rustc-dev-guide/src/building/bootstrapping/writing-tools-in-bootstrap.md +++ b/src/doc/rustc-dev-guide/src/building/bootstrapping/writing-tools-in-bootstrap.md @@ -4,7 +4,7 @@ There are three types of tools you can write in bootstrap: - **`Mode::ToolBootstrap`** Use this for tools that don’t 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`** |
