[INFO] fetching crate thindx 0.0.0-2022-09-30... [INFO] testing thindx-0.0.0-2022-09-30 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate thindx 0.0.0-2022-09-30 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate thindx 0.0.0-2022-09-30 [INFO] finished tweaking crates.io crate thindx 0.0.0-2022-09-30 [INFO] tweaked toml for crates.io crate thindx 0.0.0-2022-09-30 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate thindx 0.0.0-2022-09-30 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate thindx 0.0.0-2022-09-30 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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 72f00fe7a37b126842469f42827d8379e03814b3089d3096ddfd82355bb28021 [INFO] running `Command { std: "docker" "start" "-a" "72f00fe7a37b126842469f42827d8379e03814b3089d3096ddfd82355bb28021", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "72f00fe7a37b126842469f42827d8379e03814b3089d3096ddfd82355bb28021", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72f00fe7a37b126842469f42827d8379e03814b3089d3096ddfd82355bb28021", kill_on_drop: false }` [INFO] [stdout] 72f00fe7a37b126842469f42827d8379e03814b3089d3096ddfd82355bb28021 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2dfcb39b51817a1a66c33a2c4a09cac6575a322b91b3d3ec1e95b63816a4ae22 [INFO] running `Command { std: "docker" "start" "-a" "2dfcb39b51817a1a66c33a2c4a09cac6575a322b91b3d3ec1e95b63816a4ae22", kill_on_drop: false }` [INFO] [stderr] Compiling thindx v0.0.0-2022-09-30 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `abibool` [INFO] [stdout] --> src/_lib.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | pub extern crate abibool; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `abistr` [INFO] [stdout] --> src/_lib.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | pub extern crate abistr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/ctypes/pack.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/namespaces/d3d9/shared_handle.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::shared::ntdef::HANDLE; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/color_value.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/present_stats.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/resource_stats.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/viewport.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/processthreadsapi.h/functions/get_current.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::processthreadsapi::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/unknwn.h/unknwn.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/headers/xinput.h/functions/get_audio_device_ids_.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/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/os/mod.rs:56:5 [INFO] [stdout] | [INFO] [stdout] = note: the item is gated here [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/os/mod.rs:120:10 [INFO] [stdout] | [INFO] [stdout] = note: the item is gated here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/traits/path_ext.rs:3:14 [INFO] [stdout] | [INFO] [stdout] 3 | 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/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/os/mod.rs:56:5 [INFO] [stdout] | [INFO] [stdout] = note: the item is gated here [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/os/mod.rs:120:10 [INFO] [stdout] | [INFO] [stdout] = note: the item is gated here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/namespaces/d3d9/index.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/dll.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::{WORD, HMODULE, FARPROC}; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/dll.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::um::libloaderapi::{GetProcAddress, LoadLibraryExA, LOAD_LIBRARY_SEARCH_SYSTEM32}; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winresult` [INFO] [stdout] --> src/errors.rs:125:13 [INFO] [stdout] | [INFO] [stdout] 125 | pub use winresult::D3D::*; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `winresult` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/structures/shader_macro.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::D3D_SHADER_MACRO; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/structures/shader_data.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::d3dcompiler::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `minidl` [INFO] [stdout] --> src/dll.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use minidl::Library; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `minidl` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `minidl`, use `cargo add minidl` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/guiddef.h/guiddef.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::guiddef::GUID; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/guiddef.h/guiddef.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/functions/perf.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::shared::d3d9::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi` [INFO] [stdout] --> src/namespaces/d3d9.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | use winapi; [INFO] [stdout] | ^^^^^^ no external crate `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::d3d9::{Direct3DCreate9, IDirect3D9}; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::windef::HMONITOR; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/query.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::winerror::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/resource.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::d3d9::IDirect3DResource9; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/resource.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/shaders.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::shared::d3d9::{IDirect3DPixelShader9, IDirect3DVertexShader9}; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/shaders.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/state_block.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9::IDirect3DStateBlock9; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/state_block.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3d.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use bytemuck::Zeroable; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain_ex.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::d3d9::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/vertex_declaration.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9::IDirect3DVertexDeclaration9; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/vertex_declaration.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/surface.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/devtype.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/volume.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/sgr.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/box_.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/light.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/material.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/present_parameters.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/vertex_element.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/values/luid.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::ntdef::LUID; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/structures/adapter_identifier.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/values/sdk_version.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/function_parameter_reflection.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/function_reflection.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/module_instance.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::winerror::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/shader_reflection_constant_buffer.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/shader_reflection_variable.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/structures/function_desc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/structures/library_desc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/structures/shader_buffer_desc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/structures/shader_desc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/structures/shader_input_bind_desc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/structures/shader_type_desc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/structures/shader_variable_desc.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/structures/signature_parameter_desc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/interfaces/blob.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3dcommon::ID3DBlob; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/interfaces/include.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::{LPCVOID, UINT}; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/interfaces/include.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::ntdef::{LPCSTR, HRESULT}; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/interfaces/include.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcommon::{ID3DInclude, ID3DIncludeVtbl, D3D_INCLUDE_TYPE}; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/interfaces/include.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::d3dcompiler::D3D_COMPILE_STANDARD_FILE_INCLUDE; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/values/shader_version.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/winuser.h/functions/window.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use winapi::um::winuser::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/compress_shader.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/xinput.h/enumerations/battery_devtype.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/xinput.h/enumerations/battery_level.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/xinput.h/enumerations/battery_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/xinput.h/enumerations/devsubtype.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/xinput.h/enumerations/devtype.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/xinput.h/enumerations/user.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/xinput.h/enumerations/vk.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/xinput.h/flags/buttons.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/xinput.h/flags/caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/xinput.h/flags/flag.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/xinput.h/flags/keystroke.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winresult` [INFO] [stdout] --> src/headers/xinput.h/xinput.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winresult::ERROR; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `winresult` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/functions/get_battery_information_.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use bytemuck::Zeroable; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/functions/get_capabilities_.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use bytemuck::Zeroable; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/functions/get_dsound_audio_device_guids_.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use bytemuck::Zeroable; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/xinput.h/functions/get_keystroke_.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::winerror::ERROR_EMPTY; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/functions/get_keystroke_.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use bytemuck::Zeroable; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/functions/get_state_.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use bytemuck::Zeroable; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/functions/get_state_ex_.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::Zeroable; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/structures/battery_information.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/structures/capabilities.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/xinput.h/structures/gamepad.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/structures/dsound_audio_device_guids.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/structures/keystroke.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/structures/state.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/structures/vibration.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winresult` [INFO] [stdout] --> src/errors.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | use winresult::HResultError; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `winresult` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winresult` [INFO] [stdout] --> src/errors.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | pub use winresult::D3D11; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `winresult` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winresult` [INFO] [stdout] --> src/errors.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | pub use winresult::D3DERR; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `winresult` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winresult` [INFO] [stdout] --> src/errors.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 105 | pub use winresult::D3DXERR; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `winresult` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winresult` [INFO] [stdout] --> src/errors.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | pub use winresult::DXGI; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `winresult` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winresult` [INFO] [stdout] --> src/errors.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | pub use winresult::E; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `winresult` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winresult` [INFO] [stdout] --> src/errors.rs:117:9 [INFO] [stdout] | [INFO] [stdout] 117 | pub use winresult::ERROR; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `winresult` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/error.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::winerror::{HRESULT, SUCCEEDED}; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winresult` [INFO] [stdout] --> src/errors.rs:121:9 [INFO] [stdout] | [INFO] [stdout] 121 | pub use winresult::S; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `winresult` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winresult` [INFO] [stdout] --> src/error.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winresult::{ErrorCode, HResultError}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `winresult` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/flags/cursor.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/functions/perf.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9.h/flags/cursor.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use winapi::shared::d3d9::IDirect3DDevice9; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use winapi::shared::windef::RECT; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use winapi::um::wingdi::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use bytemuck::{Zeroable, Pod}; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winresult` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/device.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use winresult::*; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `winresult` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/deviceex.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::shared::d3d9::{IDirect3DDevice9Ex, IDirect3DDevice9}; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/deviceex.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/deviceex.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use winapi::um::wingdi::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/deviceex.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::ctypes::c_void; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::d3d9::{IDirect3DIndexBuffer9, IDirect3DVertexBuffer9, IDirect3DResource9}; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/buffers.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winresult` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/deviceex.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use winresult::*; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `winresult` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3dex.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::shared::d3d9::{Direct3DCreate9Ex, IDirect3D9Ex, IDirect3D9}; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3dex.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3dex.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use winapi::shared::windef::HWND; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3dex.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/query.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::d3d9::IDirect3DQuery9; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/query.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/direct3dex.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/surface.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::shared::d3d9::{IDirect3DSurface9, IDirect3DResource9}; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/surface.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use winapi::shared::windef::HDC; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/surface.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/surface.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::Interface; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::shared::d3d9::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use winapi::um::wingdi::{RDH_RECTANGLES, RGNDATA, RGNDATAHEADER}; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain_ex.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain_ex.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/swap_chain.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::shared::d3d9::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/texture.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/volume.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::d3d9::IDirect3DVolume9; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/volume.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi` [INFO] [stdout] --> src/headers/d3d9.h/interfaces/volume.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::Interface; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps1.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps1.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps1.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps2.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps2.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps2.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps3.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps3.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps3.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/cursor_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/cursor_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/cursor_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps2.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps2.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps2.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dt_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dt_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dt_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/fvf_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/fvf_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/fvf_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/line_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/line_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/line_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pcmp_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pcmp_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pcmp_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ps20_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ps20_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ps20_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pshade_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pshade_caps.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pshade_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptaddress_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptaddress_caps.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptaddress_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptexture_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptexture_caps.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptexture_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptfilter_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptfilter_caps.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptfilter_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/stencil_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/stencil_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/stencil_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/texop_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/texop_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/texop_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/vs20_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/vs20_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/vs20_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/vtxp_caps.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/vtxp_caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9caps.h/flags/vtxp_caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/structures/caps.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9caps.h/structures/caps.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9caps.h/structures/caps.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/back_buffer_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/back_buffer_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/basis_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/basis_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/blend_op.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/blend_op.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/blend.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/blend.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/cmp_func.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/cmp_func.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/compose_rects_op.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/compose_rects_op.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/cube_map_faces.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/cube_map_faces.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/cull.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/cull.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/debug_monitor_tokens.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/debug_monitor_tokens.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/decl_method.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/decl_method.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/decl_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/decl_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/decl_usage.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/decl_usage.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/degree.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/degree.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/devtype.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/display_rotation.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/display_rotation.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/fill_mode.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/fill_mode.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/fog_mode.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/fog_mode.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/format.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/format.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/light_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/light_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/material_color_source.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/material_color_source.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/multi_sample_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/multi_sample_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/pool.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/pool.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/patch_edge_style.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/patch_edge_style.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/primitive_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/primitive_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/query_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/query_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/render_state_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/render_state_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/resource_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/resource_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/sampler_state_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/sampler_state_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/sampler_texture_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/sampler_texture_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/scanline_ordering.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/scanline_ordering.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/shade_mode.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/shade_mode.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/state_block_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/state_block_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/stencil_op.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/stencil_op.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/stream_source.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/stream_source.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/swap_effect.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/swap_effect.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/texture_address.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/texture_address.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/texture_filter_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/texture_filter_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/texture_op.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/texture_op.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/texture_stage_state_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/texture_stage_state_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/transform_state_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/transform_state_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/zbuffer_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/zbuffer_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/flags/create.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/flags/create.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/flags/fvf.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/flags/fvf.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/flags/get_data.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/flags/get_data.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/flags/issue.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/flags/issue.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/flags/lock.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/flags/lock.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/flags/present.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9caps::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/flags/present.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/flags/present_flag.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/flags/present_flag.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/flags/usage.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/adapter_identifier.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::d3d9types::D3DADAPTER_IDENTIFIER9; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/flags/usage.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/clip_status.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/clip_status.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/structures/clip_status.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/device_creation_parameters.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/device_creation_parameters.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::windef::HWND; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/structures/device_creation_parameters.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/display_mode_ex.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/structures/display_mode_ex.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/display_mode_filter.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/display_mode_filter.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/structures/display_mode_filter.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/display_mode.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/structures/display_mode.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/gamma_ramp.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/gamma_ramp.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::minwindef::WORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/structures/gamma_ramp.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/index_buffer_desc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/structures/index_buffer_desc.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/locked_box.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/structures/locked_box.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/locked_rect.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/structures/locked_rect.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/matrix.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/structures/matrix.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/memory_pressure.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/structures/memory_pressure.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/structures/present_parameters.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use bytemuck::Zeroable; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/raster_status.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/raster_status.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/structures/raster_status.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/rect.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/rect.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::windef::RECT; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/structures/rect.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/surface_desc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/structures/surface_desc.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/vector.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/structures/vector.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/vertex_buffer_desc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/structures/vertex_buffer_desc.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/structures/volume_desc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/structures/volume_desc.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/values/color.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::d3d9types::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/values/sdk_version.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::d3d9::{D3D_SDK_VERSION, D3D9b_SDK_VERSION}; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d9types.h/values/shader_version.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d9types.h/values/color.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/enumerations/shader_version_type.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/shader_reflection_type.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::winerror::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/interfaces/shader_reflection_type.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3d11shader.h/structures/shader_variable_desc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::minwindef::LPVOID; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3d11shader.h/enumerations/shader_version_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/cbuffer_type.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/cbuffer_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/driver_type.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/driver_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/feature_level.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/feature_level.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/include_type.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/include_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/interpolation_mode.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/interpolation_mode.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/min_precision.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/min_precision.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/name.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/name.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/primitive_topology.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/primitive_topology.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/primitive.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/primitive.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/register_component_type.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/register_component_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/resource_return_type.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/resource_return_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/shader_input_type.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/shader_input_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/shader_variable_class.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/shader_variable_class.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/shader_variable_type.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/shader_variable_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/srv_dimension.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/srv_dimension.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/tessellator_domain.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/tessellator_domain.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/tessellator_output_primitive.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/tessellator_output_primitive.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/tessellator_partitioning.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/tessellator_partitioning.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/flags/parameter_flags.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcommon.h/flags/parameter_flags.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/flags/shader_cbuffer_flags.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/flags/shader_cbuffer_flags.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcommon.h/flags/shader_cbuffer_flags.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/flags/shader_input_flags.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcommon.h/flags/shader_input_flags.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/flags/shader_variable_flags.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcommon.h/flags/shader_variable_flags.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/_dll.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::basetsd::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/_dll.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::guiddef::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/_dll.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::minwindef::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/_dll.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::ntdef::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/_dll.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::um::d3dcommon::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/_dll.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use winapi::um::d3dcompiler::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/_dll.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcommon.h/flags/shader_variable_flags.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/reflection.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::Interface; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/compile.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcompiler::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/compile.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/compile_effect.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcompiler::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/compile_effect.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/compile_secdata.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/compile_secdata.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::d3dcompiler::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/compress_shader.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/compile_secdata.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/disasm.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::minwindef::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/disasm.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::d3dcompiler::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/disasm.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/get_inst_offsets.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/get_inst_offsets.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::d3dcompiler::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/get_inst_offsets.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/shader_requires.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::basetsd::UINT64; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/shader_requires.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::d3d11shader::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/shader_requires.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/enumerations/blob_part.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcompiler::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcompiler.h/enumerations/blob_part.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/d3dcompiler.h/flags/compiler_strip_flags.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::d3dcompiler::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/xinput.h/dll/imports.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::guiddef::GUID; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/xinput.h/dll/imports.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::minwindef::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/xinput.h/dll/imports.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::processthreadsapi::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/xinput.h/dll/imports.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::psapi::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/xinput.h/dll/imports.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::um::winnt::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/headers/xinput.h/dll/imports.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::um::xinput::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/d3dcompiler.h/flags/compiler_strip_flags.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/enumerations/battery_devtype.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/enumerations/battery_level.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/enumerations/battery_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/enumerations/devsubtype.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/enumerations/devtype.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/enumerations/user.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/enumerations/vk.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/flags/buttons.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/flags/caps.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/flags/flag.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/flags/keystroke.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/traits/as_hwnd.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::shared::windef::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/traits/as_hwnd.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::winuser::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/headers/xinput.h/structures/gamepad.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::{Pod, Zeroable}; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winresult` [INFO] [stdout] --> src/traits/path_ext.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winresult::HResultError; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `winresult` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winapi` [INFO] [stdout] --> src/error_kind.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::winerror::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `winapi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> src/error_kind.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winresult` [INFO] [stdout] --> src/errors.rs:126:13 [INFO] [stdout] | [INFO] [stdout] 126 | pub use winresult::D3DOK::NOAUTOGEN as OK_NOAUTOGEN; // TODO: eliminate in favor of fixing winresult [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `winresult` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winresult` [INFO] [stdout] --> src/error_kind.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winresult::{ErrorCode, HResult, HResultError}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `winresult` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lazy_static` [INFO] [stdout] --> src/headers/xinput.h/dll/imports.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | lazy_static::lazy_static! { [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `lazy_static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/error_kind.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/error_kind.rs:21:15 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/xinput.h/structures/dsound_audio_device_guids.rs:9:19 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/xinput.h/structures/dsound_audio_device_guids.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcompiler.h/flags/compiler_strip_flags.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcompiler.h/flags/compiler_strip_flags.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcompiler.h/enumerations/blob_part.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcompiler.h/enumerations/blob_part.rs:19:15 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/shader_requires.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/shader_requires.rs:16:15 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/get_inst_offsets.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/get_inst_offsets.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/disasm.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/disasm.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/compress_shader.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/compress_shader.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/compile_secdata.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/compile_secdata.rs:18:15 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/compile_effect.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/compile_effect.rs:20:15 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/compile.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcompiler.h/constants/compile.rs:20:15 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/flags/shader_variable_flags.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/flags/shader_variable_flags.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/flags/shader_input_flags.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/flags/shader_input_flags.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/flags/shader_cbuffer_flags.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/flags/shader_cbuffer_flags.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/flags/parameter_flags.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/flags/parameter_flags.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/tessellator_partitioning.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/tessellator_partitioning.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/tessellator_output_primitive.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/tessellator_output_primitive.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/tessellator_domain.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/tessellator_domain.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/srv_dimension.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/srv_dimension.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/shader_variable_type.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/shader_variable_type.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/shader_variable_class.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/shader_variable_class.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/shader_input_type.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/shader_input_type.rs:16:15 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/resource_return_type.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/resource_return_type.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/register_component_type.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/register_component_type.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/primitive.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/primitive.rs:16:15 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/primitive_topology.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/primitive_topology.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/name.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/name.rs:23:15 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/min_precision.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/min_precision.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/interpolation_mode.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/interpolation_mode.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/include_type.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/include_type.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/feature_level.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/feature_level.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/driver_type.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/driver_type.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/cbuffer_type.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3dcommon.h/enumerations/cbuffer_type.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d11shader.h/enumerations/shader_version_type.rs:71:19 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d11shader.h/enumerations/shader_version_type.rs:71:24 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d11shader.h/enumerations/shader_version_type.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d11shader.h/enumerations/shader_version_type.rs:30:15 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/values/shader_version.rs:14:70 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/values/shader_version.rs:14:75 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/values/sdk_version.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/values/sdk_version.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/values/color.rs:17:19 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/values/color.rs:17:24 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/volume_desc.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/volume_desc.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/vertex_buffer_desc.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/vertex_buffer_desc.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/vector.rs:12:19 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/vector.rs:12:24 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/surface_desc.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/surface_desc.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/rect.rs:29:19 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/rect.rs:29:24 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/raster_status.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/raster_status.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/memory_pressure.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Zeroable)] // !Pod: trailing padding on x64 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/matrix.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/matrix.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/locked_rect.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/locked_box.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/index_buffer_desc.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/index_buffer_desc.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/gamma_ramp.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/gamma_ramp.rs:17:15 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/display_mode.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/display_mode.rs:17:15 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/display_mode_filter.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/display_mode_filter.rs:19:15 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/display_mode_ex.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/display_mode_ex.rs:19:15 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/device_creation_parameters.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Zeroable)] // HWND is not Pod [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/clip_status.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/clip_status.rs:62:15 [INFO] [stdout] | [INFO] [stdout] 62 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/clip_status.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/clip_status.rs:17:15 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/structures/adapter_identifier.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Zeroable)] // !Pod: trailing padding on x64 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/flags/usage.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/flags/usage.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/flags/present_flag.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/flags/present_flag.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/flags/present.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/flags/present.rs:29:15 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/flags/lock.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/flags/lock.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/flags/issue.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/flags/issue.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/flags/get_data.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/flags/get_data.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/flags/fvf.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/flags/fvf.rs:17:15 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/flags/create.rs:18:19 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/flags/create.rs:18:24 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Default, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/zbuffer_type.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/zbuffer_type.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/transform_state_type.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/transform_state_type.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/texture_stage_state_type.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/texture_stage_state_type.rs:16:15 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/texture_op.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/texture_op.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/texture_filter_type.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/texture_filter_type.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/texture_address.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/texture_address.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/swap_effect.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/swap_effect.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/stream_source.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/stream_source.rs:18:15 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/stencil_op.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/stencil_op.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/state_block_type.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/state_block_type.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/shade_mode.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/shade_mode.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/sgr.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/sgr.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/scanline_ordering.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/scanline_ordering.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/sampler_texture_type.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/sampler_texture_type.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/sampler_state_type.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/sampler_state_type.rs:16:15 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/resource_type.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/resource_type.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/render_state_type.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/render_state_type.rs:17:15 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/query_type.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/query_type.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/primitive_type.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/primitive_type.rs:17:15 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/patch_edge_style.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/patch_edge_style.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/pool.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/pool.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/multi_sample_type.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/multi_sample_type.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/material_color_source.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/material_color_source.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/light_type.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/light_type.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/format.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/format.rs:132:15 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/fog_mode.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/fog_mode.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/fill_mode.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/fill_mode.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/display_rotation.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/display_rotation.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/degree.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/degree.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/decl_usage.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/decl_usage.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/decl_type.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/decl_type.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/decl_method.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/decl_method.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/debug_monitor_tokens.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/debug_monitor_tokens.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/cull.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/cull.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/cube_map_faces.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/cube_map_faces.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/compose_rects_op.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/compose_rects_op.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/cmp_func.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/cmp_func.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/blend.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/blend.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/blend_op.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/blend_op.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/basis_type.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/basis_type.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/back_buffer_type.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/back_buffer_type.rs:18:15 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/structures/caps.rs:517:77 [INFO] [stdout] | [INFO] [stdout] 517 | #[derive(Clone, Copy, Debug, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct Reserved5(DWO... [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/structures/caps.rs:517:82 [INFO] [stdout] | [INFO] [stdout] 517 | #[derive(Clone, Copy, Debug, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct Reserved5(DWO... [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/structures/caps.rs:413:30 [INFO] [stdout] | [INFO] [stdout] 413 | #[derive(Clone, Copy, Debug, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/structures/caps.rs:413:35 [INFO] [stdout] | [INFO] [stdout] 413 | #[derive(Clone, Copy, Debug, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/structures/caps.rs:401:30 [INFO] [stdout] | [INFO] [stdout] 401 | #[derive(Clone, Copy, Debug, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/structures/caps.rs:401:35 [INFO] [stdout] | [INFO] [stdout] 401 | #[derive(Clone, Copy, Debug, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/structures/caps.rs:22:30 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Clone, Copy, Debug, Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/structures/caps.rs:22:35 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Clone, Copy, Debug, Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/vtxp_caps.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/vtxp_caps.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/vs20_caps.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/vs20_caps.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/texop_caps.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/texop_caps.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/stencil_caps.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/stencil_caps.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptfilter_caps.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptfilter_caps.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptexture_caps.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptexture_caps.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptaddress_caps.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ptaddress_caps.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pshade_caps.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pshade_caps.rs:19:15 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ps20_caps.rs:16:77 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Clone, Copy, Debug, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct Reserved5(DWO... [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ps20_caps.rs:16:82 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Clone, Copy, Debug, Default, PartialEq, Eq, PartialOrd, Ord, Hash, Pod, Zeroable)] #[repr(transparent)] pub struct Reserved5(DWO... [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ps20_caps.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/ps20_caps.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/praster_caps.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pcmp_caps.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pcmp_caps.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/pblend_caps.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/line_caps.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/line_caps.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/fvf_caps.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/fvf_caps.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dt_caps.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dt_caps.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps2.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps2.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/dev_caps.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/cursor_caps.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/cursor_caps.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps3.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps3.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps2.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps2.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps1.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9caps.h/flags/caps1.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Pod` in this scope [INFO] [stdout] --> src/headers/d3d9.h/flags/cursor.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Zeroable` in this scope [INFO] [stdout] --> src/headers/d3d9.h/flags/cursor.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Pod, Zeroable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `unaligned_references` has been removed: converted into hard error, see issue #82523 for more information [INFO] [stdout] --> src/_lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(unaligned_references)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/flags/cursor.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | flags! { Cursor => DWORD; None, ImmediateUpdate } [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9.h/functions/perf.rs:292:1 [INFO] [stdout] | [INFO] [stdout] 292 | flags! { Options => DWORD; None, ForbidPix } [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9caps.h/flags/caps1.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | flags! { Caps1 => DWORD; None, ReadScanline, Overlay } [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9caps.h/flags/caps2.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | flags! { Caps2 => DWORD; None, CanAutoGenMipMap, CanCalibrateGamma, CanShareResource, CanManageResource, DynamicTextures, FullScreenGamma, Reserved } [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9caps.h/flags/caps3.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | flags! { Caps3 => DWORD; None, AlphaFullscreenFlipOrDiscard, CopyToVidMem, CopyToSystemMem, DxvaHD, LinearToSrgbPresentation, Reserved } [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9caps.h/flags/cursor_caps.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | flags! { CursorCaps => DWORD; None, Color, LowRes } [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9caps.h/flags/dev_caps.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / flags! { [INFO] [stdout] 14 | | DevCaps => DWORD; [INFO] [stdout] 15 | | None, CanBltSysToNonLocal, CanRenderAfterFlip, DrawPrimitives2, DrawPrimitives2Ex, DrawPrimTlVertex, [INFO] [stdout] 16 | | ExecuteSystemMemory, ExecuteVideoMemory, HwRasterization, HwTransformAndLight, NPatches, PureDevice, [INFO] [stdout] 17 | | QuinticRtPatches, RtPatches, RtPatchHandleZero, SeparateTextureMemories, TextureNonLocalVidMem, [INFO] [stdout] 18 | | TextureSystemMemory, TextureVideoMemory, TlVertexSystemMemory, TlVertexVideoMemory [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9caps.h/flags/dev_caps2.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / flags! { [INFO] [stdout] 14 | | DevCaps2 => DWORD; [INFO] [stdout] 15 | | None, AdaptiveTessRtPatch, AdaptiveTessNPatch, CanStretchRectFromTextures, DMapNPatch, PresampledDMapNPatch, StreamOffset, VertexElem... [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9caps.h/flags/dt_caps.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / flags! { [INFO] [stdout] 14 | | DtCaps => DWORD; [INFO] [stdout] 15 | | None, UByte4, UByte4N, Short2N, Short4N, UShort2N, UShort4N, UDec3, Dec3N, Float16_2, Float16_4, [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9caps.h/flags/fvf_caps.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / flags! { [INFO] [stdout] 14 | | FvfCaps => DWORD; [INFO] [stdout] 15 | | None, DoNotStripElements, PSize, TexCoordCountMask, [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9caps.h/flags/line_caps.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / flags! { [INFO] [stdout] 14 | | LineCaps => DWORD; [INFO] [stdout] 15 | | None, AlphaCmp, AntiAlias, Blend, Fog, Texture, ZTest, [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9caps.h/flags/pblend_caps.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / flags! { [INFO] [stdout] 14 | | PBlendCaps => DWORD; [INFO] [stdout] 15 | | None, BlendFactor, BothInvSrcAlpha, BothSrcAlpha, DestAlpha, DestColor, InvDestAlpha, InvDestColor, [INFO] [stdout] 16 | | InvSrcAlpha, InvSrcColor, InvSrcColor2, One, SrcAlpha, SrcAlphaSat, SrcColor, SrcColor2, Zero, [INFO] [stdout] 17 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9caps.h/flags/pcmp_caps.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / flags! { [INFO] [stdout] 14 | | PCmpCaps => DWORD; [INFO] [stdout] 15 | | None, Always, Equal, Greater, GreaterEqual, Less, LessEqual, Never, NotEqual, [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9caps.h/flags/pmisc_caps.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / flags! { [INFO] [stdout] 14 | | PMiscCaps => DWORD; [INFO] [stdout] 15 | | None, MaskZ, CullNone, CullCW, CullCCW, ColorWriteEnable, ClipPlaneScaledPoints, ClipTlVerts, TssArgTemp, BlendOp, [INFO] [stdout] 16 | | NullReference, IndependentWriteMasks, PerStageConstant, PostBlendSrgbConvert, FogAndSpecularAlpha, [INFO] [stdout] 17 | | SeparateAlphaBlend, MrtIndependentBitDepths, MrtPostPixelShaderBlending, FogVertexClamped, [INFO] [stdout] 18 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9caps.h/flags/praster_caps.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / flags! { [INFO] [stdout] 15 | | PRasterCaps => DWORD; [INFO] [stdout] 16 | | None, Anisotropy, ColorPerspective, Dither, DepthBias, FogRange, FogTable, FogVertex, MipMapLodBias, [INFO] [stdout] 17 | | MultisampleToggle, ScissorTest, SlopeScaleDepthBias, WBuffer, WFog, ZBufferLessHSR, ZFog, ZTest, [INFO] [stdout] ... | [INFO] [stdout] 20 | | AntiAliasSortIndependent, AntiAliasEdges, ZBias, TranslucentSortIndependent, [INFO] [stdout] 21 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9caps.h/flags/ps20_caps.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | flags! { Ps20Caps => DWORD; None, ArbitrarySwizzle, GradientInstructions, Predication, NoDependentReadLimit, NoTexInstructionLimit } [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9caps.h/flags/pshade_caps.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / flags! { [INFO] [stdout] 23 | | PShadeCaps => DWORD; [INFO] [stdout] 24 | | None, AlphaGouraudBlend, ColorGouraudRgb, FogGouraud, SpecularGouraudRgb, [INFO] [stdout] 25 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9caps.h/flags/ptaddress_caps.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / flags! { [INFO] [stdout] 15 | | PTAddressCaps => DWORD; [INFO] [stdout] 16 | | Border, Clamp, IndependentUV, Mirror, MirrorOnce, Wrap, [INFO] [stdout] 17 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9caps.h/flags/ptexture_caps.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / flags! { [INFO] [stdout] 15 | | PTextureCaps => DWORD; [INFO] [stdout] 16 | | None, Alpha, AlphaPalette, CubeMap, CubeMapPow2, MipCubeMap, MipMap, MipVolumeMap, NonPow2Conditional, [INFO] [stdout] 17 | | NoProjectedBumpEnv, Perspective, Pow2, Projected, SquareOnly, TexRepeatNotScaledBySize, VolumeMap, VolumeMapPow2, [INFO] [stdout] 18 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9caps.h/flags/ptfilter_caps.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / flags! { [INFO] [stdout] 15 | | PTFilterCaps => DWORD; [INFO] [stdout] 16 | | None, [INFO] [stdout] 17 | | ConvolutionMono, [INFO] [stdout] ... | [INFO] [stdout] 20 | | MipFPoint, MipFLinear, [INFO] [stdout] 21 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9caps.h/flags/stencil_caps.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / flags! { [INFO] [stdout] 14 | | StencilCaps => DWORD; [INFO] [stdout] 15 | | None, Keep, Zero, Replace, IncrSat, DecrSat, Invert, Incr, Decr, TwoSided, [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9caps.h/flags/texop_caps.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / flags! { [INFO] [stdout] 14 | | TexOpCaps => DWORD; [INFO] [stdout] 15 | | None, Add, AddSigned, AddSigned2x, AddSmooth, BlendCurrentAlpha, BlendDiffuseAlpha, BlendFactorAlpha, BlendTextureAlpha, [INFO] [stdout] 16 | | BlendTextureAlphaPM, BumpEnvMap, BumpEnvMapLuminance, Disable, DotProduct3, Lerp, Modulate, Modulate2x, Modulate4x, [INFO] [stdout] 17 | | ModulateAlphaAddColor, ModulateColorAddAlpha, ModulateInvAlphaAddColor, ModulateInvColorAddAlpha, MultiplyAdd, [INFO] [stdout] 18 | | Premodulate, SelectArg1, SelectArg2, Subtract, [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9caps.h/flags/vs20_caps.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | flags! { Vs20Caps => DWORD; None, Predication } [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9caps.h/flags/vtxp_caps.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / flags! { [INFO] [stdout] 14 | | VtxPCaps => DWORD; [INFO] [stdout] 15 | | None, DirectionalLights, LocalViewer, MaterialSource7, NoTexGenNonLocalViewer, PositionalLights, TexGen, TexGenSphereMap, Tweening, [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/macros.rs:358:175 [INFO] [stdout] | [INFO] [stdout] 358 | ...w(unused_imports)] pub use $mod::*; mods!{ $($tt)* } }; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the name `Reserved5` in the type namespace is first re-exported here [INFO] [stdout] | but the name `Reserved5` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9caps.h/d3d9caps.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / mods! { [INFO] [stdout] 5 | | inl mod flags { [INFO] [stdout] 6 | | inl mod caps1; [INFO] [stdout] 7 | | inl mod caps2; [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] = note: this warning originates in the macro `mods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/back_buffer_type.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | enumish! { BackBufferType => D3DBACKBUFFER_TYPE; default: Mono == 0; Mono, Left, Right } [INFO] [stdout] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/basis_type.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | enumish! { Basis => D3DBASISTYPE; default: Bezier == 0; Bezier, BSpline, CatmullRom } [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/blend_op.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | enumish! { BlendOp => D3DBLENDOP; Add, Subtract, RevSubtract, Min, Max } [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/blend.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / enumish! { [INFO] [stdout] 16 | | Blend => D3DBLEND; [INFO] [stdout] 17 | | Zero, One, SrcColor, InvSrcColor, SrcAlpha, InvSrcAlpha, DestAlpha, InvDestAlpha, DestColor, InvDestColor, [INFO] [stdout] 18 | | SrcAlphaSat, BothSrcAlpha, BothInvSrcAlpha, BlendFactor, InvBlendFactor, SrcColor2, InvSrcColor2, [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/cmp_func.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | enumish! { Cmp => D3DCMPFUNC; Never, Less, Equal, LessEqual, Greater, NotEqual, GreaterEqual, Always } [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/compose_rects_op.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | enumish! { ComposeRects => D3DCOMPOSERECTSOP; Copy, Or, And, Neg } [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/cube_map_faces.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | enumish! { CubeMapFace => D3DCUBEMAP_FACES; PositiveX, NegativeX, PositiveY, NegativeY, PositiveZ, NegativeZ } [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/cull.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | enumish! { Cull => D3DCULL; None, CW, CCW } [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/debug_monitor_tokens.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | enumish! { DMT => D3DDEBUGMONITORTOKENS; Enable, Disable } [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/decl_method.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | enumish! { DeclMethod8 => D3DDECLMETHOD; default: Default == 0; Default, PartialU, PartialV, CrossUV, UV, Lookup, LookupPresampled } [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/decl_type.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / enumish! { [INFO] [stdout] 16 | | DeclType8 => D3DDECLTYPE; [INFO] [stdout] 17 | | Float1, Float2, Float3, Float4, Color, UByte4, Short2, Short4, [INFO] [stdout] 18 | | UByte4N, Short2N, Short4N, UShort2N, UShort4N, UDec3, Dec3N, Float16_2, Float16_4, Unused, [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/decl_usage.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / enumish! { [INFO] [stdout] 16 | | DeclUsage8 => D3DDECLUSAGE; [INFO] [stdout] 17 | | Position, BlendWeight, BlendIndices, Normal, PSize, TexCoord, Tangent, [INFO] [stdout] 18 | | Binormal, TessFactor, PositionT, Color, Fog, Depth, Sample, [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/degree.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | enumish! { Degree => D3DDEGREETYPE; Linear, Quadratic, Cubic, Quintic } [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/devtype.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | enumish! { DevType => D3DDEVTYPE; default: HAL != 0; HAL, NullRef, Ref, SW } [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/display_rotation.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | enumish! { DisplayRotation => D3DDISPLAYROTATION; default: Identity != 0; Identity, _90, _180, _270 } [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/fill_mode.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | enumish! { Fill => D3DFILLMODE; Point, Wireframe, Solid } [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/fog_mode.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | enumish! { Fog => D3DFOGMODE; None, Exp, Exp2, Linear } [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/format.rs:355:7 [INFO] [stdout] | [INFO] [stdout] 355 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/light_type.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | enumish! { LightType => D3DLIGHTTYPE; Point, Spot, Directional } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/material_color_source.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | enumish! { MCS => D3DMATERIALCOLORSOURCE; Material, Color1, Color2 } [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/multi_sample_type.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | enumish! { MultiSample => D3DMULTISAMPLE_TYPE; default: None == 0; None, NonMaskable, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13, X14, X15, X16 } [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/pool.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | enumish! { Pool => D3DPOOL; default: Default == 0; Default, Managed, SystemMem, Scratch } [INFO] [stdout] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/patch_edge_style.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | enumish! { PatchEdge => D3DPATCHEDGESTYLE; Discrete, Continuous } [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/primitive_type.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | enumish! { PT => D3DPRIMITIVETYPE; PointList, LineList, LineStrip, TriangleList, TriangleStrip, TriangleFan } [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/query_type.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / enumish! { [INFO] [stdout] 18 | | QueryType => D3DQUERYTYPE; [INFO] [stdout] 19 | | VCache, ResourceManager, VertexStats, Event, Occlusion, TimeStamp, TimeStampDisjoint, TimeStampFreq, [INFO] [stdout] 20 | | PipelineTimings, InterfaceTimings, VertexTimings, PixelTimings, BandwidthTimings, CacheUtilization, [INFO] [stdout] 21 | | MemoryPressure, [INFO] [stdout] 22 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/render_state_type.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / enumish! { [INFO] [stdout] 22 | | RS => D3DRENDERSTATETYPE; [INFO] [stdout] 23 | | ZEnable, FillMode, ShadeMode, ZWriteEnable, AlphaTestEnable, LastPixel, SrcBlend, DestBlend, [INFO] [stdout] 24 | | CullMode, ZFunc, AlphaRef, AlphaFunc, DitherEnable, AlphaBlendEnable, FogEnable, SpecularEnable, [INFO] [stdout] ... | [INFO] [stdout] 37 | | SeparateAlphaBlendEnable, SrcBlendAlpha, DestBlendAlpha, BlendOpAlpha, [INFO] [stdout] 38 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/resource_type.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | enumish! { ResourceType => D3DRESOURCETYPE; Surface, Volume, Texture, VolumeTexture, CubeTexture, VertexBuffer, IndexBuffer } [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/sampler_state_type.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / enumish! { [INFO] [stdout] 21 | | Samp => D3DSAMPLERSTATETYPE; [INFO] [stdout] 22 | | AddressU, AddressV, AddressW, BorderColor, MagFilter, MinFilter, MipFilter, [INFO] [stdout] 23 | | MipMapLODBias, MaxMipLevel, MaxAnisotropy, SRGBTexture, ElementIndex, DMapOffset, [INFO] [stdout] 24 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/sampler_texture_type.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | enumish! { STT => D3DSAMPLER_TEXTURE_TYPE; Unknown, _2D, Cube, Volume } [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/scanline_ordering.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | enumish! { ScanlineOrdering => D3DSCANLINEORDERING; Progressive, Interlaced, Unknown } [INFO] [stdout] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/sgr.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | enumish! { SGR => D3DSGR; Calibrate, NoCalibration } [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/shade_mode.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | enumish! { Shade => D3DSHADEMODE; Flat, Gouraud, Phong } [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/state_block_type.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | enumish! { SBT => D3DSTATEBLOCKTYPE; All, PixelState, VertexState } [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/stencil_op.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | enumish! { StencilOp => D3DSTENCILOP; Keep, Zero, Replace, IncrSat, DecrSat, Invert, Incr, Decr } [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/headers/d3d9types.h/enumerations/stream_source.rs:71:7 [INFO] [stdout] | [INFO] [stdout] 71 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/swap_effect.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | enumish! { SwapEffect => D3DSWAPEFFECT; Discard, Flip, Copy, Overlay, FlipEx } [INFO] [stdout] | ------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/texture_address.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | enumish! { TAddress => D3DTEXTUREADDRESS; Wrap, Mirror, Clamp, Border, MirrorOnce } [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/texture_filter_type.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | enumish! { TexF => D3DTEXTUREFILTERTYPE; None, Point, Linear, Anisotropic, PyramidalQuad, GaussianQuad, ConvolutionMono } [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/texture_op.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / enumish! { [INFO] [stdout] 17 | | TOP => D3DTEXTUREOP; [INFO] [stdout] 18 | | Disable, SelectArg1, SelectArg2, Modulate, Modulate2x, Modulate4x, [INFO] [stdout] 19 | | Add, AddSigned, AddSigned2x, Subtract, AddSmooth, [INFO] [stdout] ... | [INFO] [stdout] 22 | | BumpEnvMap, BumpEnvMapLuminance, DotProduct3, MultiplyAdd, Lerp, [INFO] [stdout] 23 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/texture_stage_state_type.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / enumish! { [INFO] [stdout] 21 | | TSS => D3DTEXTURESTAGESTATETYPE; [INFO] [stdout] 22 | | ColorOp, ColorArg1, ColorArg2, AlphaOp, AlphaArg1, AlphaArg2, [INFO] [stdout] 23 | | BumpEnvMat00, BumpEnvMat01, BumpEnvMat10, BumpEnvMat11, TexCoordIndex, BumpEnvlScale, BumpEnvlOffset, [INFO] [stdout] 24 | | TextureTransformFlags, ColorArg0, AlphaArg0, ResultArg, Constant, [INFO] [stdout] 25 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/transform_state_type.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | enumish! { TS => D3DTRANSFORMSTATETYPE; View, Projection, Texture0, Texture1, Texture2, Texture3, Texture4, Texture5, Texture6, Texture7 } [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/enumerations/zbuffer_type.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | enumish! { ZB => D3DZBUFFERTYPE; False, True, UseW } [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/headers/d3d9types.h/flags/create.rs:169:7 [INFO] [stdout] | [INFO] [stdout] 169 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/flags/fvf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / flags! { [INFO] [stdout] 21 | | FVF => D3DFVF; [INFO] [stdout] 22 | | LastBetaUByte4, LastBetaD3DColor, [INFO] [stdout] 23 | | Reserved2, Reserved0, [INFO] [stdout] ... | [INFO] [stdout] 26 | | Specular, PSize, Normal, Diffuse, None, [INFO] [stdout] 27 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/flags/get_data.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | flags! { GetData => D3DGETDATA; None, Flush } [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/flags/issue.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | flags! { Issue => D3DISSUE; None, Begin, End } [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/flags/lock.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | flags! { Lock => D3DLOCK; None, Discard, DoNotWait, NoDirtyUpdate, NoOverwrite, NoSysLock, ReadOnly } [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/flags/present.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | / flags! { [INFO] [stdout] 33 | | Present => D3DPRESENT; [INFO] [stdout] ... | [INFO] [stdout] 42 | | VideoRestrictToMonitor, UpdateOverlayOnly, HideOverlay, UpdateColorKey, [INFO] [stdout] 43 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/flags/present_flag.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / flags! { [INFO] [stdout] 15 | | PresentFlag => D3DPRESENTFLAG; [INFO] [stdout] 16 | | None, LockableBackBuffer, DiscardDepthStencil, DeviceClip, Video, NoAutoRotate, UnprunedMode, [INFO] [stdout] 17 | | OverlayLimitedRgb, OverlayYCbCrBt709, OverlayYCbCrXvYCC, RestrictedContent, RestrictSharedResourceDriver, [INFO] [stdout] 18 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/flags/usage.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / flags! { [INFO] [stdout] 20 | | Usage => D3DUSAGE; [INFO] [stdout] 21 | | None, AutoGenMipMap, DepthStencil, DMap, DoNotClip, Dynamic, NonSecure, NPatches, Points, RenderTarget, RTPatches, [INFO] [stdout] 22 | | SoftwareProcessing, TextAPI, WriteOnly, RestrictedContent, RestrictSharedResource, RestrictSharedResourceDriver, [INFO] [stdout] 23 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d9types.h/structures/clip_status.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | flags! { CS => DWORD; None, All, Left, Right, Top, Bottom, Front, Back, Plane0, Plane1, Plane2, Plane3, Plane4, Plane5 } [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/headers/d3d9types.h/values/color.rs:67:7 [INFO] [stdout] | [INFO] [stdout] 67 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3d11shader.h/enumerations/shader_version_type.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | enumish! { ShVer => D3D11_SHADER_VERSION_TYPE; PixelShader, VertexShader, GeometryShader, HullShader, DomainShader, ComputeShader, Reserved0 } [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/enumerations/cbuffer_type.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | enumish! { CT => D3D_CBUFFER_TYPE; default: CBuffer == 0; CBuffer, TBuffer, InterfacePointers, ResourceBindInfo } [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/enumerations/driver_type.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | enumish! { DriverType => D3D_DRIVER_TYPE; default: Unknown == 0; Unknown, Hardware, Reference, Null, Software, WARP } [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/enumerations/feature_level.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | enumish! { FeatureLevel => D3D_FEATURE_LEVEL; default: 0; _1_0_Core, _9_1, _9_2, _9_3, _10_0, _10_1, _11_0, _11_1, _12_0, _12_1 } [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/enumerations/include_type.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | enumish! { Include => D3D_INCLUDE_TYPE; default: Local == 0; Local, System } [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/enumerations/interpolation_mode.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | enumish! { Interpolation => D3D_INTERPOLATION_MODE; default: Undefined == 0; Undefined, Constant, Linear, LinearCentroid, LinearNoPerspective, LinearNoPerspectiveCentroid, LinearSample, LinearNoPerspectiveSample } [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/enumerations/min_precision.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | enumish! { MinPrecision => D3D_MIN_PRECISION; default: Default == 0; Default, Float16, Float2_8, Reserved, SInt16, UInt16, Any16, Any10 } [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/enumerations/name.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | / enumish! { [INFO] [stdout] 27 | | Name => D3D_NAME; [INFO] [stdout] 28 | | default: Undefined == 0; [INFO] [stdout] 29 | | Undefined, Position, ClipDistance, CullDistance, RenderTargetArrayIndex, ViewportArrayIndex, VertexId, PrimitiveId, [INFO] [stdout] ... | [INFO] [stdout] 32 | | CullPrimitive, Target, Depth, Coverage, DepthGreaterEqual, DepthLessEqual, StencilRef, InnerCoverage, [INFO] [stdout] 33 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/enumerations/primitive_topology.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / enumish! { [INFO] [stdout] 22 | | PrimitiveTopology => D3D_PRIMITIVE_TOPOLOGY; [INFO] [stdout] 23 | | default: Undefined == 0; [INFO] [stdout] 24 | | Undefined, PointList, LineList, LineStrip, TriangleList, TriangleStrip, LineListAdj, LineStripAdj, TriangleListAdj, TriangleStripAdj, [INFO] [stdout] ... | [INFO] [stdout] 32 | | _29ControlPointPatchList, _30ControlPointPatchList, _31ControlPointPatchList, _32ControlPointPatchList, [INFO] [stdout] 33 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/enumerations/primitive.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / enumish! { [INFO] [stdout] 23 | | Primitive => D3D_PRIMITIVE; [INFO] [stdout] 24 | | default: Undefined == 0; [INFO] [stdout] 25 | | Undefined, Point, Line, Triangle, LineAdj, TriangleAdj, [INFO] [stdout] ... | [INFO] [stdout] 33 | | _29ControlPointPatch, _30ControlPointPatch, _31ControlPointPatch, _32ControlPointPatch, [INFO] [stdout] 34 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/enumerations/register_component_type.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | enumish! { RegisterComponent => D3D_REGISTER_COMPONENT_TYPE; default: Unknown == 0; Unknown, UInt32, SInt32, Float32 } [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/enumerations/resource_return_type.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | enumish! { ReturnType => D3D_RESOURCE_RETURN_TYPE; default: 0; UNorm, SNorm, SInt, UInt, Float, Mixed, Double, Continued } [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/enumerations/shader_input_type.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / enumish! { [INFO] [stdout] 24 | | SIT => D3D_SHADER_INPUT_TYPE; [INFO] [stdout] 25 | | default: CBuffer == 0; [INFO] [stdout] 26 | | CBuffer, TBuffer, Texture, Sampler, UavRWTyped, Structured, UavRWStructured, [INFO] [stdout] 27 | | ByteAddress, UavRWByteAddress, UavAppendStructured, UavConsumeStructured, [INFO] [stdout] 28 | | UavRWStructuredWithCounter, RTAccelerationStructure, UavFeedbackTexture, [INFO] [stdout] 29 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/enumerations/shader_variable_class.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | enumish! { SVC => D3D_SHADER_VARIABLE_CLASS; default: Scalar == 0; Scalar, Vector, MatrixRows, MatrixColumns, Object, Struct, InterfaceClass, InterfacePointer } [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/enumerations/shader_variable_type.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / enumish! { [INFO] [stdout] 20 | | SVT => D3D_SHADER_VARIABLE_TYPE; [INFO] [stdout] 21 | | default: Void == 0; [INFO] [stdout] 22 | | Void, Bool, Int, Float, String, Texture, Texture1D, Texture2D, Texture3D, TextureCube, Sampler, Sampler1D, Sampler2D, [INFO] [stdout] ... | [INFO] [stdout] 28 | | ConsumeStructuredBuffer, Min8Float, Min10Float, Min16Float, Min12Int, Min16Int, Min16UInt, [INFO] [stdout] 29 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/enumerations/srv_dimension.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / enumish! { [INFO] [stdout] 20 | | SrvDimension => D3D_SRV_DIMENSION; [INFO] [stdout] 21 | | default: Unknown == 0; [INFO] [stdout] 22 | | Unknown, Buffer, Texture1D, Texture1DArray, Texture2D, Texture2DArray, Texture2DMS, Texture2DMSArray, Texture3D, [INFO] [stdout] 23 | | TextureCube, TextureCubeArray, BufferEx, [INFO] [stdout] 24 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/enumerations/tessellator_domain.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | enumish! { TessellatorDomain => D3D_TESSELLATOR_DOMAIN; default: Undefined == 0; Undefined, IsoLine, Tri, Quad } [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/enumerations/tessellator_output_primitive.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | enumish! { TessellatorOutput => D3D_TESSELLATOR_OUTPUT_PRIMITIVE; default: Undefined == 0; Undefined, Point, Line, TriangleCW, TriangleCCW } [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/enumerations/tessellator_partitioning.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | enumish! { TessellatorPartitioning => D3D_TESSELLATOR_PARTITIONING; default: Undefined == 0; Undefined, Integer, Pow2, FractionalOdd, FractionalEven } [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/flags/parameter_flags.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | flags! { PF => D3D_PARAMETER_FLAGS; None, In, Out } [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/flags/shader_cbuffer_flags.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | flags! { CBF => UINT; None, UserPacked } [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/flags/shader_input_flags.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | flags! { SIF => D3D_SHADER_INPUT_FLAGS; None, UserPacked, ComparisonSampler, TextureComponent0, TextureComponent1, TextureComponents, Unused } [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcommon.h/flags/shader_variable_flags.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | flags! { SVF => UINT; None, UserPacked, Used, InterfacePointer, InterfaceParameter } [INFO] [stdout] | ------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `unsafe_unsound_unstable_remove_static_asserts_for_coverage` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/constructors.rs:98:23 [INFO] [stdout] | [INFO] [stdout] 98 | #[cfg(not(unsafe_unsound_unstable_remove_static_asserts_for_coverage))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 122 | Ok(compiler! { [INFO] [stdout] | ____________- [INFO] [stdout] 123 | | D3DCompile, [INFO] [stdout] 124 | | D3DCompile2, [INFO] [stdout] 125 | | D3DCompileFromFile, [INFO] [stdout] ... | [INFO] [stdout] 148 | | }) [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(unsafe_unsound_unstable_remove_static_asserts_for_coverage)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(unsafe_unsound_unstable_remove_static_asserts_for_coverage)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `compiler` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `archive::*` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/_dll.rs:29:45 [INFO] [stdout] | [INFO] [stdout] 29 | mod archive; pub use archive::*; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `parts::*` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/_dll.rs:30:45 [INFO] [stdout] | [INFO] [stdout] 30 | mod parts; pub use parts::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `reflection::*` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/_dll.rs:31:45 [INFO] [stdout] | [INFO] [stdout] 31 | mod reflection; pub use reflection::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `blobs::*` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/_dll.rs:33:45 [INFO] [stdout] | [INFO] [stdout] 33 | mod blobs; pub use blobs::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `d3d11_methods::*` [INFO] [stdout] --> src/headers/d3dcompiler.h/dll/_dll.rs:34:45 [INFO] [stdout] | [INFO] [stdout] 34 | mod d3d11_methods; pub use d3d11_methods::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcompiler.h/constants/compile.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / flags! { [INFO] [stdout] 24 | | Compile => D3DCOMPILE; [INFO] [stdout] 25 | | None, Debug, SkipValidation, SkipOptimization, PackMatrixRowMajor, PackMatrixColumnMajor, PartialPrecision, [INFO] [stdout] 26 | | ForceVsSoftwareNoOpt, ForcePsSoftwareNoOpt, NoPreshader, AvoidFlowControl, PreferFlowControl, EnableStrictness, [INFO] [stdout] ... | [INFO] [stdout] 32 | | WarningsAreErrors, ResourcesMayAlias, EnableUnboundedDescriptorTables, AllResourcesBound, [INFO] [stdout] 33 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcompiler.h/constants/compile_effect.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / flags! { [INFO] [stdout] 24 | | CompileEffect => D3DCOMPILE_EFFECT; [INFO] [stdout] 25 | | ChildEffect, [INFO] [stdout] 26 | | AllowSlowOps, [INFO] [stdout] 27 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcompiler.h/constants/compile_secdata.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | flags! { CompileSecData => UINT; None, MergeUavSlots, PreserveTemplateSlots, RequireTemplateMatch } [INFO] [stdout] | --------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcompiler.h/constants/compress_shader.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | flags! { CompressShader => UINT; None, KeepAllParts } [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcompiler.h/constants/disasm.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / flags! { [INFO] [stdout] 19 | | Disasm => UINT; [INFO] [stdout] 20 | | None, EnableColorCode, EnableDefaultValuePrints, EnableInstructionNumbering, EnableInstructionCycle, DisableDebugInfo, [INFO] [stdout] 21 | | EnableInstructionOffset, InstructionOnly, [INFO] [stdout] 22 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcompiler.h/constants/get_inst_offsets.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | flags! { GetInstOffsets => UINT; None, IncludeNonExecutable } [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcompiler.h/constants/shader_requires.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / flags! { [INFO] [stdout] 20 | | ShaderRequires => UINT64; [INFO] [stdout] 21 | | None, Doubles, EarlyDepthStencil, UavsAtEveryStage, _64_Uavs, MinimumPrecision, _11_1_DoubleExtensions, [INFO] [stdout] 22 | | _11_1_ShaderExtensions, Level9ComparisonFiltering [INFO] [stdout] 23 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcompiler.h/enumerations/blob_part.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / enumish! { [INFO] [stdout] 24 | | BlobPart => D3D_BLOB_PART; [INFO] [stdout] 25 | | default: InputSignatureBlob == 0; [INFO] [stdout] 26 | | InputSignatureBlob, OutputSignatureBlob, InputAndOutputSignatureBlob, PatchConstantSignatureBlob, AllSignatureBlob, [INFO] [stdout] 27 | | DebugInfo, LegacyShader, XnaPrepassShader, XnaShader, Pdb, PrivateData, RootSignature, DebugName, [INFO] [stdout] 28 | | TestAlternateShader, TestCompileDetails, TestCompilePerf, TestCompileReport, [INFO] [stdout] 29 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/d3dcompiler.h/flags/compiler_strip_flags.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | flags! { CompilerStrip => D3DCOMPILER_STRIP_FLAGS; None, ReflectionData, DebugInfo, TestBlobs, PrivateData, RootSignature } [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/xinput.h/enumerations/battery_devtype.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | enumish! { BatteryDevType => u8; default: Gamepad == 0; Gamepad, Headset } [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/xinput.h/enumerations/battery_level.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | enumish! { BatteryLevel => u8; default: Empty == 0; Empty, Low, Medium, Full } [INFO] [stdout] | ------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/xinput.h/enumerations/battery_type.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | enumish! { BatteryType => u8; default: Disconnected == 0; Disconnected, Wired, Alkaline, NiMH, Unknown } [INFO] [stdout] | -------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/xinput.h/enumerations/devsubtype.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | enumish! { DevSubType => u8; Unknown } [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/xinput.h/enumerations/devtype.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | enumish! { DevType => u8; Gamepad } [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/xinput.h/enumerations/vk.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / enumish! { [INFO] [stdout] 13 | | VK => u16; [INFO] [stdout] 14 | | None, PadA, PadB, PadX, PadY, PadRShoulder, PadLShoulder, PadRTrigger, PadLTrigger, [INFO] [stdout] 15 | | PadDPadUp, PadDPadDown, PadDPadLeft, PadDPadRight, PadStart, PadBack, PadLThumbPress, PadRThumbPress, [INFO] [stdout] 16 | | PadLThumbUp, PadLThumbDown, PadLThumbRight, PadLThumbLeft, PadLThumbUpLeft, PadLThumbUpRight, PadLThumbDownRight, PadLThumbDownLeft, [INFO] [stdout] 17 | | PadRThumbUp, PadRThumbDown, PadRThumbRight, PadRThumbLeft, PadRThumbUpLeft, PadRThumbUpRight, PadRThumbDownRight, PadRThumbDownLeft, [INFO] [stdout] 18 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/xinput.h/flags/buttons.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | flags! { Buttons => u16; None, DPadUp, DPadDown, DPadLeft, DPadRight, Start, Guide, Back, LeftThumb, RightThumb, LeftShoulder, RightShoulder, A, B, X, Y } [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/xinput.h/flags/caps.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | flags! { Caps => u16; None, VoiceSupported, FfbSupported, Wireless, PmdSupported, NoNavigation } [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/xinput.h/flags/flag.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | flags! { Flag => u32; None, Gamepad } [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:277:15 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/headers/xinput.h/flags/keystroke.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | flags! { Keystroke => u16; None, KeyDown, KeyUp, Repeat } [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `flags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `impl-from-unchecked` [INFO] [stdout] --> src/macros.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "impl-from-unchecked")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/error_kind.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | enumish! { ErrorKind => HRESULT } [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `9ex` and `default` [INFO] [stdout] = help: consider adding `impl-from-unchecked` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `enumish` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0690]: transparent struct needs at most one field with non-trivial size or alignment, but has 2 [INFO] [stdout] --> src/traits/as_hwnd.rs:33:22 [INFO] [stdout] | [INFO] [stdout] 33 | #[repr(transparent)] pub struct SafeHWND<'w> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ needs at most one field with non-trivial size or alignment, but has 2 [INFO] [stdout] 34 | hwnd: NonNull, [INFO] [stdout] | --------------------------- this field has non-zero size or requires alignment [INFO] [stdout] 35 | phantom: PhantomData<&'w HWND>, [INFO] [stdout] | --------------------------------- this field has non-zero size or requires alignment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `into_range_or_full::IntoRectOrFull` for type `RangeFull` [INFO] [stdout] --> src/traits/into_range_or_full.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 34 | impl> IntoRectOrFull for T { fn into_rect(self) -> Option { Some(self.into()) } } [INFO] [stdout] | --------------------------------------------- first implementation here [INFO] [stdout] 35 | impl IntoRectOrFull for RangeFull { fn into_rect(self) -> Option { None } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `RangeFull` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `into_range_or_full::IntoBoxOrFull` for type `RangeFull` [INFO] [stdout] --> src/traits/into_range_or_full.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 37 | impl> IntoBoxOrFull for T { fn into_box(self) -> Option { Some(self.into()) } } [INFO] [stdout] | ------------------------------------------- first implementation here [INFO] [stdout] 38 | impl IntoBoxOrFull for RangeFull { fn into_box(self) -> Option { None } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `RangeFull` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0119, E0432, E0433, E0463, E0690. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0119`. [INFO] [stdout] [INFO] [stderr] error: could not compile `thindx` (lib) due to 733 previous errors; 127 warnings emitted [INFO] running `Command { std: "docker" "inspect" "2dfcb39b51817a1a66c33a2c4a09cac6575a322b91b3d3ec1e95b63816a4ae22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2dfcb39b51817a1a66c33a2c4a09cac6575a322b91b3d3ec1e95b63816a4ae22", kill_on_drop: false }` [INFO] [stdout] 2dfcb39b51817a1a66c33a2c4a09cac6575a322b91b3d3ec1e95b63816a4ae22