We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847150c commit adf8f60Copy full SHA for adf8f60
src/building/bootstrapping.md
@@ -242,7 +242,7 @@ The following tables indicate the outputs of various stage actions:
242
| copy (uplift) `stage1-sysroot` | `build/HOST/stage2/lib and build/HOST/stage2/lib/rustlib/HOST` |
243
| `stage2` builds `test`/`std` (not HOST targets) | `build/HOST/stage2-std/TARGET` |
244
| copy `stage2-std` (not HOST targets) | `build/HOST/stage2/lib/rustlib/TARGET` |
245
-| `stage2` builds `rustdoc` | `build/HOST/stage2-tools/HOST` |
+| `stage2` builds `rustdoc`, `clippy`, `miri` | `build/HOST/stage2-tools/HOST` |
246
| copy `rustdoc` | `build/HOST/stage2/bin` |
247
248
`--stage=2` stops here.
0 commit comments