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