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
/
0049_async_block.rs
blob: 4781b322549824bb3b4b443c4b6d72d2dd0a83bf (
plain
)
1
2
3
4
5
fn
foo
()
{
async
{};
async
move
{};
}