Function std::intrinsics::drop_in_place
pub unsafe fn drop_in_place<T>(to_drop: *mut T) where T: ?Sized,
???? Deprecated since 1.52.0:
no longer an intrinsic - use ptr::drop_in_place
directly
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/intrinsics/fn.drop_in_place.html