aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/err/0029_field_completion.rs
Commit message (Collapse)AuthorAgeFilesLines
* Improve parsing of incomplete field accesses in preparation for field completionFlorian Diebold2018-12-251-0/+3
We need to be able to get the receiver even if there is no field name yet, and currently "a." wouldn't get parsed as a field name at all. This seems to help.