We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dce794c + 3c4fb42 commit 1944efeCopy full SHA for 1944efe
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 or wrong unwind ABI.
+* Calling a function with the wrong call ABI or unwinding from a function with the 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