Skip to content

Commit 1ee9c46

Browse files
Feat
1 parent a66f099 commit 1ee9c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2024-08-09-async-closures-call-for-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RFC 3668 motivates this implementation work in detail, confirming that we need f
5757

5858
## So how do I help?
5959

60-
We'd love for you to test out these new features!
60+
We'd love for you to test out these new features! First, on a recently-updated nightly compiler, enable the `#![feature(async_closure)]` (the feature is not pluralized).
6161

6262
For Rust users, in general, async closures are designed to be drop-in compatible with closures returning async blocks:
6363

0 commit comments

Comments
 (0)