We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25471ba commit a3ad107Copy full SHA for a3ad107
compiler/rustc_borrowck/src/eliminate_placeholders.rs
@@ -73,9 +73,9 @@ pub(crate) struct RegionTracker {
73
/// This includes placeholders within this SCC.
74
max_placeholder_universe_reached: UniverseIndex,
75
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.
+ /// The largest universe nameable from this SCC.
+ /// It is the smallest nameable universes of all
+ /// existential regions reachable from it.
79
max_nameable_universe: UniverseIndex,
80
81
/// The representative Region Variable Id for this SCC.
0 commit comments