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 10240ea commit 502e8afCopy full SHA for 502e8af
src/types/closure.md
@@ -491,7 +491,7 @@ r[type.closure.call.fn]
491
492
r[type.closure.non-capturing]
493
*Non-capturing closures* are closures that don't capture anything from their
494
-environment. They can be coerced to function pointers (e.g., `fn()`)
+environment. Non-async closures can be coerced to function pointers (e.g., `fn()`)
495
with the matching signature.
496
497
```rust
0 commit comments