We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c7610 commit 1f1983bCopy full SHA for 1f1983b
src/building/bootstrapping.md
@@ -157,9 +157,9 @@ The convention `x.py` uses is that:
157
158
### Building vs. Running
159
160
-Note that this implies the stage N compiler is _not_ the same as the compiler
161
-built by `build --stage N compiler/rustc` -- that's 'stage N artifacts'
162
-('the compiler built by stage N').
+
+Note that `build --stage N compiler/rustc` **does not** build the stage N compiler:
+instead it builds the stage _N+1_ compiler _using_ the stage N compiler.
163
164
In short, _stage 0 uses the stage0 compiler to create stage0 artifacts which
165
will later be uplifted to be the stage1 compiler_.
0 commit comments