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