Skip to content

Commit 16f0d36

Browse files
committed
Clarify that this is unspecified
1 parent de8aa89 commit 16f0d36

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
@@ -297,7 +297,7 @@ from the "Native unwind" column in the table.
297297

298298
r[items.fn.extern.abort]
299299
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
300-
up until the ABI boundary will run.
300+
up until the ABI boundary will run. It is unspecified which of those two behaviors will happen.
301301

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

0 commit comments

Comments
 (0)