Update src/borrow_check/region_inference/member_constraints.md
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
This commit is contained in:
parent
59be36693e
commit
4937aed1a7
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ bounds considering everything but member constraints).
|
|||
|
||||
Let `LB` be the current value of `'0`. We know then that `'0: LB` must
|
||||
hold, whatever the final value of `'0` is. Therefore, we can rule out
|
||||
any choice where `'choice` where `'choice: LB` does not hold.
|
||||
any choice `'choice` where `'choice: LB` does not hold.
|
||||
|
||||
Unfortunately, in our example, this is not very helpful. The lower
|
||||
bound for `'0` will just be the liveness set `{L}`, and we know that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue