blob: 57c9b3ae8b3c4afc895aef273d0abd89d6a4fefd [file] [log] [blame]
// edition:2021
pub trait Foo {
async fn test();
}