Rollup merge of #97259 - jyn514:fix-typo, r=JohnTitor
Fix typo in Mir phase docs
This commit is contained in:
commit
97e1ab0005
@ -189,7 +189,7 @@ pub enum MirPhase {
|
|||||||
///
|
///
|
||||||
/// Beginning with this phase, the following variants are disallowed:
|
/// Beginning with this phase, the following variants are disallowed:
|
||||||
/// * [`TerminatorKind::Yield`](terminator::TerminatorKind::Yield)
|
/// * [`TerminatorKind::Yield`](terminator::TerminatorKind::Yield)
|
||||||
/// * [`TerminatorKind::GeneratorDrop](terminator::TerminatorKind::GeneratorDrop)
|
/// * [`TerminatorKind::GeneratorDrop`](terminator::TerminatorKind::GeneratorDrop)
|
||||||
GeneratorsLowered = 5,
|
GeneratorsLowered = 5,
|
||||||
Optimized = 6,
|
Optimized = 6,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user