Closed
Description
The docs for ManuallyDrop
state:
ManuallyDrop<T>
is subject to the same layout optimizations asT
.
This hints, but does not explicitly guarantee, that ManuallyDrop<T>
has the same layout as T
. Do we want to guarantee that?
Metadata
Metadata
Assignees
Labels
No labels