File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -229,14 +229,6 @@ another program we are building with the stage N compiler:
229
229
` build --stage N compiler/rustc ` is linking the stage N artifacts to the ` std `
230
230
built by the stage N compiler.
231
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
232
### Stages and ` std `
241
233
242
234
Note that there are two ` std ` libraries in play here:
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments