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
In rustc the ptr::drop_in_place function is annotated with #[lang = "drop_in_place"] such that any attempt at getting the MIR of this function results in the drop glue for the respective type being generated and returned. Automatically inserted drops call this function.
https://doc.rust-lang.org/std/ops/trait.Drop.html
The text was updated successfully, but these errors were encountered: