[INFO] fetching crate hwnd 0.0.0-2024-01-05...
[INFO] checking hwnd-0.0.0-2024-01-05 against master#3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777 for pr-132289
[INFO] extracting crate hwnd 0.0.0-2024-01-05 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate hwnd 0.0.0-2024-01-05 on toolchain 3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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-tc1/source/Cargo.toml
[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" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded abibool v0.5.3
[INFO] [stderr]   Downloaded raw-window-handle v0.2.0
[INFO] [stderr]   Downloaded abistr v0.2.0-rc3
[INFO] [stderr]   Downloaded abistr-macros v0.2.0-rc3
[INFO] [stderr]   Downloaded winresult v0.1.3
[INFO] [stderr]   Downloaded winresult-types v0.1.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c47415699dddce8b15cc1c48de696668687c32c6884788811473abbde2aa63ad
[INFO] running `Command { std: "docker" "start" "-a" "c47415699dddce8b15cc1c48de696668687c32c6884788811473abbde2aa63ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c47415699dddce8b15cc1c48de696668687c32c6884788811473abbde2aa63ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c47415699dddce8b15cc1c48de696668687c32c6884788811473abbde2aa63ad", kill_on_drop: false }`
[INFO] [stdout] c47415699dddce8b15cc1c48de696668687c32c6884788811473abbde2aa63ad
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dda1ace18b87caca80fd5b110fc1adca69cc88f599452a75c3d0489828c9335a
[INFO] running `Command { std: "docker" "start" "-a" "dda1ace18b87caca80fd5b110fc1adca69cc88f599452a75c3d0489828c9335a", kill_on_drop: false }`
[INFO] [stderr]     Checking hwnd v0.0.0-2024-01-05 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/utils/gle.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::errhandlingapi::SetLastError;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[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 undeclared crate or module `winresult`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/utils/gle.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::errhandlingapi::SetLastError;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[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 undeclared crate or module `winresult`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[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/3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777/library/std/src/os/mod.rs:54:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777/library/std/src/os/mod.rs:46:1
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777/library/std/src/os/mod.rs:101:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777/library/std/src/os/mod.rs:100:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/values/TIMERV.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]   --> src/_lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub use winapi::shared::minwindef::LPARAM;          // OK?
[INFO] [stdout]    |         ^^^^^^ use of undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]   --> src/_lib.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use winapi::shared::minwindef::LRESULT;         // OK?
[INFO] [stdout]    |         ^^^^^^ use of undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]   --> src/_lib.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub use winapi::shared::minwindef::WPARAM;          // OK?
[INFO] [stdout]    |         ^^^^^^ use of undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[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 undeclared crate or module `winresult`
[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 undeclared crate or module `bytemuck`
[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 undeclared crate or module `bytemuck`
[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 undeclared crate or module `bytemuck`
[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 undeclared crate or module `bytemuck`
[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 undeclared crate or module `bytemuck`
[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 undeclared crate or module `bytemuck`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/is.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/timer.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[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 undeclared crate or module `bytemuck`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]   --> src/assoc/local.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 | use winapi::shared::windef::*;
[INFO] [stdout]    |     ^^^^^^ use of undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]   --> src/assoc/local.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | use winapi::um::winuser::*;
[INFO] [stdout]    |     ^^^^^^ use of undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/structures/error.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[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 undeclared crate or module `abistr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[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 undeclared crate or module `abistr`
[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/3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777/library/std/src/os/mod.rs:54:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777/library/std/src/os/mod.rs:46:1
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777/library/std/src/os/mod.rs:101:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777/library/std/src/os/mod.rs:100:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/enums/GWL.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/enums/GWLP.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/values/TIMERV.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/enums/WM.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]   --> src/_lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub use winapi::shared::minwindef::LPARAM;          // OK?
[INFO] [stdout]    |         ^^^^^^ use of undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]   --> src/_lib.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use winapi::shared::minwindef::LRESULT;         // OK?
[INFO] [stdout]    |         ^^^^^^ use of undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]   --> src/_lib.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub use winapi::shared::minwindef::WPARAM;          // OK?
[INFO] [stdout]    |         ^^^^^^ use of undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `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]     = 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 `winresult`
[INFO] [stdout]  --> src/_lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winresult::ERROR;
[INFO] [stdout]   |     ^^^^^^^^^ use of undeclared crate or module `winresult`
[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 undeclared crate or module `bytemuck`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/flags/ISMEX.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/flags/PM.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/flags/SMTO.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[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 undeclared crate or module `bytemuck`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/flags/SWP.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/flags/WPF.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/flags/WS.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[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 undeclared crate or module `abistr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[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 undeclared crate or module `abistr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[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 undeclared crate or module `abistr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/is.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/functions/timer.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[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 undeclared crate or module `bytemuck`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]   --> src/assoc/local.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 | use winapi::shared::windef::*;
[INFO] [stdout]    |     ^^^^^^ use of undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]   --> src/assoc/local.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | use winapi::um::winuser::*;
[INFO] [stdout]    |     ^^^^^^ use of undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/structures/error.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[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 undeclared crate or module `abistr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[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 undeclared crate or module `abistr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/enums/GWL.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/enums/GWLP.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/enums/WM.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `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]     = 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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/flags/ISMEX.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/flags/PM.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/flags/SMTO.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/flags/SWP.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/flags/WPF.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi`
[INFO] [stdout]  --> src/um/winuser/flags/WS.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[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 undeclared crate or module `abistr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[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 undeclared crate or module `bytemuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[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 undeclared crate or module `abistr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `winapi`
[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 undeclared crate or module `abistr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `lazy_static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `lazy_static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `abistr`
[INFO] [stdout]    --> src/um/winuser/functions/dispatch_message.rs:107:41
[INFO] [stdout]     |
[INFO] [stdout] 107 |     let hwnd = unsafe { create_window_a(abistr::cstr!("Message"), (), 0, 0, 0, 0, 0, HWnd::MESSAGE, null_mut(), None, null_mut()).unwrap(...
[INFO] [stdout]     |                                         ^^^^^^ use of undeclared crate or module `abistr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `abistr`
[INFO] [stdout]    --> src/um/winuser/functions/get_message.rs:155:41
[INFO] [stdout]     |
[INFO] [stdout] 155 | ...   s.send(unsafe { create_window_a(abistr::cstr!("Message"), (), 0, 0, 0, 0, 0, HWnd::MESSAGE, null_mut(), None, null_mut()).unwrap() ...
[INFO] [stdout]     |                                       ^^^^^^ use of undeclared crate or module `abistr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `abistr`
[INFO] [stdout]    --> src/um/winuser/functions/get_message.rs:173:41
[INFO] [stdout]     |
[INFO] [stdout] 173 | ...   s.send(unsafe { create_window_w(abistr::cstr16!("Message"), (), 0, 0, 0, 0, 0, HWnd::MESSAGE, null_mut(), None, null_mut()).unwrap(...
[INFO] [stdout]     |                                       ^^^^^^ use of undeclared crate or module `abistr`
[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 `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 `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 `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 `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 `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 `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 `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/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/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 `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 `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/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/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/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/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/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/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.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/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/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] 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] error[E0308]: mismatched types
[INFO] [stdout]    --> src/um/winuser/enums/WM.rs:230:117
[INFO] [stdout]     |
[INFO] [stdout] 230 |     "https://learn.microsoft.com/en-us/windows/win32/winmsg/mn-gethmenu"             MN_GETHMENU                 => MN_GETHMENU,
[INFO] [stdout]     |                                                                                                                     ^^^^^^^^^^^ expected `u32`, found `WM32`
[INFO] [stdout]     |
[INFO] [stdout] help: call `Into::into` on this expression to convert `enums::WM::WM32` into `u32`
[INFO] [stdout]     |
[INFO] [stdout] 230 |     "https://learn.microsoft.com/en-us/windows/win32/winmsg/mn-gethmenu"             MN_GETHMENU                 => MN_GETHMENU.into(),
[INFO] [stdout]     |                                                                                                                                +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/um/winuser/enums/WM.rs:230:117
[INFO] [stdout]     |
[INFO] [stdout] 230 |     "https://learn.microsoft.com/en-us/windows/win32/winmsg/mn-gethmenu"             MN_GETHMENU                 => MN_GETHMENU,
[INFO] [stdout]     |                                                                                                                     ^^^^^^^^^^^ expected `u32`, found `WM32`
[INFO] [stdout]     |
[INFO] [stdout] help: call `Into::into` on this expression to convert `enums::WM::WM32` into `u32`
[INFO] [stdout]     |
[INFO] [stdout] 230 |     "https://learn.microsoft.com/en-us/windows/win32/winmsg/mn-gethmenu"             MN_GETHMENU                 => MN_GETHMENU.into(),
[INFO] [stdout]     |                                                                                                                                +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/um/winuser/enums/WM.rs:297:145
[INFO] [stdout]     |
[INFO] [stdout] 297 | ...             DM_POINTERHITTEST           => DM_POINTERHITTEST, // XXX: funky!
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^ expected `u32`, found `WM32`
[INFO] [stdout]     |
[INFO] [stdout] help: call `Into::into` on this expression to convert `enums::WM::WM32` into `u32`
[INFO] [stdout]     |
[INFO] [stdout] 297 |     "https://learn.microsoft.com/en-us/previous-versions/windows/desktop/inputmsg/dm-pointerhittest"             DM_POINTERHITTEST           => DM_POINTERHITTEST.into(), // XXX: funky!
[INFO] [stdout]     |                                                                                                                                                                  +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/um/winuser/enums/WM.rs:297:145
[INFO] [stdout]     |
[INFO] [stdout] 297 | ...             DM_POINTERHITTEST           => DM_POINTERHITTEST, // XXX: funky!
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^ expected `u32`, found `WM32`
[INFO] [stdout]     |
[INFO] [stdout] help: call `Into::into` on this expression to convert `enums::WM::WM32` into `u32`
[INFO] [stdout]     |
[INFO] [stdout] 297 |     "https://learn.microsoft.com/en-us/previous-versions/windows/desktop/inputmsg/dm-pointerhittest"             DM_POINTERHITTEST           => DM_POINTERHITTEST.into(), // XXX: funky!
[INFO] [stdout]     |                                                                                                                                                                  +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hwnd` (lib test) due to 126 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `hwnd` (lib) due to 123 previous errors
[INFO] running `Command { std: "docker" "inspect" "dda1ace18b87caca80fd5b110fc1adca69cc88f599452a75c3d0489828c9335a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dda1ace18b87caca80fd5b110fc1adca69cc88f599452a75c3d0489828c9335a", kill_on_drop: false }`
[INFO] [stdout] dda1ace18b87caca80fd5b110fc1adca69cc88f599452a75c3d0489828c9335a
