Skip to content

Commit 8043278

Browse files
committed
sync with nomicon
1 parent 3c18f69 commit 8043278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/behavior-considered-undefined.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ code.
3232
* Invoking undefined behavior via compiler intrinsics.
3333
* Executing code compiled with platform features that the current platform
3434
does not support (see [`target_feature`]).
35-
* Calling a function with the wrong call ABI (in particular, with the wrong unwind ABI).
35+
* Calling a function with the wrong call ABI or wrong unwind ABI.
3636
* Producing an invalid value, even in private fields and locals. "Producing" a
3737
value happens any time a value is assigned to or read from a place, passed to
3838
a function/primitive operation or returned from a function/primitive

0 commit comments

Comments
 (0)