Closed dullbananas closed 2 years ago
Enabling const_generics but not std causes an error here:
const_generics
std
https://github.com/sharksforarms/deku/blob/31ffd8db236e5153f57c66fac7db85acb277947a/src/impls/slice.rs#L170
Thanks for reporting!
we can use core::mem::MaybeUninit here, fixed in https://github.com/sharksforarms/deku/commit/10d05a6c70a835996d8a4ac5d4b832355c9a924b
use core::mem::MaybeUninit
Enabling
const_generics
but notstd
causes an error here:https://github.com/sharksforarms/deku/blob/31ffd8db236e5153f57c66fac7db85acb277947a/src/impls/slice.rs#L170