-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Revert let_chains stabilization #100538
Revert let_chains stabilization #100538
Conversation
|
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
Discussed with nils on zulip, this looks fine. @bors r+ rollup=never p=1 |
📌 Commit ef569fef7e3ce8094c56ad98d56bc2149d0630ff has been approved by It is now in the queue for this repository. |
Looking at CI, this doesn't look fine to me :) |
@bors r- |
Yeah, that's broken I think 🤔 |
ef569fe
to
b1f53f8
Compare
The |
@bors delegate=nilstrieb r=me when CI is green then |
✌️ @Nilstrieb can now approve this pull request |
i think i messed up my rebase, at least git printed a warning while trying to rebase something else on another branch :/ |
b1f53f8
to
4b77950
Compare
I did the entire revert again (copying out the conflict merge results from the PR here), could you take a quick look anyways to make sure I didn't break it? @compiler-errors |
The force-push diff looks right: https://github.com/rust-lang/rust/compare/b1f53f864deb49b078cabe6f6ae372bea7c99ad4..4b77950bac03717796b98df65b45bd9fee44a3d5 |
Oh no, it does not, the |
4b77950
to
ebe9f17
Compare
🤣 |
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.
Revert looks good to me but I think we should wait for the compiler team triage meeting on Thursday before merging.
LGTM |
@bors r+ p=1 rollup=never |
☀️ Test successful - checks-actions |
This reverts commit 3266460. This is the revert against master, the beta revert was already done in rust-lang#100538.
… r=Mark-Simulacrum Revert let_chains stabilization This is the revert against master, the beta revert was already done in rust-lang#100538. Bumps the stage0 compiler which already has it reverted.
This reverts commit 3266460. This is the revert against master, the beta revert was already done in rust-lang#100538.
This reverts commit 3266460.
It was discovered in #100513 that they are not implemented correctly, which does not make them ready for stabilization.
The merge in the let parsing had a few conflicts, cc @compiler-errors and @c410-f3r to make sure I did it correctly (alternatively I could also revert @compiler-errors' let diagnostic improvement PR as well if a simpler revert is desired).
r? @Mark-Simulacrum