We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b13b0 commit c644a95Copy full SHA for c644a95
src/behavior-considered-undefined.md
@@ -69,8 +69,6 @@ reading uninitialized memory is permitted are inside `union`s and in "padding"
69
> vice versa, undefined behavior in Rust can cause adverse affects on code
70
> executed by any FFI calls to other languages.
71
72
-[place expression]: expressions.md#place-expressions-and-value-expressions
73
-
74
### Dangling pointers
75
[dangling]: #dangling-pointers
76
@@ -93,3 +91,4 @@ cannot be bigger than `isize::MAX` bytes.
93
91
[Rustonomicon]: ../nomicon/index.html
94
92
[`NonNull<T>`]: ../core/ptr/struct.NonNull.html
95
[`NonZero*`]: ../core/num/index.html
+[place expression]: expressions.md#place-expressions-and-value-expressions
0 commit comments