Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
async-await
/
async-fn
/
recurse-ice-129215.rs
blob: 06a2d7be9efb5e4a03c4626d37d8c4671c2a91f1 [
file
] [
log
] [
blame
]
//@ edition: 2021
async
fn
a
()
{
//~^ ERROR `()` is not a future
//~| ERROR mismatched types
a
()
//~ ERROR `()` is not a future
}
fn
main
()
{}