rust/crates/ra_parser
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
..
src Fix parsing of block expressions in "forbid_structs" contexts. 2019-10-03 00:39:52 -07:00
Cargo.toml move parser to a separate crate 2019-02-21 13:27:45 +03:00