rust/crates/ra_syntax/test_data
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
..
lexer move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
parser Introduce dedicated AST node for union 2019-11-25 17:50:49 +03:00
reparse/fuzz-failures move syntax tests to unit tests 2019-07-24 12:49:19 +03:00