Uh oh!
There was an error while loading. Please reload this page.
Implement multiple patterns with | in if let and while let (RFC 2175) - #48490
Merged
Conversation
rust-highfive
commented
Feb 24, 2018
Contributor
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)eddyb
commented
Feb 24, 2018
Contributor
@bors r+ |
bors
commented
Feb 24, 2018
Collaborator
📌 Commit 8640a51 has been approved by |
bors
commented
Feb 24, 2018
Collaborator
🌲 The tree is currently closed for pull requests below priority 99, this pull request will be tested once the tree is reopened |
3 tasks
Manishearth added a commit
to Manishearth/rust
that referenced
this pull request
Feb 24, 2018
Implement multiple patterns with `|` in `if let` and `while let` (RFC 2175) cc rust-lang#48215
bors added a commit
that referenced
this pull request
Feb 25, 2018
U007D
commented
Mar 24, 2018
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? |
sinkuu
commented
Mar 25, 2018
Contributor
@U007D |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cc #48215