rust-analyzer/crates/ra_syntax/test_data/parser
Geoffry Song 989cebc99c Fix parsing of "postfix" range expressions.
Right now they are handled in `postfix_dot_expr`, but that doesn't allow it to
correctly handle precedence. Integrate it more tightly with the Pratt parser
instead.

Also includes a drive-by fix for parsing `match .. {}`.

Fixes #2242.
2019-11-15 00:18:28 -08:00
..
err Fix parsing of "postfix" range expressions. 2019-11-15 00:18:28 -08:00
fuzz-failures rename struct -> record, pos -> tuple 2019-08-23 16:59:50 +03:00
inline Merge #1951 2019-10-08 08:44:26 +00:00
ok Fix parsing of "postfix" range expressions. 2019-11-15 00:18:28 -08:00