We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf8aff commit aecd061Copy full SHA for aecd061
1 file changed
src/behavior-considered-undefined.md
@@ -28,8 +28,7 @@ r[undefined.pointer-access]
28
a misaligned pointer].
29
30
r[undefined.place-projection]
31
-* Performing a [place projection][glossary.place-projection] that violates the requirements of [in-bounds
32
- pointer arithmetic](pointer#method.offset).
+* Performing a [place projection][glossary.place-projection] that violates the requirements of [in-bounds pointer arithmetic](pointer#method.offset).
33
34
r[undefined.alias]
35
* Breaking the pointer aliasing rules. The exact aliasing rules are not determined yet, but here is an outline of the general principles:
0 commit comments