Skip to content

Commit e7c2fa0

Browse files
committed
Remove useless UB point
As suggested by the review, this is already covered by "metadata must be valid" point.
1 parent b936305 commit e7c2fa0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/behavior-considered-undefined.md

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ undefined behavior, it is *unsound*.
4949
* Invoking undefined behavior via compiler intrinsics.
5050
* Executing code compiled with platform features that the current platform
5151
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.
5352
* Calling a function with the wrong call ABI or unwinding from a function with the wrong unwind ABI.
5453
* Producing an [invalid value][invalid-values]. "Producing" a
5554
value happens any time a value is assigned to or read from a place, passed to

0 commit comments

Comments
 (0)