-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Fix invalid enum declaration #33682
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
Fix invalid enum declaration #33682
Conversation
lgtm |
@@ -45,8 +45,8 @@ Matching with the wrong number of fields has no sensible interpretation: | |||
|
|||
```compile_fail |
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.
Remove this?
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.
Note that the point of this example is to show incorrect syntax in the match
below.
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.
This example is supposed to fail.
I think |
Well saw! |
36f1fc5
to
6e1154d
Compare
Updated. |
@bors r+ |
📌 Commit 6e1154d has been approved by |
…anxiyn Fix invalid enum declaration r? @steveklabnik cc @Ms2ger
r? @steveklabnik
cc @Ms2ger