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

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