Skip to content

Commit 8f2e466

Browse files
lcnrmark-i-m
authored andcommitted
words
1 parent 7119767 commit 8f2e466

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/borrow_check/region_inference/placeholders_and_universes.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@ we swap the left and right here):
6161
```
6262

6363
According to the basic subtyping rules for a reference, this will be
64-
true if `'!1: 'static`. That is – if "some unknown region `!1`" lives
65-
outlives `'static`. Now, this *might* be true – after all, `'!1`
66-
could be `'static` – but we don't *know* that it's true. So this
67-
should yield up an error (eventually).
64+
true if `'!1: 'static`. That is – if "some unknown region `!1`" outlives `'static`.
65+
Now, this *might* be true – after all, `'!1` could be `'static`
66+
but we don't *know* that it's true. So this should yield up an error (eventually).
6867

6968
## What is a universe?
7069

0 commit comments

Comments
 (0)