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