rust/crates/ra_syntax/src/validation
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
..
block.rs rename yellow -> syntax_node 2019-02-12 19:02:30 +03:00
byte.rs rename yellow -> syntax_node 2019-02-12 19:02:30 +03:00
byte_string.rs rename yellow -> syntax_node 2019-02-12 19:02:30 +03:00
char.rs rename yellow -> syntax_node 2019-02-12 19:02:30 +03:00
match_armlist.rs Enable parsing of attributes inside a match block 2019-02-17 19:26:57 +02:00
string.rs rename yellow -> syntax_node 2019-02-12 19:02:30 +03:00