rust/crates/ra_hir_def
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
..
src Make records grammar more orthogonal 2020-04-11 19:20:41 +02:00
Cargo.toml Nice string formatting 2020-03-28 12:27:54 +01:00