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 6a57ac4 commit 77e1990Copy full SHA for 77e1990
src/building/bootstrapping.md
@@ -228,7 +228,7 @@ The following tables indicate the outputs of various stage actions:
228
| copy (uplift) `stage1-sysroot` | `build/HOST/stage2/lib and build/HOST/stage2/lib/rustlib/HOST` |
229
| `stage2` builds `test`/`std` (not HOST targets) | `build/HOST/stage2-std/TARGET` |
230
| copy `stage2-std` (not HOST targets) | `build/HOST/stage2/lib/rustlib/TARGET` |
231
-| `stage2` builds `rustdoc` | `build/HOST/stage2-tools/HOST` |
+| `stage2` builds `rustdoc`, `clippy`, `miri` | `build/HOST/stage2-tools/HOST` |
232
| copy `rustdoc` | `build/HOST/stage2/bin` |
233
234
`--stage=2` stops here.
0 commit comments