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 cfcb2d2 commit 8f4ca22Copy full SHA for 8f4ca22
text/1214-projections-lifetimes-and-wf.md
@@ -574,7 +574,7 @@ and `T: 'x` (from the rule `OutlivesReference`).
574
575
But often we are in a situation where we can't normalize the
576
projection (for example, a projection like `I::Item` where we only
577
-know that `I: Iterator`). (For example, What can we do then? The rule
+know that `I: Iterator`). What can we do then? The rule
578
`OutlivesProjectionComponents` says that if we can conclude that every
579
lifetime/type parameter `Pi` to the trait reference outlives `'x`,
580
then we know that a projection from those parameters outlives `'x`. In
0 commit comments