[INFO] fetching crate hwnd 0.0.0-2024-01-05...
[INFO] testing hwnd-0.0.0-2024-01-05 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate hwnd 0.0.0-2024-01-05 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate hwnd 0.0.0-2024-01-05
[INFO] finished tweaking crates.io crate hwnd 0.0.0-2024-01-05
[INFO] tweaked toml for crates.io crate hwnd 0.0.0-2024-01-05 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate hwnd 0.0.0-2024-01-05 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate hwnd 0.0.0-2024-01-05 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4b25fbdae11fd05055a6fa4fa9c0208cca4752e29ff57bc004e18267cb690af1
[INFO] running `Command { std: "docker" "start" "-a" "4b25fbdae11fd05055a6fa4fa9c0208cca4752e29ff57bc004e18267cb690af1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4b25fbdae11fd05055a6fa4fa9c0208cca4752e29ff57bc004e18267cb690af1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b25fbdae11fd05055a6fa4fa9c0208cca4752e29ff57bc004e18267cb690af1", kill_on_drop: false }`
[INFO] [stdout] 4b25fbdae11fd05055a6fa4fa9c0208cca4752e29ff57bc004e18267cb690af1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] db027f2fbe3be7405d744d904a197f15c6f33c1a160bf68501924d5f87c39a80
[INFO] running `Command { std: "docker" "start" "-a" "db027f2fbe3be7405d744d904a197f15c6f33c1a160bf68501924d5f87c39a80", kill_on_drop: false }`
[INFO] [stderr]    Compiling hwnd v0.0.0-2024-01-05 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/utils/gle.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::errhandlingapi::SetLastError;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winresult`
[INFO] [stdout]  --> src/structures/error.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winresult::*;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `winresult`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/processthreadsapi/functions/get_current_x_id.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winapi::um::processthreadsapi::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]  --> src/um/winuser/functions/get_window_text.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::os::windows::ffi::*;
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/os/mod.rs:56:5
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/os/mod.rs:120:10
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/values/TIMERV.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/values/USER_TIMER.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/in_send_message_.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/shared/minwindef/handles/hmodule.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   --> src/_lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub use winapi::shared::minwindef::LPARAM;          // OK?
[INFO] [stdout]    |         ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   --> src/_lib.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use winapi::shared::minwindef::LRESULT;         // OK?
[INFO] [stdout]    |         ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   --> src/_lib.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub use winapi::shared::minwindef::WPARAM;          // OK?
[INFO] [stdout]    |         ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   --> src/_lib.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub use winapi::shared::windef::HWND;               // TODO: wrap / typeify
[INFO] [stdout]    |         ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   --> src/_lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub use winapi::shared::windef::HCURSOR;            // TODO: wrap / typeify
[INFO] [stdout]    |         ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   --> src/_lib.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use winapi::shared::windef::HMENU;              // TODO: wrap / typeify
[INFO] [stdout]    |         ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   --> src/_lib.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub use winapi::shared::windef::HICON;              // TODO: wrap / typeify
[INFO] [stdout]    |         ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   --> src/_lib.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub use winapi::shared::windef::HBRUSH;             // TODO: wrap / typeify
[INFO] [stdout]    |         ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winresult`
[INFO] [stdout]  --> src/_lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winresult::ERROR;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `winresult`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/shared/minwindef/extras/name_or_atom.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/shared/minwindef/values/atom.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/shared/windef/handles/hcursor.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/shared/windef/handles/hicon.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/shared/windef/handles/hwnd_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/shared/windef/structures/point.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/shared/windef/structures/rect.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/adjust_window_rect_.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/close_window_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/create_window_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/def_window_proc.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/destroy_window_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/dispatch_message.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/um/winuser/enums/SW.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/get_message.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/get_window_long_ptr.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/get_window_long.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/get_window_placement_.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/um/winuser/functions/get_client_rect_.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/get_window_rect_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::winuser::GetWindowRect;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/get_window_thread_process_id_.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/get_x_window.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/is.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/load_cursor.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/load_icon.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/peek_message.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/post_message.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/register_class_.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/register_window_message.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/reply_message_.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/send_message.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/set_foreground_window_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/set_window_placement_.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/set_window_pos_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/show_window_.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/timer.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/translate_message_.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/um/winuser/functions/get_window_rect_.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::Zeroable;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/um/winuser/structures/msg.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/um/winuser/structures/window_placement.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   --> src/assoc/local.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 | use winapi::shared::windef::*;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   --> src/assoc/local.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | use winapi::um::winuser::*;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/structures/error.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/um/winuser/structures/wndclass.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/shared/minwindef/handles/hmodule.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::minwindef::HMODULE;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/shared/windef/handles/hwnd_.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::windef::HWND;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `abistr`
[INFO] [stdout]  --> src/shared/minwindef/extras/name_or_atom.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use abistr::Unit;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `abistr`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `abistr`, use `cargo add abistr` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/libloaderapi/functions/get_module_handle_.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::libloaderapi::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `abistr`
[INFO] [stdout]  --> src/um/libloaderapi/functions/get_module_handle_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use abistr::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `abistr`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `abistr`, use `cargo add abistr` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/enums/GWL.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/um/winuser/enums/GWL.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/enums/GWLP.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/um/winuser/enums/GWLP.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/enums/WM.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    --> src/um/winuser/enums/WM.rs:61:42
[INFO] [stdout]     |
[INFO] [stdout]  61 |               #[allow(unused_imports)] use winapi::um::winuser::*; // prioritize winuser::* over mod::*
[INFO] [stdout]     |                                            ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout] ...
[INFO] [stdout]  78 | / messages! {
[INFO] [stdout]  79 | |     "https://learn.microsoft.com/en-us/windows/win32/winmsg/wm-null"                 NULL                        => WM_NULL,
[INFO] [stdout]  80 | |     "https://learn.microsoft.com/en-us/windows/win32/winmsg/wm-create"               CREATE                      => WM_CREATE,
[INFO] [stdout]  81 | |     "https://learn.microsoft.com/en-us/windows/win32/winmsg/wm-destroy"              DESTROY                     => WM_DESTROY,
[INFO] [stdout] ...   |
[INFO] [stdout] 368 | |     /* undocumented by microsoft */                                                         UAHNCPAINTMENUPOPUP         => WM_UAHNCPAINTM...
[INFO] [stdout] 369 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the macro `messages` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/um/winuser/enums/WM.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/flags/ISMEX.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/um/winuser/flags/ISMEX.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/flags/PM.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/um/winuser/flags/PM.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/flags/SMTO.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/um/winuser/flags/SMTO.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/flags/SWP.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/um/winuser/flags/SWP.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/flags/WPF.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/um/winuser/flags/WPF.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/flags/WS.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/um/winuser/flags/WS.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/flags/WS_EX.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/adjust_window_rect_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::minwindef::BOOL;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/um/winuser/flags/WS_EX.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/get_client_rect_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::winuser::GetClientRect;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `abistr`
[INFO] [stdout]  --> src/um/winuser/functions/create_window_.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use abistr::{TryIntoAsOptCStr, AsOptCStr};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `abistr`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `abistr`, use `cargo add abistr` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/get_window_text.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/um/winuser/functions/get_window_placement_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::Zeroable;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   --> src/um/winuser/functions/set_foreground_window_.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use winapi::um::winuser::ASFW_ANY;
[INFO] [stdout]    |         ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `abistr`
[INFO] [stdout]  --> src/um/winuser/functions/register_window_message.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use abistr::AsCStr;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `abistr`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `abistr`, use `cargo add abistr` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/set_window_text.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/timer.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::minwindef::BOOL;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/timer.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::processthreadsapi::GetCurrentProcess;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `abistr`
[INFO] [stdout]  --> src/um/winuser/functions/set_window_text.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use abistr::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `abistr`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `abistr`, use `cargo add abistr` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lazy_static`
[INFO] [stdout]    --> src/assoc/local.rs:344:9
[INFO] [stdout]     |
[INFO] [stdout] 344 |         lazy_static::lazy_static! { static ref G : Global = Global::default(); }
[INFO] [stdout]     |         ^^^^^^^^^^^ use of unresolved module or unlinked crate `lazy_static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Pod` in this scope
[INFO] [stdout]   --> src/shared/minwindef/values/atom.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Default, Pod, Zeroable)]
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope
[INFO] [stdout]   --> src/shared/minwindef/values/atom.rs:10:24
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Default, Pod, Zeroable)]
[INFO] [stdout]    |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Pod` in this scope
[INFO] [stdout]   --> src/shared/windef/handles/hwnd_.rs:79:19
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[derive(Default, Pod, Zeroable)]
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope
[INFO] [stdout]   --> src/shared/windef/handles/hwnd_.rs:79:24
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[derive(Default, Pod, Zeroable)]
[INFO] [stdout]    |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Pod` in this scope
[INFO] [stdout]  --> src/shared/windef/structures/point.rs:9:77
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash, Default, Pod, Zeroable)]
[INFO] [stdout]   |                                                                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope
[INFO] [stdout]  --> src/shared/windef/structures/point.rs:9:82
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash, Default, Pod, Zeroable)]
[INFO] [stdout]   |                                                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Pod` in this scope
[INFO] [stdout]  --> src/shared/windef/structures/rect.rs:7:77
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash, Default, Pod, Zeroable)]
[INFO] [stdout]   |                                                                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope
[INFO] [stdout]  --> src/shared/windef/structures/rect.rs:7:82
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash, Default, Pod, Zeroable)]
[INFO] [stdout]   |                                                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope
[INFO] [stdout]   --> src/um/winuser/enums/GWL.rs:15:70
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Default, Zeroable)] #[repr(transparent)] pub struct GetWindowLongIndex(i32);
[INFO] [stdout]    |                                                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope
[INFO] [stdout]   --> src/um/winuser/enums/GWLP.rs:14:70
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Default, Zeroable)] #[repr(transparent)] pub struct GetWindowLongPtrIndex(i32);
[INFO] [stdout]    |                                                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope
[INFO] [stdout]   --> src/um/winuser/enums/SW.rs:13:70
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Default, Zeroable)] #[repr(transparent)] pub struct ShowWindowCmd(i32);
[INFO] [stdout]    |                                                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Pod` in this scope
[INFO] [stdout]   --> src/um/winuser/enums/WM.rs:12:70
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Default, Pod, Zeroable)] #[repr(transparent)] pub struct WM32(u32);
[INFO] [stdout]    |                                                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope
[INFO] [stdout]   --> src/um/winuser/enums/WM.rs:12:75
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Default, Pod, Zeroable)] #[repr(transparent)] pub struct WM32(u32);
[INFO] [stdout]    |                                                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope
[INFO] [stdout]   --> src/um/winuser/flags/ISMEX.rs:14:70
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Default, Zeroable)] #[repr(transparent)] pub struct InSendMessageExFlags(u32);
[INFO] [stdout]    |                                                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope
[INFO] [stdout]   --> src/um/winuser/flags/PM.rs:14:70
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Default, Zeroable)] #[repr(transparent)] pub struct PeekMessageFlags(u32);
[INFO] [stdout]    |                                                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope
[INFO] [stdout]   --> src/um/winuser/flags/SMTO.rs:14:70
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Default, Zeroable)] #[repr(transparent)] pub struct SendMessageTimeOutFlags(u...
[INFO] [stdout]    |                                                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope
[INFO] [stdout]   --> src/um/winuser/flags/SWP.rs:14:70
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Default, Zeroable)] #[repr(transparent)] pub struct SetWindowPosFlags(u32);
[INFO] [stdout]    |                                                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope
[INFO] [stdout]   --> src/um/winuser/flags/WPF.rs:14:70
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Default, Zeroable)] #[repr(transparent)] pub struct WindowPlacementFlags(u32);
[INFO] [stdout]    |                                                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope
[INFO] [stdout]   --> src/um/winuser/flags/WS.rs:14:70
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Default, Zeroable)] #[repr(transparent)] pub struct WindowStyle(u32);
[INFO] [stdout]    |                                                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope
[INFO] [stdout]   --> src/um/winuser/flags/WS_EX.rs:14:70
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Default, Zeroable)] #[repr(transparent)] pub struct WindowStyleExtended(u32);
[INFO] [stdout]    |                                                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope
[INFO] [stdout]   --> src/um/winuser/structures/msg.rs:10:77
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash, Default, Zeroable)]
[INFO] [stdout]    |                                                                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope
[INFO] [stdout]   --> src/um/winuser/structures/window_placement.rs:16:77
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash, Default, Zeroable)]
[INFO] [stdout]    |                                                                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hwnd` (lib) due to 121 previous errors
[INFO] running `Command { std: "docker" "inspect" "db027f2fbe3be7405d744d904a197f15c6f33c1a160bf68501924d5f87c39a80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db027f2fbe3be7405d744d904a197f15c6f33c1a160bf68501924d5f87c39a80", kill_on_drop: false }`
[INFO] [stdout] db027f2fbe3be7405d744d904a197f15c6f33c1a160bf68501924d5f87c39a80
