-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Update documentation for tools
defaults
#112487
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Mark-Simulacrum (or someone else) soon. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
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.
Do you think it makes sense to also include this comment in the text x setup tools
emits? I think it's more likely people will read it if it's printed directly without having to go hunting for it.
Yeah I think that would be helpful |
Make the build process more beginner friendly: - Include information explaining that the stage2 toolchain should be used (and not the stage1 toolchain) due to the `download-rustc` setting. - Display a message when the user runs `x setup tools` explaining that they should use the stage2 toolchain.
@bors r=Mark-Simulacrum |
@zwhiteley: 🔑 Insufficient privileges: Not in reviewers |
@bors r=Mark-Simulacrum rollup |
thanks for the PR! |
…iaskrgr Rollup of 3 pull requests Successful merges: - rust-lang#112487 (Update documentation for `tools` defaults) - rust-lang#112513 (Dont compute `opt_suggest_box_span` span for TAIT) - rust-lang#112528 (bootstrap: Don't override `debuginfo-level = 1` to mean `line-tables-only`) r? `@ghost` `@rustbot` modify labels: rollup
This PR alters the information in the tools profile config to mention that
download-rustc
uses the stage2 toolchain and not the stage1 toolchain (see https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/Unable.20to.20compile.20rustc.20MSVC and rust-lang/rustc-dev-guide#1694).