mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
fde41a3f70
This lets the parser understand trailing commas in method calls, method definitions, enum variants, and type parameters. Closes #14240. Closes #15887.