We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7119767 commit 8f2e466Copy full SHA for 8f2e466
src/borrow_check/region_inference/placeholders_and_universes.md
@@ -61,10 +61,9 @@ we swap the left and right here):
61
```
62
63
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).
+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).
68
69
## What is a universe?
70
0 commit comments