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
If someone calls std::ptr::drop_in_place on a type that is statically known to have no destructor (e.g., c_void, &mut T, u8, etc), it would be nice if the compiler could give a warning.
If someone calls
std::ptr::drop_in_placeon a type that is statically known to have no destructor (e.g.,c_void,&mut T,u8, etc), it would be nice if the compiler could give a warning.