// edition: 2021 // compile-flags: -Zunpretty=expanded trait Trait { async fn method() {} } fn foo>() {} //~^ ERROR associated type bounds are unstable fn main() {}