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 0ecd734 commit dd30ce4Copy full SHA for dd30ce4
compiler/rustc_hir/src/hir.rs
@@ -1513,7 +1513,7 @@ pub enum CoroutineKind {
1513
/// An explicit `async` block or the body of an async function.
1514
Async(AsyncCoroutineKind),
1515
1516
- /// An explicit `gen` block or the body of a `gen`` function.
+ /// An explicit `gen` block or the body of a `gen` function.
1517
Gen(AsyncCoroutineKind),
1518
1519
/// A coroutine literal created via a `yield` inside a closure.
0 commit comments