blob: e373b17db4f4a166946fc0e18bd08095b46de038 [file] [log] [blame]
//@ compile-flags:--crate-type=lib
//@ edition:2021
//@ check-pass
trait T {
#[allow(async_fn_in_trait)]
async fn foo();
}