Skip to content

Commit c3232c4

Browse files
committed
Remove the diagram of all outputs generated by x.py
These are already present in the table below, there's no need to repeat it. Having it near the middle of the page makes it feel more overwhelming.
1 parent f29e38c commit c3232c4

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/building/bootstrapping.md

-8
Original file line numberDiff line numberDiff line change
@@ -229,14 +229,6 @@ another program we are building with the stage N compiler:
229229
`build --stage N compiler/rustc` is linking the stage N artifacts to the `std`
230230
built by the stage N compiler.
231231

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-
240232
### Stages and `std`
241233

242234
Note that there are two `std` libraries in play here:

src/img/rustc_stages.svg

-3
This file was deleted.

0 commit comments

Comments
 (0)