Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some inconsistency in how-to-build-and-run.md #1737

Open
ismailarilik opened this issue Jul 14, 2023 · 0 comments
Open

Some inconsistency in how-to-build-and-run.md #1737

ismailarilik opened this issue Jul 14, 2023 · 0 comments

Comments

@ismailarilik
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant