rust/crates/ra_syntax/tests
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
..
data Improve parsing of incomplete field accesses in preparation for field completion 2018-12-25 15:16:42 +01:00
test.rs Cleanup 2018-12-23 13:48:04 +01:00