index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
async-await
/
in-trait
/
auxiliary
/
foreign-async-fn.rs
blob: bba886f175ee625d3a1b70a0968ed193d6150a42 (
plain
)
1
2
3
4
5
6
7
// edition:2021
#![feature(async_fn_in_trait)]
pub
trait
Foo
{
async
fn
test
();
}