$ git pull
Already up to date.
$ cargo check --release
Finished dev [unoptimized + debuginfo] target(s) in 0.04s
$ cargo test
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
$ cargo run --release
thread 'main' panicked at 'attempted to zero-initialize type `std::mem::ManuallyDrop<xlib::Xlib>`, which is invalid', /rustc/7eac88abb2e57e752f3302f02be5f3ce3d7adfb4/library/core/src/mem/mod.rs:622:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I did rustup update and still have similar error.
$ git pull Already up to date. $ cargo check --release Finished dev [unoptimized + debuginfo] target(s) in 0.04s $ cargo test test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out $ cargo run --release thread 'main' panicked at 'attempted to zero-initialize type `std::mem::ManuallyDrop<xlib::Xlib>`, which is invalid', /rustc/7eac88abb2e57e752f3302f02be5f3ce3d7adfb4/library/core/src/mem/mod.rs:622:9 note: run with `RUST_BACKTRACE=1` environment variable to display a backtraceI did
rustup updateand still have similar error.