blob: d455ee99e093945a10a3774c4eadbe84d729875a [file] [log] [blame]
// edition:2021
#![allow(incomplete_features)]
pub trait Meow {
/// Who's a good dog?
async fn woof();
}