We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c18f69 commit 8043278Copy full SHA for 8043278
src/behavior-considered-undefined.md
@@ -32,7 +32,7 @@ code.
32
* Invoking undefined behavior via compiler intrinsics.
33
* Executing code compiled with platform features that the current platform
34
does not support (see [`target_feature`]).
35
-* Calling a function with the wrong call ABI (in particular, with the wrong unwind ABI).
+* Calling a function with the wrong call ABI or wrong unwind ABI.
36
* Producing an invalid value, even in private fields and locals. "Producing" a
37
value happens any time a value is assigned to or read from a place, passed to
38
a function/primitive operation or returned from a function/primitive
0 commit comments