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
/
inline
/
0045_block.rs
blob: 81f44c53307db33fc856d09ebeddc9525603af22 (
plain
)
1
2
3
4
fn
a
()
{}
fn
b
()
{
let
_
=
1
;
}
fn
c
()
{
1
;
2
;
}
fn
d
()
{
1
;
2
}