Skip to content

Commit a3ad107

Browse files
amandasystemslcnr
andauthored
Update compiler/rustc_borrowck/src/eliminate_placeholders.rs
Co-authored-by: lcnr <[email protected]>
1 parent 25471ba commit a3ad107

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compiler/rustc_borrowck/src/eliminate_placeholders.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ pub(crate) struct RegionTracker {
7373
/// This includes placeholders within this SCC.
7474
max_placeholder_universe_reached: UniverseIndex,
7575

76-
/// The smallest universe nameable from this SCC.
77-
/// It is the smallest of all the largest nameable universes
78-
/// of any region reachable from it.
76+
/// The largest universe nameable from this SCC.
77+
/// It is the smallest nameable universes of all
78+
/// existential regions reachable from it.
7979
max_nameable_universe: UniverseIndex,
8080

8181
/// The representative Region Variable Id for this SCC.

0 commit comments

Comments
 (0)