Skip to content

Commit 1944efe

Browse files
authored
Merge pull request #675 from RalfJung/unwind
unwind ABI wording tweak
2 parents dce794c + 3c4fb42 commit 1944efe

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 or wrong unwind ABI.
35+
* Calling a function with the wrong call ABI or unwinding from a function with the 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)