Closed ghost closed 3 years ago
I got the error: thread 'main' panicked at 'attempted to zero-initialize typestd::mem::ManuallyDrop, which is invalid', /home/felix/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/mem/mod.rs:623:9
thread 'main' panicked at 'attempted to zero-initialize type
, which is invalid', /home/felix/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/mem/mod.rs:623:9
it helps to run cargo update
cargo update
I got the error:
thread 'main' panicked at 'attempted to zero-initialize type
std::mem::ManuallyDrop, which is invalid', /home/felix/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/mem/mod.rs:623:9
it helps to run
cargo update