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
As an experiment, consider using ManuallyDrop instead of relying purely on [T; 0]. Something like ManuallyDrop<[T; 0]> should work. See also the discussion in rust-lang/rust#110288
The text was updated successfully, but these errors were encountered:
As an experiment, consider using
ManuallyDrop
instead of relying purely on[T; 0]
. Something likeManuallyDrop<[T; 0]>
should work. See also the discussion in rust-lang/rust#110288The text was updated successfully, but these errors were encountered: