Files
rust/compiler/rustc_parse/src/parser
Esteban Küber 0d7167698f 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.
2021-04-09 10:22:41 -07:00
..
2021-02-13 13:04:54 -05:00
2021-04-06 12:35:41 +01:00
2021-03-19 19:45:32 -05:00
2021-03-19 19:45:32 -05:00
2021-03-17 09:04:08 +08:00