Closed rmalmain closed 2 weeks ago
the trait `Deserialize<'_>` is not implemented for `[T; N]`, which is required by `OwnedMutSizedSliceInner<'_, T, N>: Deserialize<'_>`
Status?
You can try if the nonnull!()
macro works for pointers as well. It should as long as it can be evaluated in the const context
good to go @domenukk or is there something else to discuss?
Feel free to merge after cargo fmt
, this is good to go.
follow-up of the patches i introduced in #2520 on edge module. it improves how map_observer guarantees are done at compile-time when building an edge module, with a nicer error message in case the right function is not called.