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
/
0027_unsafe_fn_in_block.rs
blob: f3c5ff93863e9e1c1c502a8147b7ea8d31f2e88b (
plain
)
1
2
3
4
fn
main
()
{
unsafe
fn
f
()
{}
unsafe
{
92
}
}