mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
0d7167698f
Those two recovery attempts have a very bad interaction that causes too unnecessary output. Add a simple gate to avoid interpreting a `;` as a `,` when there are unclosed braces.