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