rust/crates/ra_syntax/test_data
Geoffry Song 9638adaa40 Fix parsing of block expressions in "forbid_structs" contexts.
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).
2019-10-03 00:39:52 -07:00
..
lexer move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
parser Fix parsing of block expressions in "forbid_structs" contexts. 2019-10-03 00:39:52 -07:00
reparse/fuzz-failures move syntax tests to unit tests 2019-07-24 12:49:19 +03:00