rust/crates/ra_syntax/tests/data
Ville Penttinen 1c97c1ac11 Enable parsing of attributes inside a match block
We allow invalid inner attributes to be parsed, e.g. inner attributes that are
not directly after the opening brace of the match block.

Instead we run validation on `MatchArmList` to allow better reporting of errors.
2019-02-17 19:26:57 +02:00
..
lexer Use IDENT for both raw and normal idents 2019-01-23 13:19:49 -05:00
parser Enable parsing of attributes inside a match block 2019-02-17 19:26:57 +02:00