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 c485d79 commit 0c5ffd3Copy full SHA for 0c5ffd3
tests/pass/async-closure-captures.rs
@@ -1,3 +1,5 @@
1
+// Same as rustc's `tests/ui/async-await/async-closures/captures.rs`, keep in sync
2
+
3
#![feature(async_closure, noop_waker)]
4
5
use std::future::Future;
0 commit comments