Skip to content
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

GRAM: support new syntax of match arms #2404

Merged
merged 1 commit into from
Mar 31, 2018
Merged

GRAM: support new syntax of match arms #2404

merged 1 commit into from
Mar 31, 2018

Conversation

Undin
Copy link
Member

@Undin Undin commented Mar 26, 2018

Since rust 1.25.0 you can add | at the beginning of match arm (rust-lang/rust#47947)
These changes support this new syntax

Since rust 1.25.0 you can add '|' at the beginning of match arm (rust-lang/rust#47947).
These changes support this new syntax
@Undin
Copy link
Member Author

Undin commented Mar 26, 2018

r? @matklad

@matklad
Copy link
Member

matklad commented Mar 31, 2018

bors r+

bors bot added a commit that referenced this pull request Mar 31, 2018
2404: GRAM: support new syntax of match arms r=matklad a=Undin

Since rust 1.25.0 you can add `|` at the beginning of match arm (rust-lang/rust#47947)
These changes support this new syntax
@bors
Copy link
Contributor

bors bot commented Mar 31, 2018

@bors bors bot merged commit 079a37a into master Mar 31, 2018
@bors bors bot deleted the match_beginning_vert branch March 31, 2018 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants