aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0080_postfix_range.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix parsing of block expressions in "forbid_structs" contexts.Geoffry Song2019-10-031-21/+86
| | | | | | Forbidding block expressions entirely is too strict; instead, we should only forbid them in contexts where we are parsing an optional RHS (i.e. the RHS of a range expression).
* update test dataAleksey Kladov2019-09-021-19/+20
|
* move syntax tests to unit testsAleksey Kladov2019-07-241-0/+30