We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29e38c commit c3232c4Copy full SHA for c3232c4
src/building/bootstrapping.md
@@ -229,14 +229,6 @@ another program we are building with the stage N compiler:
229
`build --stage N compiler/rustc` is linking the stage N artifacts to the `std`
230
built by the stage N compiler.
231
232
-Here is a chart of a full build using `x.py`:
233
-
234
-<img alt="A diagram of the rustc compilation phases" src="../img/rustc_stages.svg" class="center" />
235
236
-Keep in mind this diagram is a simplification, i.e. `rustdoc` can be built at
237
-different stages, the process is a bit different when passing flags such as
238
-`--keep-stage`, or if there are non-host targets.
239
240
### Stages and `std`
241
242
Note that there are two `std` libraries in play here:
src/img/rustc_stages.svg
0 commit comments