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
When dropping a slice [T] using ptr::drop_in_place, a T::drop can panic. I can't find any documentation of what the behavior of the program is in that case.