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]).
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]).