We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03ae32 commit a7f22beCopy full SHA for a7f22be
src/building/bootstrapping.md
@@ -34,7 +34,7 @@ Compiling `rustc` is done in stages:
34
- **Stage 1:** the code in your clone (for new version) is then
35
compiled with the stage0 compiler to produce the stage1 compiler.
36
However, it was built with an older compiler (stage0), so to
37
- optimize the stage1 compiler we go to next the stage.
+ optimize the stage1 compiler we go to the next stage.
38
- In theory, the stage1 compiler is functionally identical to the
39
stage2 compiler, but in practice there are subtle differences. In
40
particular, the stage1 compiler itself was built by stage0 and
0 commit comments