We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893615f commit 43e9411Copy full SHA for 43e9411
src/tools/miri/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