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 b99c9e3 commit df7dcc3Copy full SHA for df7dcc3
src/behavior-considered-undefined.md
@@ -31,7 +31,8 @@ code.
31
[`UnsafeCell<U>`]. References and boxes must not be dangling while they are
32
live. The exact liveness duration is not specified, but some bounds exist:
33
* For references, the liveness duration is upper-bounded by the syntactic
34
- lifetime assigned by the borrow checker.
+ lifetime assigned by the borrow checker; it cannot be live any *longer* than
35
+ that lifetime.
36
* Each time a reference or box is passed to or returned from a function, it is
37
considered live.
38
* When a reference (but not a `Box`!) is passed to a function, it is live at
0 commit comments