We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b3443 commit 2345943Copy full SHA for 2345943
tests/pass/async-closure.rs
@@ -16,6 +16,7 @@ pub fn block_on<T>(fut: impl Future<Output = T>) -> T {
16
}
17
18
19
+#[rustfmt::skip]
20
async fn call_once(f: impl async FnOnce(DropMe)) {
21
f(DropMe("world")).await;
22
0 commit comments