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 the latest incoming (last commit 270b508) the compiler gives an error when one tries to automatically derive equality for structures implementing the Drop trait. This error is:
error: deconstructing struct not allowed in pattern (it has a destructor)