We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51becd commit 569abdfCopy full SHA for 569abdf
1 file changed
text/0000-closure-to-fn-coercion.md
@@ -6,8 +6,8 @@
6
# Summary
7
[summary]: #summary
8
9
-A non-capturing (that is, does not `Clone` or `move` any local variables) closure
10
-should be coercable to a function pointer (`fn`).
+A closure that does not move, borrow, or otherwise access (capture) local
+variables should be coercable to a function pointer (`fn`).
11
12
# Motivation
13
[motivation]: #motivation
0 commit comments