-
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
Implement multiple patterns with |
in if let
and while let
(RFC 2175)
#48490
Conversation
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
|
in if let
and while let
|
in if let
and while let
(RFC 2175)
@bors r+ |
📌 Commit 8640a51 has been approved by |
🌲 The tree is currently closed for pull requests below priority 99, this pull request will be tested once the tree is reopened |
Implement multiple patterns with `|` in `if let` and `while let` (RFC 2175) cc rust-lang#48215
I'm not sure where to leave this comment, but I was puzzled by the fact that that the operator selected for this operation was the 'bitwise-or' operator ( Has this issue already been covered somewhere? |
@U007D |
cc #48215