You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is now marked as #[rustc_pub_transparent] so I think we should show #[repr(transparent)] again (as well as for any other structs marked #[rustc_pub_transparent]).
Location (URL)
https://doc.rust-lang.org/nightly/std/mem/struct.ManuallyDrop.html
Summary
In 1.65 this struct was shown as
#[repr(transparent)]in the docs: https://doc.rust-lang.org/1.65/std/mem/struct.ManuallyDrop.html.In 1.66 this regressed and the attribute disappeared: https://doc.rust-lang.org/1.66/std/mem/struct.ManuallyDrop.html.
It is now marked as
#[rustc_pub_transparent]so I think we should show#[repr(transparent)]again (as well as for any other structs marked#[rustc_pub_transparent]).