Skip to content

Commit e4ed082

Browse files
authored
Rollup merge of #107195 - smoelius:patch-2, r=Nilstrieb
Fix typo in universal_regions.rs comment
2 parents 4f6fc4d + 12a72f0 commit e4ed082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_borrowck/src/universal_regions.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ struct UniversalRegionIndices<'tcx> {
162162
/// `ty::Region` to the internal `RegionVid` we are using. This is
163163
/// used because trait matching and type-checking will feed us
164164
/// region constraints that reference those regions and we need to
165-
/// be able to map them our internal `RegionVid`. This is
165+
/// be able to map them to our internal `RegionVid`. This is
166166
/// basically equivalent to an `InternalSubsts`, except that it also
167167
/// contains an entry for `ReStatic` -- it might be nice to just
168168
/// use a substs, and then handle `ReStatic` another way.

0 commit comments

Comments
 (0)