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