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: a806a209dc1931c08aba0cf7388873c0320cb739 (
plain
)
1
2
3
const
_
:
u32
=
0
;
const
FOO
:
u32
=
92
;
const
mut
BAR
:
u32
=
62
;