File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ another program we are building with the stage N compiler:
143
143
` build --stage N compiler/rustc ` is linking the stage (N+1) compiler to the ` std `
144
144
built by the stage N compiler.
145
145
146
- Here is a chart of a full build using x.py:
146
+ Here is a chart of a full build using ` x.py ` :
147
147
148
148
<img alt =" A diagram of the rustc compilation phases " src =" ../img/rustc_stages.svg " class =" center " />
149
149
@@ -187,7 +187,7 @@ to the `std` that `stage2/rustc` would compile.
187
187
However, when cross-compiling, stage1 ` std ` will only run on the host.
188
188
So the stage2 compiler has to recompile ` std ` for the target.
189
189
190
- ### Why does only libstd use cfg(bootstrap)?
190
+ ### Why does only libstd use ` cfg(bootstrap) ` ?
191
191
192
192
The ` rustc ` generated by the stage0 compiler is linked to the freshly-built
193
193
` std ` , which means that for the most part only ` std ` needs to be cfg-gated,
You can’t perform that action at this time.
0 commit comments