File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -277,9 +277,9 @@ default).
277277Once you have successfully built ` rustc ` , you will have created a bunch
278278of files in your ` build ` directory. In order to actually run the
279279resulting ` rustc ` , we recommend creating rustup toolchains. The first
280- command listed below runs the stage1 compiler , which was built in the
281- steps above, with the name ` stage1 ` . The second command runs the stage2
282- compiler using the stage1 compiler. This will be needed in the future
280+ command listed below creates the stage1 toolchain , which was built in the
281+ steps above, with the name ` stage1 ` . The second command creates the stage2
282+ toolchain using the stage1 compiler. This will be needed in the future
283283if running the entire test suite, but will not be built in this page.
284284Building stage2 is done with the same ` ./x build ` command as for stage1,
285285specifying that the stage is 2 instead.
You can’t perform that action at this time.
0 commit comments