blob: 06a2d7be9efb5e4a03c4626d37d8c4671c2a91f1 [file] [log] [blame] [edit]
//@ edition: 2021
async fn a() {
//~^ ERROR `()` is not a future
//~| ERROR mismatched types
a() //~ ERROR `()` is not a future
}
fn main() {}