Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
asyncness.rs
blob: dd651ed6a620e8e2ae4901df7c3c547d1e02e2ba [
file
]
// rustfmt-edition: 2018
fn
foo
()
->
impl
async
Fn
()
{}
fn
bar
()
->
impl
for
<
'a> async Fn(&'
a
())
{}