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
/
syntax
/
test_data
/
parser
/
ok
/
0024_const_item.rs
blob: 1f2ffa0da384726ae0e87bd7eb560092e59a41a1 (
plain
)
1
2
const
_
:
u32
=
0
;
const
FOO
:
u32
=
92
;