rust/crates/syntax/test_data/parser/ok/0049_async_block.rs
2020-08-12 18:30:53 +02:00

5 lines
47 B
Rust

fn foo() {
async {};
async move {};
}