aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0031_while_expr.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix parsing of block expressions in "forbid_structs" contexts.Geoffry Song2019-10-031-0/+1
| | | | | | 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).
* move syntax tests to unit testsAleksey Kladov2019-07-241-0/+4