rust/crates/ra_parser
Dylan MacKenzie c08ad1cf8a Handle Struct { box i } syntax
Named structs can have `box` patterns that will bind to their fields.
This is similar to the behavior of the `ref` and `mut` fields, but is at
least a little bit surprising.
2019-08-23 16:20:18 -07:00
..
src Handle Struct { box i } syntax 2019-08-23 16:20:18 -07:00
Cargo.toml move parser to a separate crate 2019-02-21 13:27:45 +03:00