bendns' repos
/
rust-analyzer
Unnamed repository; edit this file 'description' to name the repository.
cd599ec
rust-analyzer
/ crates/syntax/test_data/parser/inline/ok/0068_union_items.rs
Raw
1
2
3
4
5
union Foo {} union Foo { a: i32, b: f32, }