Skip to content

Commit 4c9a3f0

Browse files
committed
Clarify that this is unspecified
1 parent 62feec4 commit 4c9a3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ from the "Native unwind" column in the table.
296296

297297
r[items.fn.extern.abort]
298298
With `panic=unwind`, when a `panic` is turned into an abort by a non-unwinding ABI boundary, either no destructors (`Drop` calls) will run, or all destructors
299-
up until the ABI boundary will run.
299+
up until the ABI boundary will run. It is unspecified which of those two behaviors will happen.
300300

301301
For other considerations and limitations regarding unwinding across FFI
302302
boundaries, see the [relevant section in the Panic documentation][panic-ffi].

0 commit comments

Comments
 (0)