We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66754d6 commit 7110c8eCopy full SHA for 7110c8e
src/behavior-considered-undefined.md
@@ -27,7 +27,7 @@ code.
27
[dangling] or unaligned, even in [place expression context]
28
(e.g. `addr_of!(&*expr)`).
29
* Breaking the [pointer aliasing rules]. `Box<T>`, `&mut T` and `&T` follow LLVM’s
30
- scoped noalias model, except if the `&T` contains an [`UnsafeCell<U>`].
+ scoped [noalias] model, except if the `&T` contains an [`UnsafeCell<U>`].
31
References must not be dangling while they are live. (The exact liveness
32
duration is not specified, but it is certainly upper-bounded by the syntactic
33
lifetime assigned by the borrow checker. When a reference is passed to a
0 commit comments