We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536020c commit 0c92d1cCopy full SHA for 0c92d1c
compiler/rustc_middle/src/mir/mod.rs
@@ -189,7 +189,7 @@ pub enum MirPhase {
189
///
190
/// Beginning with this phase, the following variants are disallowed:
191
/// * [`TerminatorKind::Yield`](terminator::TerminatorKind::Yield)
192
- /// * [`TerminatorKind::GeneratorDrop](terminator::TerminatorKind::GeneratorDrop)
+ /// * [`TerminatorKind::GeneratorDrop`](terminator::TerminatorKind::GeneratorDrop)
193
GeneratorsLowered = 5,
194
Optimized = 6,
195
}
0 commit comments