Skip to content

Commit 8fd8208

Browse files
ehussBatmanAoD
authored andcommitted
Clarify that this is unspecified
1 parent da53531 commit 8fd8208

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)