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 8c78b7d commit 16e4900Copy full SHA for 16e4900
src/borrow_check/region_inference/member_constraints.md
@@ -124,7 +124,7 @@ bounds considering everything but member constraints).
124
125
Let `LB` be the current value of `'0`. We know then that `'0: LB` must
126
hold, whatever the final value of `'0` is. Therefore, we can rule out
127
-any choice where `'choice` where `'choice: LB` does not hold.
+any choice `'choice` where `'choice: LB` does not hold.
128
129
Unfortunately, in our example, this is not very helpful. The lower
130
bound for `'0` will just be the liveness set `{L}`, and we know that
0 commit comments