-
Notifications
You must be signed in to change notification settings - Fork 919
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
Handle ..
in tuple / tuple struct patterns (RFC 1492)
#1021
Labels
good first issue
Issues up for grabs, also good candidates for new rustfmt contributors
Comments
kamalmarhubi
added a commit
to kamalmarhubi/rustfmt
that referenced
this issue
May 30, 2016
This bump brings syntex_syntax support for `..` in tuple and tuple struct patterns, which come from RFC 1492: https://github.com/rust-lang/rfcs/blob/master/text/1492-dotdot-in-patterns.md These new patterns are not properly handled in this PR; instead rust-lang#1021 tracks supporting them. Refs rust-lang#1021
sinkuu
added a commit
to sinkuu/rustfmt
that referenced
this issue
Sep 6, 2016
sinkuu
added a commit
to sinkuu/rustfmt
that referenced
this issue
Sep 6, 2016
sinkuu
added a commit
to sinkuu/rustfmt
that referenced
this issue
Sep 6, 2016
sinkuu
added a commit
to sinkuu/rustfmt
that referenced
this issue
Sep 6, 2016
sinkuu
added a commit
to sinkuu/rustfmt
that referenced
this issue
Sep 6, 2016
sinkuu
added a commit
to sinkuu/rustfmt
that referenced
this issue
Sep 6, 2016
sinkuu
added a commit
to sinkuu/rustfmt
that referenced
this issue
Sep 6, 2016
sinkuu
added a commit
to sinkuu/rustfmt
that referenced
this issue
Sep 6, 2016
sinkuu
added a commit
to sinkuu/rustfmt
that referenced
this issue
Sep 6, 2016
Sorry for cluttering! |
sinkuu
added a commit
to sinkuu/rustfmt
that referenced
this issue
Sep 6, 2016
sinkuu
added a commit
to sinkuu/rustfmt
that referenced
this issue
Sep 7, 2016
sinkuu
added a commit
to sinkuu/rustfmt
that referenced
this issue
Sep 7, 2016
nrc
added a commit
that referenced
this issue
Sep 13, 2016
Fix #1021: Handle `..` in tuple / tuple struct patterns
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was added in rust-lang/rust#33639 as implementation for RFC 1492. Support was added in syntex_syntax v0.33.
The text was updated successfully, but these errors were encountered: