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