Skip to content

Commit

Permalink
Add unwind safety to the list of Opaque properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 30, 2024
1 parent e87196d commit ced1e7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/opaque.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ use core::panic::RefUnwindSafe;
// . !Sync
// . !Unpin
// . not readonly
// . unwind-safe
#[repr(C, packed)]
pub struct Opaque {
_private: [*const void; 0],
Expand Down

0 comments on commit ced1e7d

Please sign in to comment.