words
This commit is contained in:
parent
be16b8c9ef
commit
1dce1d11c0
1 changed files with 3 additions and 4 deletions
|
|
@ -61,10 +61,9 @@ we swap the left and right here):
|
|||
```
|
||||
|
||||
According to the basic subtyping rules for a reference, this will be
|
||||
true if `'!1: 'static`. That is – if "some unknown region `!1`" lives
|
||||
outlives `'static`. Now, this *might* be true – after all, `'!1`
|
||||
could be `'static` – but we don't *know* that it's true. So this
|
||||
should yield up an error (eventually).
|
||||
true if `'!1: 'static`. That is – if "some unknown region `!1`" outlives `'static`.
|
||||
Now, this *might* be true – after all, `'!1` could be `'static` –
|
||||
but we don't *know* that it's true. So this should yield up an error (eventually).
|
||||
|
||||
## What is a universe?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue