mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
810c4de6a4
We decided in the 12/10/13 weekly meeting that trailing commas should be accepted pretty much anywhere. They are currently not allowed in struct patterns, and this commit adds support for that. Closes #10392