aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0154_fn_pointer_param_ident_path.txt
Commit message (Collapse)AuthorAgeFilesLines
* Rework value parameter parsingToby Dimmick2020-02-061-0/+58
- `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