We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05229d commit 2af818dCopy full SHA for 2af818d
src/behavior-considered-undefined.md
@@ -28,7 +28,7 @@ code.
28
(e.g. `addr_of!(&*expr)`).
29
* Breaking the [pointer aliasing rules]. `Box<T>`, `&mut T` and `&T` follow
30
LLVM’s scoped [noalias] model, except if the `&T` contains an
31
- [`UnsafeCell<U>`]. References and boxes must not be dangling while they are
+ [`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; it cannot be live any *longer* than
0 commit comments