Update src/borrow_check/region_inference/placeholders_and_universes.md
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
This commit is contained in:
parent
45fc567eb8
commit
143630c1b7
|
|
@ -66,7 +66,7 @@ outlives `'static`. Now, this *might* be true – after all, `'!1`
|
||||||
could be `'static` – but we don't *know* that it's true. So this
|
could be `'static` – 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?
|
||||||
|
|
||||||
In the previous section, we introduced the idea of a placeholder
|
In the previous section, we introduced the idea of a placeholder
|
||||||
region, and we denoted it `!1`. We call this number `1` the **universe
|
region, and we denoted it `!1`. We call this number `1` the **universe
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue