We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9efabf commit f84f500Copy full SHA for f84f500
1 file changed
src/coding-guidelines/values/gui_uyp3mCj77FS8.rst.inc
@@ -96,7 +96,8 @@
96
This noncompliant example creates a pointer from uninitialized memory.
97
98
Not all bit patterns are valid pointers for all operations (e.g., provenance rules) :cite:`gui_uyp3mCj77FS8:UCG-VALIDITY`.
99
- Even a raw pointer type (e.g., ``*const T``) has validity rules :cite:`gui_uyp3mCj77FS8:RUST-REF-BEHAVIOR`.
+
100
+ As can be seen here, even the raw pointer type (``*const T``) has validity rules :cite:`gui_uyp3mCj77FS8:RUST-REF-BEHAVIOR`.
101
102
.. rust-example::
103
:miri: expect_ub
0 commit comments