Skip to content

Commit 1f1983b

Browse files
committed
Reword confusing sentence
1 parent d7c7610 commit 1f1983b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/building/bootstrapping.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ The convention `x.py` uses is that:
157157

158158
### Building vs. Running
159159

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').
160+
161+
Note that `build --stage N compiler/rustc` **does not** build the stage N compiler:
162+
instead it builds the stage _N+1_ compiler _using_ the stage N compiler.
163163

164164
In short, _stage 0 uses the stage0 compiler to create stage0 artifacts which
165165
will later be uplifted to be the stage1 compiler_.

0 commit comments

Comments
 (0)