rust-analyzer/crates/ra_syntax/test_data
Toby Dimmick 7e66785859 Rework value parameter parsing
- `Fn__(...)` parameters with idents/patterns no longer parse
- Trait function parameters with arbitrary patterns parse
- Trait function parameters without idents/patterns no longer parse
- `fn(...)` parameters no longer parse with patterns other than a single ident
2020-02-06 19:45:51 +00:00
..
lexer ra_syntax: added tests for tokenization errors 2020-02-04 00:00:55 +02:00
parser Rework value parameter parsing 2020-02-06 19:45:51 +00:00
reparse/fuzz-failures move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
accidentally_quadratic Add a test 2020-01-15 16:52:28 +01:00