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
/
tests
/
data
/
parser
/
err
/
0000_struct_field_missing_comma.rs
blob: fe5030d893f92d2ebc8ae84786c32c9c9f0a8ddd (
plain
)
1
2
3
4
struct
S
{
a
:
u32
b
:
u32
}