-
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
Removed in_band_lifetimes
from rustc_trait_selection
#91927
Removed in_band_lifetimes
from rustc_trait_selection
#91927
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @oli-obk (or someone else) soon. Please see the contribution instructions for more information. |
Well... kind of. Even if that one crate compiles, you still need to check if the rest of the compiler still works, as other parts of the compiler depend on that one crate. @bors r+ rollup |
📌 Commit 486ee57 has been approved by |
Duplicate of #91904, sorry! |
in_band_lifetimes
from rustc_trait_selection
in_band_lifetimes
from rustc_trait_selection
Why are you passing |
Reading this, I thought stage 0 would give the fastest compile time and errors I'm interested in, later on I can check stage1 and 2 before pushing. And I tried without |
Yeah, that part's probably because of #91927 (comment). Still, |
Issue: #91867
Wasn't able to run
./x.py build --stage 0 compiler/rustc_trait_selection/
gotthread 'main' panicked at 'error: no rules matched compiler/rustc_trait_selection/', src/bootstrap/builder.rs:236:17
only ran./x.py check
Is this the supposed behaviour ?