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