aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/inline/ok/0120_match_arms_inner_attribute.rs
Commit message (Collapse)AuthorAgeFilesLines
* Enable parsing of attributes inside a match blockVille Penttinen2019-02-171-0/+8
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.