2020-08-12 18:30:53 +02:00

6 lines
47 B
Rust

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