rust/crates/ra_parser
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
..
src Introduce dedicated AST node for union 2019-11-25 17:50:49 +03:00
Cargo.toml Disable doctests 2019-11-17 18:35:05 +03:00