rust/crates/ra_syntax
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
..
fuzz Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
src Fix parsing of block expressions in "forbid_structs" contexts. 2019-10-03 00:39:52 -07:00
test_data Fix parsing of block expressions in "forbid_structs" contexts. 2019-10-03 00:39:52 -07:00
Cargo.toml Start simplifying editing API 2019-09-26 22:22:08 +03:00