rust/crates/ra_syntax/test_data/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
..
err Attempt to implement typed accessors 2019-11-15 12:05:29 -08:00
fuzz-failures
inline Introduce dedicated AST node for union 2019-11-25 17:50:49 +03:00
ok Introduce dedicated AST node for union 2019-11-25 17:50:49 +03:00