rust/crates/ra_syntax/tests/data/parser/inline
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
..
err Rename ImplItem to ImplBlock 2019-01-04 18:28:36 +01:00
ok Enable parsing of attributes inside a match block 2019-02-17 19:26:57 +02:00