We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9e013 commit 85e688eCopy full SHA for 85e688e
1 file changed
compiler/rustc_hir/src/hir.rs
@@ -1441,7 +1441,7 @@ pub enum AsyncGeneratorKind {
1441
/// An explicit `async` block written by the user.
1442
Block,
1443
1444
- /// An explicit `async` block written by the user.
+ /// An explicit `async` closure written by the user.
1445
Closure,
1446
1447
/// The `async` block generated as the body of an async function.
0 commit comments