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 b1e4ca5 commit 0fff598Copy full SHA for 0fff598
compiler/rustc_borrowck/src/eliminate_placeholders.rs
@@ -172,7 +172,7 @@ fn region_definitions<'tcx>(
172
/// graph. For each strongly connected component in the constraint
173
/// graph such that there is a series of constraints
174
/// A: B: C: ... : X where
175
-/// A's universe is smaller than X's and A is a placeholder,
+/// A contains a placeholder whose universe cannot be named by X,
176
/// add a constraint that A: 'static. This is a safe upper bound
177
/// in the face of borrow checker/trait solver limitations that will
178
/// eventually go away.
0 commit comments