Skip to content

Commit

Permalink
Use fewer stages in bootstrapping docs
Browse files Browse the repository at this point in the history
After rust-lang/rust#73964, they're redundant.
  • Loading branch information
jyn514 committed Aug 31, 2020
1 parent 76efc9b commit 2662e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/building/bootstrapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The `stage2` compiler is the one distributed with `rustup` and all other
install methods. However, it takes a very long time to build because one must
first build the new compiler with an older compiler and then use that to
build the new compiler with itself. For development, you usually only want
the `stage1` compiler: `x.py build --stage 1 library/std`.
the `stage1` compiler: `x.py build library/std`.

## Complications of bootstrapping

Expand Down

0 comments on commit 2662e22

Please sign in to comment.