//@ compile-flags: -Znext-solver
//@ check-pass
//@ edition:2021
trait Foo {
async fn bar() {}
}
fn main() {}