-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Trailing comma in method call doesn’t parse #14240
Labels
A-grammar
Area: The grammar of Rust
Comments
chris-morgan
added a commit
to chris-morgan/rust
that referenced
this issue
May 16, 2014
ftxqxd
added a commit
to ftxqxd/rust
that referenced
this issue
Aug 22, 2014
This lets the parser understand trailing commas in method calls, method definitions, enum variants, and type parameters. Closes rust-lang#14240. Closes rust-lang#15887.
lnicola
pushed a commit
to lnicola/rust
that referenced
this issue
Mar 13, 2023
Diagnose value breaks in incorrect breakables
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It works for functions and static methods—it should also work for instance methods.
The text was updated successfully, but these errors were encountered: