Skip to content

Commit de8aa89

Browse files
committed
Remove historical note
We generally don't document old behavior in the reference.
1 parent dd0b5f1 commit de8aa89

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/items/functions.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,6 @@ 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
300300
up until the ABI boundary will run.
301301

302-
> [!NOTE]
303-
> Prior to Rust 1.82, it is possible for only some of the destructors to execute, and not others.
304-
305302
For other considerations and limitations regarding unwinding across FFI
306303
boundaries, see the [relevant section in the Panic documentation][panic-ffi].
307304

0 commit comments

Comments
 (0)