-
Notifications
You must be signed in to change notification settings - Fork 549
Open
Labels
E-easyDifficulty: might be a good place for a beginnerDifficulty: might be a good place for a beginnerI-confusingIssue: info is confusing to readersIssue: info is confusing to readersT-bootstrapRelevant to bootstrap teamRelevant to bootstrap team
Description
In the Creating a rustup toolchain section, here is a part:
... The first
one will run the stage1 compiler (which we built above). The second
will execute the stage2 compiler (which we did not build, but which
you will likely need to build at some point; for example, if you want
to run the entire test suite).
rustup toolchain link stage0 build/host/stage0-sysroot # beta compiler + stage0 std
rustup toolchain link stage1 build/host/stage1
rustup toolchain link stage2 build/host/stage2
It says the first
and the second
to (probably) mention the second and third item in this list; it is confusing.
Metadata
Metadata
Assignees
Labels
E-easyDifficulty: might be a good place for a beginnerDifficulty: might be a good place for a beginnerI-confusingIssue: info is confusing to readersIssue: info is confusing to readersT-bootstrapRelevant to bootstrap teamRelevant to bootstrap team