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
ManuallyDrop<T> currently requires T: Sized. It would be nice if we could remove this restriction. I'm not sure how to do it with the current implementation using union though.