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
With deprecated_modes set to warn or forbid, the compiler complains about argument 1 of drop for anything that has a destructor. This is confusing to the user, but happens because dtors implicitly have an argument (whose mode is always by_ref). I'm on it.