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
/
ok
/
0024_const_item.rs
blob: 7446859b5a433347517726f6f10c2dcb4de703dd (
plain
)
1
2
const
FOO
:
u32
=
92
;
const
mut
BAR
:
u32
=
62
;