rust/crates/ra_syntax/tests/data
Florian Diebold 0d724ea572 Improve parsing of incomplete field accesses in preparation for field completion
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.
2018-12-25 15:16:42 +01:00
..
lexer rename all things 2018-09-16 13:07:39 +03:00
parser Improve parsing of incomplete field accesses in preparation for field completion 2018-12-25 15:16:42 +01:00