Skip to content

Commit 576b9f4

Browse files
Update text/3668-async-closures.md
add the note in one other place Co-authored-by: Josh Triplett <[email protected]>
1 parent 86ad484 commit 576b9f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

text/3668-async-closures.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ In order for this to work, the `FnMut` trait would need to be ["lending"](https:
111111

112112
# Guide Level Explanation
113113

114+
(**note**: See the [naming blocking concern](#what-do-we-call-the-trait) about `async Fn*` vs `AsyncFn*` syntax. This RFC uses the `async Fn` syntax for trait bounds to avoid duplicating explanations for two different proposed syntaxes, but the syntax remains an open question.)
115+
114116
Just as you can write functions which accept closures, you can write functions which accept async closures:
115117

116118
```rust

0 commit comments

Comments
 (0)