aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar/attributes.rs
Commit message (Collapse)AuthorAgeFilesLines
* Parse only outer_attributes for match arms for nowVille Penttinen2019-02-171-10/+0
|
* Enable parsing of attributes inside a match blockVille Penttinen2019-02-171-0/+10
| | | | | | | 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.
* rename all thingsAleksey Kladov2018-09-161-0/+31