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 |
||
|---|---|---|
| .. | ||
| lexer | ||
| parser | ||
| lib.rs | ||
| validate_attr.rs | ||