rust-analyzer/crates/ra_syntax/test_data/parser/inline
Aleksey Kladov 7a39bc3ba2 Make records grammar more orthogonal
We used

  name [: expr]

grammar before, now it is

  [name :] expr

which makes things simpler
2020-04-11 19:20:41 +02:00
..
err Make records grammar more orthogonal 2020-04-11 19:20:41 +02:00
ok Make records grammar more orthogonal 2020-04-11 19:20:41 +02:00