We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b936305 commit e7c2fa0Copy full SHA for e7c2fa0
src/behavior-considered-undefined.md
@@ -49,7 +49,6 @@ undefined behavior, it is *unsound*.
49
* Invoking undefined behavior via compiler intrinsics.
50
* Executing code compiled with platform features that the current platform
51
does not support (see [`target_feature`]), *except* if the platform explicitly documents this to be safe.
52
-* Performing non-nop coercion on a dangling or unaligned raw pointer.
53
* Calling a function with the wrong call ABI or unwinding from a function with the wrong unwind ABI.
54
* Producing an [invalid value][invalid-values]. "Producing" a
55
value happens any time a value is assigned to or read from a place, passed to
0 commit comments