aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/err/0029_field_completion.txt
Commit message (Collapse)AuthorAgeFilesLines
* always show token textAleksey Kladov2019-04-021-13/+13
|
* Improve parsing of incomplete field accesses in preparation for field completionFlorian Diebold2018-12-251-0/+35
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.