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
Here the nomicon says to use ManuallyDrop rather than reorder fields in structs to control drop order. The linked reference currently suggests the exact opposite.
The text was updated successfully, but these errors were encountered:
Here the nomicon says to use
ManuallyDrop
rather than reorder fields in structs to control drop order. The linked reference currently suggests the exact opposite.The text was updated successfully, but these errors were encountered: