1
Fork 0
rust/compiler/rustc_parse
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
..
src Avoid ; -> , recovery and unclosed } recovery from being too verbose 2021-04-09 10:22:41 -07:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00