1 2 3 4 5 6 7 8 9
// compile-flags: -Ztrait-solver=next // check-pass // edition:2021 trait Foo { async fn bar() {} } fn main() {}