We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321de97 commit 768a7e1Copy full SHA for 768a7e1
src/doc/reference.md
@@ -1165,7 +1165,7 @@ exposing an API making it possible for it to occur in safe code.
1165
* Using `std::ptr::copy_nonoverlapping_memory` (`memcpy32`/`memcpy64`
1166
instrinsics) on overlapping buffers
1167
* Invalid values in primitive types, even in private fields/locals:
1168
- * Dangling/null pointers in non-raw pointers, or slices
+ * Dangling/null references or boxes
1169
* A value other than `false` (0) or `true` (1) in a `bool`
1170
* A discriminant in an `enum` not included in the type definition
1171
* A value in a `char` which is a surrogate or above `char::MAX`
0 commit comments