File tree 1 file changed +4
-2
lines changed
src/librustc_mir/borrow_check/nll
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,14 @@ pub struct UniversalRegions<'tcx> {
71
71
72
72
/// The return type of this function, with all regions replaced by
73
73
/// their universal `RegionVid` equivalents. This type is **NOT
74
- /// NORMALIZED**.
74
+ /// NORMALIZED** (i.e., it contains unnormalized associated type
75
+ /// projections).
75
76
pub output_ty : Ty < ' tcx > ,
76
77
77
78
/// The fully liberated input types of this function, with all
78
79
/// regions replaced by their universal `RegionVid` equivalents.
79
- /// This type is **NOT NORMALIZED**.
80
+ /// This type is **NOT NORMALIZED** (i.e., it contains
81
+ /// unnormalized associated type projections).
80
82
pub input_tys : & ' tcx [ Ty < ' tcx > ] ,
81
83
82
84
/// Each RBP `('a, GK)` indicates that `GK: 'a` can be assumed to
You can’t perform that action at this time.
0 commit comments