mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
481598b26d
Avoid `;` -> `,` recovery and unclosed `}` recovery from being too verbose 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. Fix #83498. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |