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