Open
Description
[INFO] [stdout] error[E0161]: cannot move a value of type `[u8]`
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/zerovec-0.8.1/src/flexzerovec/slice.rs:23:5
[INFO] [stdout] |
[INFO] [stdout] 17 | #[derive(Eq, PartialEq)]
[INFO] [stdout] | --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 23 | data: [u8],
[INFO] [stdout] | ^^^^^^^^^^ the size of `[u8]` cannot be statically determined
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the derive macro `PartialEq` (in Nightly builds, run with -Z macro-backtrace for more info)
note: if the relevant team already accepted this breakage then this issue can be closed