-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Prepare for lowering or-patterns #67592
Conversation
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.
Great work!
I mostly have some questions and requests around documentation and comments. :)
This comment has been minimized.
This comment has been minimized.
9caf019
to
406082b
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.
Thanks! r=me with this last nit fixed.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
c49a6a4
to
0a14cbe
Compare
@bors r=Centril |
📌 Commit 0a14cbe has been approved by |
☀️ Test successful - checks-azure |
This is probably best reviewed commit-by-commit.
rustc_mir::build::{self, matches}
-Znll-dont-emit-read-for-match
match_expr
into smaller functionscc #54883
r? @Centril