rust/compiler/rustc_parse
Dylan DPC a90c5a3c69
Rollup merge of #97823 - compiler-errors:missing-comma-match-arm, r=estebank
Recover missing comma after match arm

If we're missing a comma after a match arm expression, try parsing another pattern and a following `=>`. If we find both of those, then recover by suggesting to insert a `,`.

Fixes #80112
2022-06-08 07:37:32 +02:00
..
src Rollup merge of #97823 - compiler-errors:missing-comma-match-arm, r=estebank 2022-06-08 07:37:32 +02:00
Cargo.toml migrate ambiguous plus diagnostic 2022-04-25 22:55:15 +02:00