Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
async-await
/
in-trait
/
auxiliary
/
foreign-async-fn.rs
blob: ed5789d17a2e3277336496f355191ff93980087d [
file
] [
log
] [
blame
]
//@ edition:2021
pub
trait
Foo
{
async
fn
test
();
}