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
/
err
/
0008_item_block_recovery.rs
blob: 9fcac19b5ce0661e650363c48a5d6efdaa38025c (
plain
)
1
2
3
4
5
6
7
8
9
10
11
12
13
fn
foo
()
{
}
bar
()
{
if
true
{
1
}
else
{
2
+
3
}
}
fn
baz
()
{
}