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
Currently, Versionize implementation for [T; N] require T: Default because we need to initialize the array somehow. We should track if at some point, Rust's MaybeUninit APIs mature enough to support dropping this bound.