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
that the struct being dropped has not been deallocated when drop() is called (it's implied by the existence of &mut self and Rust's general reluctance to dangle pointers, but still...),
and that the struct members are recursively dropped after drop() finishes,