rust/crates/ra_syntax/test_data/parser
bors[bot] 2d79a1ad83
Merge #1848
1848: Parse `..` as a full pattern r=matklad a=ecstatic-morse

Resolves #1479.

This PR implements [RFC 2707](https://github.com/rust-lang/rfcs/pull/2707) in the parser. It introduces a new `DotDotPat` AST node modeled on `PlaceholderPat` and changes the parsing of tuple and slice patterns to conform to the RFC.

Notably, this PR does *not* change the resulting AST when `..` appears in a struct pattern (e.g. `Struct { a, b: c, .. }`). I *think* this is the behavior mandated by RFC 2707, but someone should confirm this.

Co-authored-by: Dylan MacKenzie <ecstaticmorse@gmail.com>
2019-09-15 07:10:16 +00:00
..
err better error recovery for use trees 2019-09-05 19:53:07 +03:00
fuzz-failures rename struct -> record, pos -> tuple 2019-08-23 16:59:50 +03:00
inline Merge #1848 2019-09-15 07:10:16 +00:00
ok Merge #1848 2019-09-15 07:10:16 +00:00