We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3657967 commit e05229dCopy full SHA for e05229d
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