Update src/borrow_check/region_inference/lifetime_parameters.md
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
This commit is contained in:
parent
36431d5ff6
commit
45a55e7c88
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ rise to an outlives constraint `'a: 'b`. Combined with our default liveness
|
|||
constraints we get:
|
||||
|
||||
```
|
||||
'a live at {B, end('a)} // B represents the "bunction body"
|
||||
'a live at {B, end('a)} // B represents the "function body"
|
||||
'b live at {B, end('b)}
|
||||
'a: 'b
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue