Skip to content

Commit 62feec4

Browse files
committed
Remove historical note
We generally don't document old behavior in the reference.
1 parent 67147a7 commit 62feec4

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
@@ -298,9 +298,6 @@ 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
299299
up until the ABI boundary will run.
300300

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

0 commit comments

Comments
 (0)