Update src/borrow_check/region_inference/member_constraints.md
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
This commit is contained in:
parent
b1169deec3
commit
f234ab9da3
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ with different variance, lower bound constraints may be relevant.)
|
|||
### Upper bounds
|
||||
|
||||
The *upper bounds* are those lifetimes that *must outlive* `'0` --
|
||||
i.e., that `'0` must be *smaller* then. In our example, this would be
|
||||
i.e., that `'0` must be *smaller* than. In our example, this would be
|
||||
`'a`, because we have the constraint that `'a: '0`. In more complex
|
||||
examples, the chain may be more indirect.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue