We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76725e0 + 0c92d1c commit 97e1ab0Copy full SHA for 97e1ab0
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