Removed in_band_lifetimes from rustc_trait_selection#91927
Removed in_band_lifetimes from rustc_trait_selection#91927lameferret wants to merge 2 commits intorust-lang:masterfrom
in_band_lifetimes from rustc_trait_selection#91927Conversation
|
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_selectionin_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:17only ran./x.py checkIs this the supposed behaviour ?