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
/
0010_unsafe_lambda_block.rs
blob: 9857752824ab5fa8ff18fdd059304a4e656b0c42 (
plain
)
1
2
3
fn
main
()
{
||
->
()
unsafe
{
()
};
}