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
/
0023_static_items.rs
blob: 5fb92ce33f0d4e63f5cf54e43a5e7ae1363776f4 (
plain
)
1
2
static
FOO
:
u32
=
1
;
static
mut
BAR
:
i32
=
92
;