Update src/borrow_check/region_inference.md
Co-Authored-By: csmoe <csmoe@msn.com>
This commit is contained in:
parent
68d30b64cf
commit
52033755c3
|
|
@ -129,7 +129,7 @@ the type of `foo` the type `bar` expects
|
||||||
```
|
```
|
||||||
|
|
||||||
We handle this sort of subtyping by taking the variables that are
|
We handle this sort of subtyping by taking the variables that are
|
||||||
bound in the supertype and replace them with
|
bound in the supertype and replacing them with
|
||||||
[universally quantified](../appendix/background.html#quantified)
|
[universally quantified](../appendix/background.html#quantified)
|
||||||
representatives, written like `!1`. We call these regions "placeholder
|
representatives, written like `!1`. We call these regions "placeholder
|
||||||
regions" – they represent, basically, "some unknown region".
|
regions" – they represent, basically, "some unknown region".
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue