Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
async-await
/
in-trait
/
auxiliary
/
foreign-async-fn.rs
blob: ed5789d17a2e3277336496f355191ff93980087d [
file
] [
log
] [
blame
] [
edit
]
//@ edition:2021
pub
trait
Foo
{
async
fn
test
();
}