We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f6fc4d + 12a72f0 commit e4ed082Copy full SHA for e4ed082
compiler/rustc_borrowck/src/universal_regions.rs
@@ -162,7 +162,7 @@ struct UniversalRegionIndices<'tcx> {
162
/// `ty::Region` to the internal `RegionVid` we are using. This is
163
/// used because trait matching and type-checking will feed us
164
/// region constraints that reference those regions and we need to
165
- /// be able to map them our internal `RegionVid`. This is
+ /// be able to map them to our internal `RegionVid`. This is
166
/// basically equivalent to an `InternalSubsts`, except that it also
167
/// contains an entry for `ReStatic` -- it might be nice to just
168
/// use a substs, and then handle `ReStatic` another way.
0 commit comments