blob: 210ce60ef11b3a4ed8fcbbba2492d27174274b94 [file] [log] [blame]
//@ edition: 2021
fn test(_: impl async Fn()) {}
//~^ ERROR `async` trait bounds are unstable
fn main() {}