rust/compiler/rustc_parse/src
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
..
lexer Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
parser Rollup merge of #97823 - compiler-errors:missing-comma-match-arm, r=estebank 2022-06-08 07:37:32 +02:00
lib.rs rustc_parse: Move AST -> TokenStream conversion logic to rustc_ast 2022-05-22 12:01:07 +03:00
validate_attr.rs Overhaul MacArgs::Eq. 2022-05-05 07:06:12 +10:00