Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
async-await
/
async-fn
/
recurse-ice-129215.rs
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
()
{}