rust/crates/ra_syntax/tests
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
..
data Enable parsing of attributes inside a match block 2019-02-17 19:26:57 +02:00
test.rs reformat the world 2019-02-08 14:49:43 +03:00