File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -698,7 +698,7 @@ impl<'tcx> GeneratorSubsts<'tcx> {
698
698
}
699
699
700
700
/// This returns the types of the MIR locals which had to be stored across suspension points.
701
- /// It is calculated in rustc_const_eval::transform ::generator::StateTransform.
701
+ /// It is calculated in rustc_mir_transform ::generator::StateTransform.
702
702
/// All the types here must be in the tuple in GeneratorInterior.
703
703
///
704
704
/// The locals are grouped by their variant number. Note that some locals may
Original file line number Diff line number Diff line change 1
1
//! This calculates the types which has storage which lives across a suspension point in a
2
2
//! generator from the perspective of typeck. The actual types used at runtime
3
- //! is calculated in `rustc_const_eval::transform ::generator` and may be a subset of the
3
+ //! is calculated in `rustc_mir_transform ::generator` and may be a subset of the
4
4
//! types computed here.
5
5
6
6
use self :: drop_ranges:: DropRanges ;
You can’t perform that action at this time.
0 commit comments