6 lines
77 B
Rust
6 lines
77 B
Rust
//@ edition:2018
|
|
//@ check-pass
|
|
|
|
fn main() {
|
|
let _ = async |x: u8| {};
|
|
}
|