-
Notifications
You must be signed in to change notification settings - Fork 386
Improve contributing instructions #1615
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
Conversation
For reference, these are the current $ cat src/bootstrap/defaults/config.compiler.toml
# These defaults are meant for contributors to the compiler who do not modify codegen or LLVM
[rust]
# This enables `RUSTC_LOG=debug`, avoiding confusing situations
# where adding `debug!()` appears to do nothing.
# However, it makes running the compiler slightly slower.
debug-logging = true
# This greatly increases the speed of rebuilds, especially when there are only minor changes. However, it makes the initial build slightly slower.
incremental = true
[llvm]
# Will download LLVM from CI if available on your platform (Linux only for now)
# https://github.com/rust-lang/rust/issues/77084 tracks support for more platforms
download-ci-llvm = "if-available" |
☔ The latest upstream changes (presumably #1612) made this pull request unmergeable. Please resolve the merge conflicts. Note that reviewers usually do not review pull requests until merge conflicts are resolved! Once you resolve the conflicts, you should change the labels applied by bors to indicate that your PR is ready for review. Post this as a comment to change the labels:
|
5c38d16
to
f196aeb
Compare
- Fix incorrect comment - Recommend `x.py setup` over manually editing config.toml - Link to rustc-dev-guide
f196aeb
to
43ce2c2
Compare
Thanks! @bors r+ |
📌 Commit 43ce2c2 has been approved by |
☀️ Test successful - checks-actions |
This builds on the changes from #1612 and should not be merged before.
x.py setup
over manually editing config.toml