rust/crates/ra_syntax
Aleksey Kladov e1c0bdaf75 Introduce dedicated AST node for union
Although structs and unions have the same syntax and differ only in
the keyword, re-using the single syntax node for both of them leads to
confusion in practice, and propagates further down the hir in an
upleasent way.

Moreover, static and consts also share syntax, but we use different
nodes for them.
2019-11-25 17:50:49 +03:00
..
fuzz Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
src Introduce dedicated AST node for union 2019-11-25 17:50:49 +03:00
test_data Introduce dedicated AST node for union 2019-11-25 17:50:49 +03:00
Cargo.toml ⬆️ rowan 2019-11-19 21:13:36 +03:00