rust/crates/syntax
Chayim Refael Friedman d9f0731bd2 Parse destructuring assignment
The only patterns we should parse are `..` in structs and `_`: the rest are either not supported or already valid expressions.
2022-03-02 01:51:25 +00:00
..
fuzz Bump MSRV (1.57) 2021-12-16 01:56:12 +05:00
src Parse destructuring assignment 2022-03-02 01:51:25 +00:00
test_data Validate let expressions 2022-02-21 08:34:35 +02:00
Cargo.toml Parse destructuring assignment 2022-03-02 01:51:25 +00:00