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.
The text was updated successfully, but these errors were encountered:
Moved from firecracker-microvm/firecracker#1728, also touched on in #47 (comment)
Currently,
Versionize
implementation for[T; N]
requireT: Default
because we need to initialize the array somehow. We should track if at some point, Rust'sMaybeUninit
APIs mature enough to support dropping this bound.The text was updated successfully, but these errors were encountered: