-
Notifications
You must be signed in to change notification settings - Fork 14k
update the bootstrap readme #148530
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
base: main
Are you sure you want to change the base?
update the bootstrap readme #148530
Conversation
8a4cfa1 to
ebe6c4c
Compare
|
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
| checks (for example, verifying toolchains and paths), and then prepares to build the | ||
| stage 1 compiler and libraries using the prebuilt stage 0 compiler. | ||
| 3. The stage 0 compiler and standard library, downloaded earlier, are used to build the | ||
| stage 1 compiler, which links against the beta standard library. The newly built stage 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| stage 1 compiler, which links against the beta standard library. The newly built stage 1 | |
| stage 1 compiler, which links against the stage 0 standard library. The newly built stage 1 |
Let's use consistent terminology here. It might not be beta if you overrode the stage0 rustc.
|
You can r=me after fixing the nit. @bors delegate+ |
|
✌️ @Shourya742, you can now approve this pull request! If @Kobzol told you to " |
This PR updates the bootstrap readme and makes it consistent with the latest stage 0 redesign.
r? @Kobzol