about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/target/asyncness.rs
blob: dd651ed6a620e8e2ae4901df7c3c547d1e02e2ba (plain)
1
2
3
4
5
// rustfmt-edition: 2018

fn foo() -> impl async Fn() {}

fn bar() -> impl for<'a> async Fn(&'a ()) {}