Skip to content

Commit 7110c8e

Browse files
committed
add back link
1 parent 66754d6 commit 7110c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/behavior-considered-undefined.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ code.
2727
[dangling] or unaligned, even in [place expression context]
2828
(e.g. `addr_of!(&*expr)`).
2929
* 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>`].
30+
scoped [noalias] model, except if the `&T` contains an [`UnsafeCell<U>`].
3131
References must not be dangling while they are live. (The exact liveness
3232
duration is not specified, but it is certainly upper-bounded by the syntactic
3333
lifetime assigned by the borrow checker. When a reference is passed to a

0 commit comments

Comments
 (0)