index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
libsyntax2
/
tests
/
data
/
parser
/
inline
/
0110_union_items.rs
blob: b7dd610d80a958bf168d7a7cc0fe33adbd6966ca (
plain
)
1
2
3
4
5
union
Foo
{}
union
Foo
{
a
:
i32
,
b
:
f32
,
}