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.
The text was updated successfully, but these errors were encountered:
With
deprecated_modes
set to warn or forbid, the compiler complains about argument 1 ofdrop
for anything that has a destructor. This is confusing to the user, but happens because dtors implicitly have an argument (whose mode is alwaysby_ref
). I'm on it.The text was updated successfully, but these errors were encountered: