-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The interaction with destructors and #[nounwind] was discussed in rust-lang/rust#129582. The reference was changed in rust-lang/reference#1226 to state the following:
With
panic=unwind, when apanicis turned into an abort by a non-unwinding ABI boundary, either no destructors (Dropcalls) will run, or all destructors up until the ABI boundary will run. It is unspecified which of those two behaviors will happen.
The latter case is problematic and needs to be documented.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels