[INFO] crate dxplr 0.0.17 is already in cache
[INFO] checking dxplr-0.0.17 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate dxplr 0.0.17 into /workspace/builds/worker-6/source
[INFO] validating manifest of crates.io crate dxplr 0.0.17 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate dxplr 0.0.17
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate dxplr 0.0.17
[INFO] tweaked toml for crates.io crate dxplr 0.0.17 written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] crate crates.io crate dxplr 0.0.17 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 1fea5e0523c875ba7cf4815cb963feee990101165d92eb14214cbc537d552741
[INFO] running `"docker" "start" "-a" "1fea5e0523c875ba7cf4815cb963feee990101165d92eb14214cbc537d552741"`
[INFO] [stderr]    Compiling xml-rs v0.8.0
[INFO] [stderr]    Compiling syn v1.0.14
[INFO] [stderr]    Compiling winapi v0.3.8
[INFO] [stderr]     Checking downcast-rs v1.1.1
[INFO] [stderr]     Checking instant v0.1.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.8
[INFO] [stderr]     Checking memmap v0.7.0
[INFO] [stderr]     Checking parking_lot_core v0.7.0
[INFO] [stderr]     Checking raw-window-handle v0.3.3
[INFO] [stderr]    Compiling memoffset v0.5.3
[INFO] [stderr]     Checking x11-dl v2.18.5
[INFO] [stderr]     Checking line_drawing v0.7.0
[INFO] [stderr]     Checking dlib v0.4.1
[INFO] [stderr]     Checking mio-extras v2.0.6
[INFO] [stderr]     Checking parking_lot v0.10.0
[INFO] [stderr]     Checking num-rational v0.2.3
[INFO] [stderr]     Checking wayland-sys v0.23.6
[INFO] [stderr]     Checking rusttype v0.8.2
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]    Compiling wayland-scanner v0.23.6
[INFO] [stderr]     Checking calloop v0.4.4
[INFO] [stderr]     Checking wayland-commons v0.23.6
[INFO] [stderr]     Checking rusttype v0.7.9
[INFO] [stderr]     Checking crossbeam-epoch v0.8.0
[INFO] [stderr]     Checking andrew v0.2.1
[INFO] [stderr]     Checking com_ptr v0.1.3
[INFO] [stderr]     Checking crossbeam-deque v0.7.2
[INFO] [stderr]     Checking rayon-core v1.7.0
[INFO] [stderr]     Checking rayon v1.3.0
[INFO] [stderr]    Compiling wayland-client v0.23.6
[INFO] [stderr]    Compiling wayland-protocols v0.23.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.10
[INFO] [stderr]     Checking jpeg-decoder v0.1.18
[INFO] [stderr]     Checking image v0.23.0
[INFO] [stderr]     Checking thiserror v1.0.10
[INFO] [stderr]     Checking dxplr v0.0.17 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/api.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use winapi::shared::guiddef::GUID;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/api.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use winapi::shared::minwindef::FILETIME;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/api.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use winapi::shared::windef::{HDC, HWND, POINT, RECT, SIZE};
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/api.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use winapi::um::handleapi::*;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/api.rs:6:13
[INFO] [stderr]   |
[INFO] [stderr] 6 | use winapi::um::synchapi::*;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/api.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use winapi::um::winbase::INFINITE;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/api.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::um::winnt::{HANDLE, LUID};
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `com_ptr::ComPtr`
[INFO] [stderr]  --> src/d3d.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use com_ptr::ComPtr;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^ no `ComPtr` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/d3d.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::um::d3dcommon::*;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/dxgi/dxgitype.rs:1:13
[INFO] [stderr]   |
[INFO] [stderr] 1 | use winapi::shared::dxgitype::*;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/dxgi/format.rs:1:13
[INFO] [stderr]   |
[INFO] [stderr] 1 | use winapi::shared::dxgiformat::*;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]  --> src/d3d.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use winapi::ctypes::c_void;
[INFO] [stderr]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/result.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use winapi::um::d3dcommon::ID3DBlob;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/result.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use winapi::um::winnt::HRESULT;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `com_ptr::ComPtr`
[INFO] [stderr]  --> src/result.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use com_ptr::ComPtr;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^ no `ComPtr` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/utility.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use winapi::shared::minwindef::{BOOL, FALSE, TRUE, UINT};
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/lib.rs:29:13
[INFO] [stderr]    |
[INFO] [stderr] 29 | use winapi::um::unknwnbase::IUnknown;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]  --> src/utility.rs:1:13
[INFO] [stderr]   |
[INFO] [stderr] 1 | use winapi::ctypes::c_void;
[INFO] [stderr]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::Interface`
[INFO] [stderr]    --> src/utility.rs:47:21
[INFO] [stderr]     |
[INFO] [stderr] 47  |                 use winapi::Interface as _;
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/d3d.rs:218:1
[INFO] [stderr]     |
[INFO] [stderr] 218 | impl_interface!(Blob, ID3DBlob);
[INFO] [stderr]     | -------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::Interface`
[INFO] [stderr]   --> src/utility.rs:47:21
[INFO] [stderr]    |
[INFO] [stderr] 47 |                 use winapi::Interface as _;
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/lib.rs:45:1
[INFO] [stderr]    |
[INFO] [stderr] 45 | impl_interface!(Unknown, IUnknown);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/utility.rs:56:50
[INFO] [stderr]     |
[INFO] [stderr] 56  |             fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown {
[INFO] [stderr]     |                                                  ^^ could not find `um` in `winapi`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/d3d.rs:218:1
[INFO] [stderr]     |
[INFO] [stderr] 218 | impl_interface!(Blob, ID3DBlob);
[INFO] [stderr]     | -------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/utility.rs:57:57
[INFO] [stderr]     |
[INFO] [stderr] 57  |                 Interface::as_ptr(self) as *mut winapi::um::unknwnbase::IUnknown
[INFO] [stderr]     |                                                         ^^ could not find `um` in `winapi`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/d3d.rs:218:1
[INFO] [stderr]     |
[INFO] [stderr] 218 | impl_interface!(Blob, ID3DBlob);
[INFO] [stderr]     | -------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/utility.rs:56:50
[INFO] [stderr]    |
[INFO] [stderr] 56 |             fn as_unknown(&self) -> *mut winapi::um::unknwnbase::IUnknown {
[INFO] [stderr]    |                                                  ^^ could not find `um` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/lib.rs:45:1
[INFO] [stderr]    |
[INFO] [stderr] 45 | impl_interface!(Unknown, IUnknown);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/utility.rs:57:57
[INFO] [stderr]    |
[INFO] [stderr] 57 |                 Interface::as_ptr(self) as *mut winapi::um::unknwnbase::IUnknown
[INFO] [stderr]    |                                                         ^^ could not find `um` in `winapi`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/lib.rs:45:1
[INFO] [stderr]    |
[INFO] [stderr] 45 | impl_interface!(Unknown, IUnknown);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `GUID` in this scope
[INFO] [stderr]   --> src/api.rs:12:21
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct Guid(pub GUID);
[INFO] [stderr]    |                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `GUID` in this scope
[INFO] [stderr]   --> src/api.rs:16:14
[INFO] [stderr]    |
[INFO] [stderr] 16 |         Self(GUID {
[INFO] [stderr]    |              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `GUID` in this scope
[INFO] [stderr]   --> src/api.rs:24:11
[INFO] [stderr]    |
[INFO] [stderr] 24 | impl From<GUID> for Guid {
[INFO] [stderr]    |     -     ^^^^ not found in this scope
[INFO] [stderr]    |     |
[INFO] [stderr]    |     help: you might be missing a type parameter: `<GUID>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `GUID` in this scope
[INFO] [stderr]   --> src/api.rs:25:18
[INFO] [stderr]    |
[INFO] [stderr] 25 |     fn from(src: GUID) -> Guid {
[INFO] [stderr]    |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `GUID` in this scope
[INFO] [stderr]   --> src/api.rs:29:21
[INFO] [stderr]    |
[INFO] [stderr] 29 | impl From<Guid> for GUID {
[INFO] [stderr]    |                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `GUID` in this scope
[INFO] [stderr]   --> src/api.rs:30:27
[INFO] [stderr]    |
[INFO] [stderr] 30 |     fn from(src: Guid) -> GUID {
[INFO] [stderr]    |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LUID` in this scope
[INFO] [stderr]   --> src/api.rs:59:11
[INFO] [stderr]    |
[INFO] [stderr] 59 | impl From<LUID> for Luid {
[INFO] [stderr]    |     -     ^^^^ not found in this scope
[INFO] [stderr]    |     |
[INFO] [stderr]    |     help: you might be missing a type parameter: `<LUID>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LUID` in this scope
[INFO] [stderr]   --> src/api.rs:60:18
[INFO] [stderr]    |
[INFO] [stderr] 60 |     fn from(src: LUID) -> Luid {
[INFO] [stderr]    |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LUID` in this scope
[INFO] [stderr]   --> src/api.rs:64:21
[INFO] [stderr]    |
[INFO] [stderr] 64 | impl From<Luid> for LUID {
[INFO] [stderr]    |                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LUID` in this scope
[INFO] [stderr]   --> src/api.rs:65:27
[INFO] [stderr]    |
[INFO] [stderr] 65 |     fn from(src: Luid) -> LUID {
[INFO] [stderr]    |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `LUID` in this scope
[INFO] [stderr]   --> src/api.rs:66:9
[INFO] [stderr]    |
[INFO] [stderr] 66 |         LUID {
[INFO] [stderr]    |         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `POINT` in this scope
[INFO] [stderr]   --> src/api.rs:91:11
[INFO] [stderr]    |
[INFO] [stderr] 91 | impl From<POINT> for Point<i32> {
[INFO] [stderr]    |     -     ^^^^^ not found in this scope
[INFO] [stderr]    |     |
[INFO] [stderr]    |     help: you might be missing a type parameter: `<POINT>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `POINT` in this scope
[INFO] [stderr]   --> src/api.rs:92:18
[INFO] [stderr]    |
[INFO] [stderr] 92 |     fn from(src: POINT) -> Point<i32> {
[INFO] [stderr]    |                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `POINT` in this scope
[INFO] [stderr]   --> src/api.rs:96:27
[INFO] [stderr]    |
[INFO] [stderr] 96 | impl From<Point<i32>> for POINT {
[INFO] [stderr]    |                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `POINT` in this scope
[INFO] [stderr]   --> src/api.rs:97:33
[INFO] [stderr]    |
[INFO] [stderr] 97 |     fn from(src: Point<i32>) -> POINT {
[INFO] [stderr]    |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `POINT` in this scope
[INFO] [stderr]   --> src/api.rs:98:9
[INFO] [stderr]    |
[INFO] [stderr] 98 |         POINT { x: src.x, y: src.y }
[INFO] [stderr]    |         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `POINT` in this scope
[INFO] [stderr]    --> src/api.rs:101:12
[INFO] [stderr]     |
[INFO] [stderr] 101 | impl AsRef<POINT> for Point<i32> {
[INFO] [stderr]     |     -      ^^^^^ not found in this scope
[INFO] [stderr]     |     |
[INFO] [stderr]     |     help: you might be missing a type parameter: `<POINT>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `POINT` in this scope
[INFO] [stderr]    --> src/api.rs:102:26
[INFO] [stderr]     |
[INFO] [stderr] 102 |     fn as_ref(&self) -> &POINT {
[INFO] [stderr]     |                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `POINT` in this scope
[INFO] [stderr]    --> src/api.rs:103:55
[INFO] [stderr]     |
[INFO] [stderr] 103 |         unsafe { (self as *const Point<i32> as *const POINT).as_ref().unwrap() }
[INFO] [stderr]     |                                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `SIZE` in this scope
[INFO] [stderr]    --> src/api.rs:125:11
[INFO] [stderr]     |
[INFO] [stderr] 125 | impl From<SIZE> for Size<i32> {
[INFO] [stderr]     |     -     ^^^^ not found in this scope
[INFO] [stderr]     |     |
[INFO] [stderr]     |     help: you might be missing a type parameter: `<SIZE>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `SIZE` in this scope
[INFO] [stderr]    --> src/api.rs:126:18
[INFO] [stderr]     |
[INFO] [stderr] 126 |     fn from(src: SIZE) -> Size<i32> {
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `SIZE` in this scope
[INFO] [stderr]    --> src/api.rs:133:26
[INFO] [stderr]     |
[INFO] [stderr] 133 | impl From<Size<i32>> for SIZE {
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `SIZE` in this scope
[INFO] [stderr]    --> src/api.rs:134:32
[INFO] [stderr]     |
[INFO] [stderr] 134 |     fn from(src: Size<i32>) -> SIZE {
[INFO] [stderr]     |                                ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `SIZE` in this scope
[INFO] [stderr]    --> src/api.rs:135:9
[INFO] [stderr]     |
[INFO] [stderr] 135 |         SIZE {
[INFO] [stderr]     |         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `SIZE` in this scope
[INFO] [stderr]    --> src/api.rs:141:12
[INFO] [stderr]     |
[INFO] [stderr] 141 | impl AsRef<SIZE> for Size<i32> {
[INFO] [stderr]     |     -      ^^^^ not found in this scope
[INFO] [stderr]     |     |
[INFO] [stderr]     |     help: you might be missing a type parameter: `<SIZE>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `SIZE` in this scope
[INFO] [stderr]    --> src/api.rs:142:26
[INFO] [stderr]     |
[INFO] [stderr] 142 |     fn as_ref(&self) -> &SIZE {
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `SIZE` in this scope
[INFO] [stderr]    --> src/api.rs:143:54
[INFO] [stderr]     |
[INFO] [stderr] 143 |         unsafe { (self as *const Size<i32> as *const SIZE).as_ref().unwrap() }
[INFO] [stderr]     |                                                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope
[INFO] [stderr]    --> src/api.rs:184:11
[INFO] [stderr]     |
[INFO] [stderr] 184 | impl From<RECT> for Rect<i32> {
[INFO] [stderr]     |     -     ^^^^ not found in this scope
[INFO] [stderr]     |     |
[INFO] [stderr]     |     help: you might be missing a type parameter: `<RECT>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope
[INFO] [stderr]    --> src/api.rs:185:18
[INFO] [stderr]     |
[INFO] [stderr] 185 |     fn from(src: RECT) -> Rect<i32> {
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope
[INFO] [stderr]    --> src/api.rs:194:26
[INFO] [stderr]     |
[INFO] [stderr] 194 | impl From<Rect<i32>> for RECT {
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope
[INFO] [stderr]    --> src/api.rs:195:32
[INFO] [stderr]     |
[INFO] [stderr] 195 |     fn from(src: Rect<i32>) -> RECT {
[INFO] [stderr]     |                                ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `RECT` in this scope
[INFO] [stderr]    --> src/api.rs:196:9
[INFO] [stderr]     |
[INFO] [stderr] 196 |         RECT {
[INFO] [stderr]     |         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope
[INFO] [stderr]    --> src/api.rs:204:12
[INFO] [stderr]     |
[INFO] [stderr] 204 | impl AsRef<RECT> for Rect<i32> {
[INFO] [stderr]     |     -      ^^^^ not found in this scope
[INFO] [stderr]     |     |
[INFO] [stderr]     |     help: you might be missing a type parameter: `<RECT>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope
[INFO] [stderr]    --> src/api.rs:205:26
[INFO] [stderr]     |
[INFO] [stderr] 205 |     fn as_ref(&self) -> &RECT {
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope
[INFO] [stderr]    --> src/api.rs:206:54
[INFO] [stderr]     |
[INFO] [stderr] 206 |         unsafe { (self as *const Rect<i32> as *const RECT).as_ref().unwrap() }
[INFO] [stderr]     |                                                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]    --> src/api.rs:212:19
[INFO] [stderr]     |
[INFO] [stderr] 212 | pub struct Handle(HANDLE);
[INFO] [stderr]     |                   ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]    --> src/api.rs:214:19
[INFO] [stderr]     |
[INFO] [stderr] 214 |     pub fn new(p: HANDLE) -> Self {
[INFO] [stderr]     |                   ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]    --> src/api.rs:217:36
[INFO] [stderr]     |
[INFO] [stderr] 217 |     pub fn as_raw_handle(&self) -> HANDLE {
[INFO] [stderr]     |                                    ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CloseHandle` in this scope
[INFO] [stderr]    --> src/api.rs:224:13
[INFO] [stderr]     |
[INFO] [stderr] 224 |             CloseHandle(self.0);
[INFO] [stderr]     |             ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CreateEventW` in this scope
[INFO] [stderr]    --> src/api.rs:237:21
[INFO] [stderr]     |
[INFO] [stderr] 237 |             let h = CreateEventW(std::ptr::null_mut(), 0, 0, std::ptr::null());
[INFO] [stderr]     |                     ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `WaitForSingleObject` in this scope
[INFO] [stderr]    --> src/api.rs:246:13
[INFO] [stderr]     |
[INFO] [stderr] 246 |             WaitForSingleObject(
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INFINITE` in this scope
[INFO] [stderr]    --> src/api.rs:248:32
[INFO] [stderr]     |
[INFO] [stderr] 248 |                 timeout.map_or(INFINITE, |d| d.as_millis() as u32),
[INFO] [stderr]     |                                ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]    --> src/api.rs:254:36
[INFO] [stderr]     |
[INFO] [stderr] 254 |     pub fn as_raw_handle(&self) -> HANDLE {
[INFO] [stderr]     |                                    ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]    --> src/api.rs:264:26
[INFO] [stderr]     |
[INFO] [stderr] 264 |     fn as_hwnd(&self) -> HWND {
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]    --> src/api.rs:268:23
[INFO] [stderr]     |
[INFO] [stderr] 268 | impl WindowHandle for HWND {
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]    --> src/api.rs:272:26
[INFO] [stderr]     |
[INFO] [stderr] 272 |     fn as_hwnd(&self) -> HWND {
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HDC` in this scope
[INFO] [stderr]    --> src/api.rs:285:25
[INFO] [stderr]     |
[INFO] [stderr] 285 |     fn as_hdc(&self) -> HDC {
[INFO] [stderr]     |                         ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HDC` in this scope
[INFO] [stderr]    --> src/api.rs:289:30
[INFO] [stderr]     |
[INFO] [stderr] 289 | impl DeviceContextHandle for HDC {
[INFO] [stderr]     |                              ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HDC` in this scope
[INFO] [stderr]    --> src/api.rs:293:25
[INFO] [stderr]     |
[INFO] [stderr] 293 |     fn as_hdc(&self) -> HDC {
[INFO] [stderr]     |                         ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `FILETIME` in this scope
[INFO] [stderr]    --> src/api.rs:311:41
[INFO] [stderr]     |
[INFO] [stderr] 311 |     pub(crate) fn to_c_struct(&self) -> FILETIME {
[INFO] [stderr]     |                                         ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `FILETIME` in this scope
[INFO] [stderr]    --> src/api.rs:312:9
[INFO] [stderr]     |
[INFO] [stderr] 312 |         FILETIME {
[INFO] [stderr]     |         ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `FILETIME` in this scope
[INFO] [stderr]    --> src/api.rs:319:11
[INFO] [stderr]     |
[INFO] [stderr] 319 | impl From<FILETIME> for FileTime {
[INFO] [stderr]     |     -     ^^^^^^^^ not found in this scope
[INFO] [stderr]     |     |
[INFO] [stderr]     |     help: you might be missing a type parameter: `<FILETIME>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `FILETIME` in this scope
[INFO] [stderr]    --> src/api.rs:320:18
[INFO] [stderr]     |
[INFO] [stderr] 320 |     fn from(src: FILETIME) -> FileTime {
[INFO] [stderr]     |                  ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_DRIVER_TYPE_UNKNOWN` in this scope
[INFO] [stderr]   --> src/d3d.rs:20:15
[INFO] [stderr]    |
[INFO] [stderr] 20 |     Unknown = D3D_DRIVER_TYPE_UNKNOWN,
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_DRIVER_TYPE_HARDWARE` in this scope
[INFO] [stderr]   --> src/d3d.rs:21:16
[INFO] [stderr]    |
[INFO] [stderr] 21 |     Hardware = D3D_DRIVER_TYPE_HARDWARE,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_DRIVER_TYPE_REFERENCE` in this scope
[INFO] [stderr]   --> src/d3d.rs:22:17
[INFO] [stderr]    |
[INFO] [stderr] 22 |     Reference = D3D_DRIVER_TYPE_REFERENCE,
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_DRIVER_TYPE_NULL` in this scope
[INFO] [stderr]   --> src/d3d.rs:23:12
[INFO] [stderr]    |
[INFO] [stderr] 23 |     Null = D3D_DRIVER_TYPE_NULL,
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_DRIVER_TYPE_SOFTWARE` in this scope
[INFO] [stderr]   --> src/d3d.rs:24:16
[INFO] [stderr]    |
[INFO] [stderr] 24 |     Software = D3D_DRIVER_TYPE_SOFTWARE,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_DRIVER_TYPE_WARP` in this scope
[INFO] [stderr]   --> src/d3d.rs:25:12
[INFO] [stderr]    |
[INFO] [stderr] 25 |     Warp = D3D_DRIVER_TYPE_WARP,
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_INCLUDE_LOCAL` in this scope
[INFO] [stderr]   --> src/d3d.rs:31:13
[INFO] [stderr]    |
[INFO] [stderr] 31 |     Local = D3D_INCLUDE_LOCAL,
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_INCLUDE_SYSTEM` in this scope
[INFO] [stderr]   --> src/d3d.rs:32:14
[INFO] [stderr]    |
[INFO] [stderr] 32 |     System = D3D_INCLUDE_SYSTEM,
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_UNDEFINED` in this scope
[INFO] [stderr]   --> src/d3d.rs:38:17
[INFO] [stderr]    |
[INFO] [stderr] 38 |     Undefined = D3D_PRIMITIVE_UNDEFINED,
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_POINT` in this scope
[INFO] [stderr]   --> src/d3d.rs:39:13
[INFO] [stderr]    |
[INFO] [stderr] 39 |     Point = D3D_PRIMITIVE_POINT,
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_LINE` in this scope
[INFO] [stderr]   --> src/d3d.rs:40:12
[INFO] [stderr]    |
[INFO] [stderr] 40 |     Line = D3D_PRIMITIVE_LINE,
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TRIANGLE` in this scope
[INFO] [stderr]   --> src/d3d.rs:41:16
[INFO] [stderr]    |
[INFO] [stderr] 41 |     Triangle = D3D_PRIMITIVE_TRIANGLE,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_LINE_ADJ` in this scope
[INFO] [stderr]   --> src/d3d.rs:42:15
[INFO] [stderr]    |
[INFO] [stderr] 42 |     LineAdj = D3D_PRIMITIVE_LINE_ADJ,
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TRIANGLE_ADJ` in this scope
[INFO] [stderr]   --> src/d3d.rs:43:19
[INFO] [stderr]    |
[INFO] [stderr] 43 |     TriangleAdj = D3D_PRIMITIVE_TRIANGLE_ADJ,
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_1_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:44:26
[INFO] [stderr]    |
[INFO] [stderr] 44 |     ControlPointPatch1 = D3D_PRIMITIVE_1_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_2_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:45:26
[INFO] [stderr]    |
[INFO] [stderr] 45 |     ControlPointPatch2 = D3D_PRIMITIVE_2_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_3_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:46:26
[INFO] [stderr]    |
[INFO] [stderr] 46 |     ControlPointPatch3 = D3D_PRIMITIVE_3_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_4_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:47:26
[INFO] [stderr]    |
[INFO] [stderr] 47 |     ControlPointPatch4 = D3D_PRIMITIVE_4_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_5_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:48:26
[INFO] [stderr]    |
[INFO] [stderr] 48 |     ControlPointPatch5 = D3D_PRIMITIVE_5_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_6_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:49:26
[INFO] [stderr]    |
[INFO] [stderr] 49 |     ControlPointPatch6 = D3D_PRIMITIVE_6_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_7_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:50:26
[INFO] [stderr]    |
[INFO] [stderr] 50 |     ControlPointPatch7 = D3D_PRIMITIVE_7_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_8_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:51:26
[INFO] [stderr]    |
[INFO] [stderr] 51 |     ControlPointPatch8 = D3D_PRIMITIVE_8_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_9_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:52:26
[INFO] [stderr]    |
[INFO] [stderr] 52 |     ControlPointPatch9 = D3D_PRIMITIVE_9_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_10_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:53:27
[INFO] [stderr]    |
[INFO] [stderr] 53 |     ControlPointPatch10 = D3D_PRIMITIVE_10_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_11_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:54:27
[INFO] [stderr]    |
[INFO] [stderr] 54 |     ControlPointPatch11 = D3D_PRIMITIVE_11_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_12_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:55:27
[INFO] [stderr]    |
[INFO] [stderr] 55 |     ControlPointPatch12 = D3D_PRIMITIVE_12_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_13_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:56:27
[INFO] [stderr]    |
[INFO] [stderr] 56 |     ControlPointPatch13 = D3D_PRIMITIVE_13_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_14_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:57:27
[INFO] [stderr]    |
[INFO] [stderr] 57 |     ControlPointPatch14 = D3D_PRIMITIVE_14_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_15_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:58:27
[INFO] [stderr]    |
[INFO] [stderr] 58 |     ControlPointPatch15 = D3D_PRIMITIVE_15_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_16_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:59:27
[INFO] [stderr]    |
[INFO] [stderr] 59 |     ControlPointPatch16 = D3D_PRIMITIVE_16_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_17_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:60:27
[INFO] [stderr]    |
[INFO] [stderr] 60 |     ControlPointPatch17 = D3D_PRIMITIVE_17_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_18_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:61:27
[INFO] [stderr]    |
[INFO] [stderr] 61 |     ControlPointPatch18 = D3D_PRIMITIVE_18_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_19_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:62:27
[INFO] [stderr]    |
[INFO] [stderr] 62 |     ControlPointPatch19 = D3D_PRIMITIVE_19_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_20_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:63:27
[INFO] [stderr]    |
[INFO] [stderr] 63 |     ControlPointPatch20 = D3D_PRIMITIVE_20_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_21_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:64:27
[INFO] [stderr]    |
[INFO] [stderr] 64 |     ControlPointPatch21 = D3D_PRIMITIVE_21_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_22_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:65:27
[INFO] [stderr]    |
[INFO] [stderr] 65 |     ControlPointPatch22 = D3D_PRIMITIVE_22_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_23_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:66:27
[INFO] [stderr]    |
[INFO] [stderr] 66 |     ControlPointPatch23 = D3D_PRIMITIVE_23_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_24_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:67:27
[INFO] [stderr]    |
[INFO] [stderr] 67 |     ControlPointPatch24 = D3D_PRIMITIVE_24_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_25_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:68:27
[INFO] [stderr]    |
[INFO] [stderr] 68 |     ControlPointPatch25 = D3D_PRIMITIVE_25_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_26_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:69:27
[INFO] [stderr]    |
[INFO] [stderr] 69 |     ControlPointPatch26 = D3D_PRIMITIVE_26_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_27_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:70:27
[INFO] [stderr]    |
[INFO] [stderr] 70 |     ControlPointPatch27 = D3D_PRIMITIVE_27_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_28_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:71:27
[INFO] [stderr]    |
[INFO] [stderr] 71 |     ControlPointPatch28 = D3D_PRIMITIVE_28_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_29_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:72:27
[INFO] [stderr]    |
[INFO] [stderr] 72 |     ControlPointPatch29 = D3D_PRIMITIVE_29_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_30_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:73:27
[INFO] [stderr]    |
[INFO] [stderr] 73 |     ControlPointPatch30 = D3D_PRIMITIVE_30_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_31_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:74:27
[INFO] [stderr]    |
[INFO] [stderr] 74 |     ControlPointPatch31 = D3D_PRIMITIVE_31_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_32_CONTROL_POINT_PATCH` in this scope
[INFO] [stderr]   --> src/d3d.rs:75:27
[INFO] [stderr]    |
[INFO] [stderr] 75 |     ControlPointPatch32 = D3D_PRIMITIVE_32_CONTROL_POINT_PATCH,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_UNDEFINED` in this scope
[INFO] [stderr]   --> src/d3d.rs:82:17
[INFO] [stderr]    |
[INFO] [stderr] 82 |     Undefined = D3D_PRIMITIVE_TOPOLOGY_UNDEFINED,
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_POINTLIST` in this scope
[INFO] [stderr]   --> src/d3d.rs:83:17
[INFO] [stderr]    |
[INFO] [stderr] 83 |     PointList = D3D_PRIMITIVE_TOPOLOGY_POINTLIST,
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_LINELIST` in this scope
[INFO] [stderr]   --> src/d3d.rs:84:16
[INFO] [stderr]    |
[INFO] [stderr] 84 |     LineList = D3D_PRIMITIVE_TOPOLOGY_LINELIST,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_LINESTRIP` in this scope
[INFO] [stderr]   --> src/d3d.rs:85:17
[INFO] [stderr]    |
[INFO] [stderr] 85 |     LineStrip = D3D_PRIMITIVE_TOPOLOGY_LINESTRIP,
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_TRIANGLELIST` in this scope
[INFO] [stderr]   --> src/d3d.rs:86:20
[INFO] [stderr]    |
[INFO] [stderr] 86 |     TriangleList = D3D_PRIMITIVE_TOPOLOGY_TRIANGLELIST,
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP` in this scope
[INFO] [stderr]   --> src/d3d.rs:87:21
[INFO] [stderr]    |
[INFO] [stderr] 87 |     TriangleStrip = D3D_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_LINELIST_ADJ` in this scope
[INFO] [stderr]   --> src/d3d.rs:88:19
[INFO] [stderr]    |
[INFO] [stderr] 88 |     LineListAdj = D3D_PRIMITIVE_TOPOLOGY_LINELIST_ADJ,
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_LINESTRIP_ADJ` in this scope
[INFO] [stderr]   --> src/d3d.rs:89:20
[INFO] [stderr]    |
[INFO] [stderr] 89 |     LineStripAdj = D3D_PRIMITIVE_TOPOLOGY_LINESTRIP_ADJ,
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_TRIANGLELIST_ADJ` in this scope
[INFO] [stderr]   --> src/d3d.rs:90:23
[INFO] [stderr]    |
[INFO] [stderr] 90 |     TriangleListAdj = D3D_PRIMITIVE_TOPOLOGY_TRIANGLELIST_ADJ,
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP_ADJ` in this scope
[INFO] [stderr]   --> src/d3d.rs:91:24
[INFO] [stderr]    |
[INFO] [stderr] 91 |     TriangleStripAdj = D3D_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP_ADJ,
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_1_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]   --> src/d3d.rs:92:30
[INFO] [stderr]    |
[INFO] [stderr] 92 |     ControlPointPatchlist1 = D3D_PRIMITIVE_TOPOLOGY_1_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_2_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]   --> src/d3d.rs:93:30
[INFO] [stderr]    |
[INFO] [stderr] 93 |     ControlPointPatchlist2 = D3D_PRIMITIVE_TOPOLOGY_2_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_3_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]   --> src/d3d.rs:94:30
[INFO] [stderr]    |
[INFO] [stderr] 94 |     ControlPointPatchlist3 = D3D_PRIMITIVE_TOPOLOGY_3_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_4_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]   --> src/d3d.rs:95:30
[INFO] [stderr]    |
[INFO] [stderr] 95 |     ControlPointPatchlist4 = D3D_PRIMITIVE_TOPOLOGY_4_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_5_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]   --> src/d3d.rs:96:30
[INFO] [stderr]    |
[INFO] [stderr] 96 |     ControlPointPatchlist5 = D3D_PRIMITIVE_TOPOLOGY_5_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_6_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]   --> src/d3d.rs:97:30
[INFO] [stderr]    |
[INFO] [stderr] 97 |     ControlPointPatchlist6 = D3D_PRIMITIVE_TOPOLOGY_6_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_7_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]   --> src/d3d.rs:98:30
[INFO] [stderr]    |
[INFO] [stderr] 98 |     ControlPointPatchlist7 = D3D_PRIMITIVE_TOPOLOGY_7_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_8_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]   --> src/d3d.rs:99:30
[INFO] [stderr]    |
[INFO] [stderr] 99 |     ControlPointPatchlist8 = D3D_PRIMITIVE_TOPOLOGY_8_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_9_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:100:30
[INFO] [stderr]     |
[INFO] [stderr] 100 |     ControlPointPatchlist9 = D3D_PRIMITIVE_TOPOLOGY_9_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_10_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:101:31
[INFO] [stderr]     |
[INFO] [stderr] 101 |     ControlPointPatchlist10 = D3D_PRIMITIVE_TOPOLOGY_10_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_11_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:102:31
[INFO] [stderr]     |
[INFO] [stderr] 102 |     ControlPointPatchlist11 = D3D_PRIMITIVE_TOPOLOGY_11_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_12_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:103:31
[INFO] [stderr]     |
[INFO] [stderr] 103 |     ControlPointPatchlist12 = D3D_PRIMITIVE_TOPOLOGY_12_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_13_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:104:31
[INFO] [stderr]     |
[INFO] [stderr] 104 |     ControlPointPatchlist13 = D3D_PRIMITIVE_TOPOLOGY_13_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_14_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:105:31
[INFO] [stderr]     |
[INFO] [stderr] 105 |     ControlPointPatchlist14 = D3D_PRIMITIVE_TOPOLOGY_14_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_15_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:106:31
[INFO] [stderr]     |
[INFO] [stderr] 106 |     ControlPointPatchlist15 = D3D_PRIMITIVE_TOPOLOGY_15_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_16_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:107:31
[INFO] [stderr]     |
[INFO] [stderr] 107 |     ControlPointPatchlist16 = D3D_PRIMITIVE_TOPOLOGY_16_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_17_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:108:31
[INFO] [stderr]     |
[INFO] [stderr] 108 |     ControlPointPatchlist17 = D3D_PRIMITIVE_TOPOLOGY_17_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_18_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:109:31
[INFO] [stderr]     |
[INFO] [stderr] 109 |     ControlPointPatchlist18 = D3D_PRIMITIVE_TOPOLOGY_18_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_19_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:110:31
[INFO] [stderr]     |
[INFO] [stderr] 110 |     ControlPointPatchlist19 = D3D_PRIMITIVE_TOPOLOGY_19_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_20_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:111:31
[INFO] [stderr]     |
[INFO] [stderr] 111 |     ControlPointPatchlist20 = D3D_PRIMITIVE_TOPOLOGY_20_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_21_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:112:31
[INFO] [stderr]     |
[INFO] [stderr] 112 |     ControlPointPatchlist21 = D3D_PRIMITIVE_TOPOLOGY_21_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_22_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:113:31
[INFO] [stderr]     |
[INFO] [stderr] 113 |     ControlPointPatchlist22 = D3D_PRIMITIVE_TOPOLOGY_22_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_23_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:114:31
[INFO] [stderr]     |
[INFO] [stderr] 114 |     ControlPointPatchlist23 = D3D_PRIMITIVE_TOPOLOGY_23_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_24_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:115:31
[INFO] [stderr]     |
[INFO] [stderr] 115 |     ControlPointPatchlist24 = D3D_PRIMITIVE_TOPOLOGY_24_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_25_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:116:31
[INFO] [stderr]     |
[INFO] [stderr] 116 |     ControlPointPatchlist25 = D3D_PRIMITIVE_TOPOLOGY_25_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_26_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:117:31
[INFO] [stderr]     |
[INFO] [stderr] 117 |     ControlPointPatchlist26 = D3D_PRIMITIVE_TOPOLOGY_26_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_27_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:118:31
[INFO] [stderr]     |
[INFO] [stderr] 118 |     ControlPointPatchlist27 = D3D_PRIMITIVE_TOPOLOGY_27_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_28_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:119:31
[INFO] [stderr]     |
[INFO] [stderr] 119 |     ControlPointPatchlist28 = D3D_PRIMITIVE_TOPOLOGY_28_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_29_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:120:31
[INFO] [stderr]     |
[INFO] [stderr] 120 |     ControlPointPatchlist29 = D3D_PRIMITIVE_TOPOLOGY_29_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_30_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:121:31
[INFO] [stderr]     |
[INFO] [stderr] 121 |     ControlPointPatchlist30 = D3D_PRIMITIVE_TOPOLOGY_30_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_31_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:122:31
[INFO] [stderr]     |
[INFO] [stderr] 122 |     ControlPointPatchlist31 = D3D_PRIMITIVE_TOPOLOGY_31_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `D3D_PRIMITIVE_TOPOLOGY_32_CONTROL_POINT_PATCHLIST` in this scope
[INFO] [stderr]    --> src/d3d.rs:123:31
[INFO] [stderr]     |
[INFO] [stderr] 123 |     ControlPointPatchlist32 = D3D_PRIMITIVE_TOPOLOGY_32_CONTROL_POINT_PATCHLIST,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `D3D_FEATURE_LEVEL` in this scope
[INFO] [stderr]    --> src/d3d.rs:129:29
[INFO] [stderr]     |
[INFO] [stderr] 129 | impl From<FeatureLevel> for D3D_FEATURE_LEVEL {
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `D3D_FEATURE_LEVEL` in this scope
[INFO] [stderr]    --> src/d3d.rs:130:35
[INFO] [stderr]     |
[INFO] [stderr] 130 |     fn from(src: FeatureLevel) -> D3D_FEATURE_LEVEL {
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `D3D_FEATURE_LEVEL` in this scope
[INFO] [stderr]    --> src/d3d.rs:134:11
[INFO] [stderr]     |
[INFO] [stderr] 134 | impl From<D3D_FEATURE_LEVEL> for FeatureLevel {
[INFO] [stderr]     |     -     ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |     |
[INFO] [stderr]     |     help: you might be missing a type parameter: `<D3D_FEATURE_LEVEL>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `D3D_FEATURE_LEVEL` in this scope
[INFO] [stderr]    --> src/d3d.rs:135:18
[INFO] [stderr]     |
[INFO] [stderr] 135 |     fn from(src: D3D_FEATURE_LEVEL) -> FeatureLevel {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `D3D_SHADER_MACRO` in this scope
[INFO] [stderr]    --> src/d3d.rs:191:42
[INFO] [stderr]     |
[INFO] [stderr] 191 |     pub(crate) fn to_c_struct(&self) -> (D3D_SHADER_MACRO, (std::ffi::CString, std::ffi::CString)) {
[INFO] [stderr]     |                                          ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3D_SHADER_MACRO` in this scope
[INFO] [stderr]    --> src/d3d.rs:195:13
[INFO] [stderr]     |
[INFO] [stderr] 195 |             D3D_SHADER_MACRO {
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID3DBlob` in this scope
[INFO] [stderr]    --> src/d3d.rs:217:35
[INFO] [stderr]     |
[INFO] [stderr] 217 | pub struct Blob(pub(crate) ComPtr<ID3DBlob>);
[INFO] [stderr]     |                -                  ^^^^^^^^ not found in this scope
[INFO] [stderr]     |                |
[INFO] [stderr]     |                help: you might be missing a type parameter: `<ID3DBlob>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID3DBlob` in this scope
[INFO] [stderr]    --> src/d3d.rs:218:23
[INFO] [stderr]     |
[INFO] [stderr] 218 | impl_interface!(Blob, ID3DBlob);
[INFO] [stderr]     |                       ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr`
[INFO] [stderr]    --> src/utility.rs:43:32
[INFO] [stderr]     |
[INFO] [stderr] 43  |             fn new(p: com_ptr::ComPtr<Self::APIType>) -> Self {
[INFO] [stderr]     |                                ^^^^^^ not found in `com_ptr`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/d3d.rs:218:1
[INFO] [stderr]     |
[INFO] [stderr] 218 | impl_interface!(Blob, ID3DBlob);
[INFO] [stderr]     | -------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr`
[INFO] [stderr]    --> src/utility.rs:53:47
[INFO] [stderr]     |
[INFO] [stderr] 53  |             fn as_com_ptr(&self) -> &com_ptr::ComPtr<Self::APIType> {
[INFO] [stderr]     |                                               ^^^^^^ not found in `com_ptr`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/d3d.rs:218:1
[INFO] [stderr]     |
[INFO] [stderr] 218 | impl_interface!(Blob, ID3DBlob);
[INFO] [stderr]     | -------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr`
[INFO] [stderr]    --> src/utility.rs:59:41
[INFO] [stderr]     |
[INFO] [stderr] 59  |             fn from_com_ptr(p: com_ptr::ComPtr<Self::APIType>) -> Self {
[INFO] [stderr]     |                                         ^^^^^^ not found in `com_ptr`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/d3d.rs:218:1
[INFO] [stderr]     |
[INFO] [stderr] 218 | impl_interface!(Blob, ID3DBlob);
[INFO] [stderr]     | -------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DXGI_RGBA` in this scope
[INFO] [stderr]   --> src/dxgi/dxgitype.rs:10:11
[INFO] [stderr]    |
[INFO] [stderr] 10 | impl From<DXGI_RGBA> for RGBA {
[INFO] [stderr]    |     -     ^^^^^^^^^ not found in this scope
[INFO] [stderr]    |     |
[INFO] [stderr]    |     help: you might be missing a type parameter: `<DXGI_RGBA>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DXGI_RGBA` in this scope
[INFO] [stderr]   --> src/dxgi/dxgitype.rs:11:18
[INFO] [stderr]    |
[INFO] [stderr] 11 |     fn from(src: DXGI_RGBA) -> RGBA {
[INFO] [stderr]    |                  ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DXGI_RGBA` in this scope
[INFO] [stderr]   --> src/dxgi/dxgitype.rs:20:21
[INFO] [stderr]    |
[INFO] [stderr] 20 | impl From<RGBA> for DXGI_RGBA {
[INFO] [stderr]    |                     ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DXGI_RGBA` in this scope
[INFO] [stderr]   --> src/dxgi/dxgitype.rs:21:27
[INFO] [stderr]    |
[INFO] [stderr] 21 |     fn from(src: RGBA) -> DXGI_RGBA {
[INFO] [stderr]    |                           ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DXGI_RGBA` in this scope
[INFO] [stderr]   --> src/dxgi/dxgitype.rs:22:9
[INFO] [stderr]    |
[INFO] [stderr] 22 |         DXGI_RGBA {
[INFO] [stderr]    |         ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_UNKNOWN` in this scope
[INFO] [stderr]  --> src/dxgi/format.rs:6:15
[INFO] [stderr]   |
[INFO] [stderr] 6 |     Unknown = DXGI_FORMAT_UNKNOWN,
[INFO] [stderr]   |               ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32B32A32_TYPELESS` in this scope
[INFO] [stderr]  --> src/dxgi/format.rs:7:28
[INFO] [stderr]   |
[INFO] [stderr] 7 |     R32G32B32A32Typeless = DXGI_FORMAT_R32G32B32A32_TYPELESS,
[INFO] [stderr]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32B32A32_FLOAT` in this scope
[INFO] [stderr]  --> src/dxgi/format.rs:8:25
[INFO] [stderr]   |
[INFO] [stderr] 8 |     R32G32B32A32Float = DXGI_FORMAT_R32G32B32A32_FLOAT,
[INFO] [stderr]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32B32A32_UINT` in this scope
[INFO] [stderr]  --> src/dxgi/format.rs:9:24
[INFO] [stderr]   |
[INFO] [stderr] 9 |     R32G32B32A32Uint = DXGI_FORMAT_R32G32B32A32_UINT,
[INFO] [stderr]   |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32B32A32_SINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:10:24
[INFO] [stderr]    |
[INFO] [stderr] 10 |     R32G32B32A32Sint = DXGI_FORMAT_R32G32B32A32_SINT,
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32B32_TYPELESS` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 |     R32G32B32Typeless = DXGI_FORMAT_R32G32B32_TYPELESS,
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32B32_FLOAT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:12:22
[INFO] [stderr]    |
[INFO] [stderr] 12 |     R32G32B32Float = DXGI_FORMAT_R32G32B32_FLOAT,
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32B32_UINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:13:21
[INFO] [stderr]    |
[INFO] [stderr] 13 |     R32G32B32Uint = DXGI_FORMAT_R32G32B32_UINT,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32B32_SINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:14:21
[INFO] [stderr]    |
[INFO] [stderr] 14 |     R32G32B32Sint = DXGI_FORMAT_R32G32B32_SINT,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16B16A16_TYPELESS` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:15:28
[INFO] [stderr]    |
[INFO] [stderr] 15 |     R16G16B16A16Typeless = DXGI_FORMAT_R16G16B16A16_TYPELESS,
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16B16A16_FLOAT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:16:25
[INFO] [stderr]    |
[INFO] [stderr] 16 |     R16G16B16A16Float = DXGI_FORMAT_R16G16B16A16_FLOAT,
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16B16A16_UNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 |     R16G16B16A16Unorm = DXGI_FORMAT_R16G16B16A16_UNORM,
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16B16A16_UINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:18:24
[INFO] [stderr]    |
[INFO] [stderr] 18 |     R16G16B16A16Uint = DXGI_FORMAT_R16G16B16A16_UINT,
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16B16A16_SNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:19:25
[INFO] [stderr]    |
[INFO] [stderr] 19 |     R16G16B16A16Snorm = DXGI_FORMAT_R16G16B16A16_SNORM,
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16B16A16_SINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:20:24
[INFO] [stderr]    |
[INFO] [stderr] 20 |     R16G16B16A16Sint = DXGI_FORMAT_R16G16B16A16_SINT,
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32_TYPELESS` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:21:22
[INFO] [stderr]    |
[INFO] [stderr] 21 |     R32G32Typeless = DXGI_FORMAT_R32G32_TYPELESS,
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32_FLOAT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:22:19
[INFO] [stderr]    |
[INFO] [stderr] 22 |     R32G32Float = DXGI_FORMAT_R32G32_FLOAT,
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32_UINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:23:18
[INFO] [stderr]    |
[INFO] [stderr] 23 |     R32G32Uint = DXGI_FORMAT_R32G32_UINT,
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G32_SINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:24:18
[INFO] [stderr]    |
[INFO] [stderr] 24 |     R32G32Sint = DXGI_FORMAT_R32G32_SINT,
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32G8X24_TYPELESS` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:25:24
[INFO] [stderr]    |
[INFO] [stderr] 25 |     R32G8X24Typeless = DXGI_FORMAT_R32G8X24_TYPELESS,
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_D32_FLOAT_S8X24_UINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:26:25
[INFO] [stderr]    |
[INFO] [stderr] 26 |     D32FloatS8X24Uint = DXGI_FORMAT_D32_FLOAT_S8X24_UINT,
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32_FLOAT_X8X24_TYPELESS` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:27:29
[INFO] [stderr]    |
[INFO] [stderr] 27 |     R32FloatX8X24Typeless = DXGI_FORMAT_R32_FLOAT_X8X24_TYPELESS,
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_X32_TYPELESS_G8X24_UINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:28:28
[INFO] [stderr]    |
[INFO] [stderr] 28 |     X32TypelessG8X24Uint = DXGI_FORMAT_X32_TYPELESS_G8X24_UINT,
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R10G10B10A2_TYPELESS` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:29:27
[INFO] [stderr]    |
[INFO] [stderr] 29 |     R10G10B10A2Typeless = DXGI_FORMAT_R10G10B10A2_TYPELESS,
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R10G10B10A2_UNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:30:24
[INFO] [stderr]    |
[INFO] [stderr] 30 |     R10G10B10A2Unorm = DXGI_FORMAT_R10G10B10A2_UNORM,
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R10G10B10A2_UINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:31:23
[INFO] [stderr]    |
[INFO] [stderr] 31 |     R10G10B10A2Uint = DXGI_FORMAT_R10G10B10A2_UINT,
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8B8A8_TYPELESS` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 |     R8G8B8A8Typeless = DXGI_FORMAT_R8G8B8A8_TYPELESS,
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8B8A8_UNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:33:21
[INFO] [stderr]    |
[INFO] [stderr] 33 |     R8G8B8A8Unorm = DXGI_FORMAT_R8G8B8A8_UNORM,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8B8A8_UNORM_SRGB` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:34:25
[INFO] [stderr]    |
[INFO] [stderr] 34 |     R8G8B8A8UnormSRGB = DXGI_FORMAT_R8G8B8A8_UNORM_SRGB,
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8B8A8_UINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:35:20
[INFO] [stderr]    |
[INFO] [stderr] 35 |     R8G8B8A8Uint = DXGI_FORMAT_R8G8B8A8_UINT,
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8B8A8_SNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:36:21
[INFO] [stderr]    |
[INFO] [stderr] 36 |     R8G8B8A8Snorm = DXGI_FORMAT_R8G8B8A8_SNORM,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8B8A8_SINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:37:20
[INFO] [stderr]    |
[INFO] [stderr] 37 |     R8G8B8A8Sint = DXGI_FORMAT_R8G8B8A8_SINT,
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16_TYPELESS` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:38:22
[INFO] [stderr]    |
[INFO] [stderr] 38 |     R16G16Typeless = DXGI_FORMAT_R16G16_TYPELESS,
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16_FLOAT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:39:19
[INFO] [stderr]    |
[INFO] [stderr] 39 |     R16G16Float = DXGI_FORMAT_R16G16_FLOAT,
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16_UNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:40:19
[INFO] [stderr]    |
[INFO] [stderr] 40 |     R16G16Unorm = DXGI_FORMAT_R16G16_UNORM,
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16_UINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:41:18
[INFO] [stderr]    |
[INFO] [stderr] 41 |     R16G16Uint = DXGI_FORMAT_R16G16_UINT,
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16_SNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:42:19
[INFO] [stderr]    |
[INFO] [stderr] 42 |     R16G16Snorm = DXGI_FORMAT_R16G16_SNORM,
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16G16_SINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:43:18
[INFO] [stderr]    |
[INFO] [stderr] 43 |     R16G16Sint = DXGI_FORMAT_R16G16_SINT,
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32_TYPELESS` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:44:19
[INFO] [stderr]    |
[INFO] [stderr] 44 |     R32Typeless = DXGI_FORMAT_R32_TYPELESS,
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_D32_FLOAT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:45:16
[INFO] [stderr]    |
[INFO] [stderr] 45 |     D32Float = DXGI_FORMAT_D32_FLOAT,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32_FLOAT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:46:16
[INFO] [stderr]    |
[INFO] [stderr] 46 |     R32Float = DXGI_FORMAT_R32_FLOAT,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32_UINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:47:15
[INFO] [stderr]    |
[INFO] [stderr] 47 |     R32Uint = DXGI_FORMAT_R32_UINT,
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R32_SINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:48:15
[INFO] [stderr]    |
[INFO] [stderr] 48 |     R32Sint = DXGI_FORMAT_R32_SINT,
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R24G8_TYPELESS` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:49:21
[INFO] [stderr]    |
[INFO] [stderr] 49 |     R24G8Typeless = DXGI_FORMAT_R24G8_TYPELESS,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_D24_UNORM_S8_UINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:50:22
[INFO] [stderr]    |
[INFO] [stderr] 50 |     D24UnormS8Uint = DXGI_FORMAT_D24_UNORM_S8_UINT,
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R24_UNORM_X8_TYPELESS` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:51:26
[INFO] [stderr]    |
[INFO] [stderr] 51 |     R24UnormX8Typeless = DXGI_FORMAT_R24_UNORM_X8_TYPELESS,
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_X24_TYPELESS_G8_UINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:52:25
[INFO] [stderr]    |
[INFO] [stderr] 52 |     X24TypelessG8Uint = DXGI_FORMAT_X24_TYPELESS_G8_UINT,
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8_TYPELESS` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:53:20
[INFO] [stderr]    |
[INFO] [stderr] 53 |     R8G8Typeless = DXGI_FORMAT_R8G8_TYPELESS,
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8_UNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:54:17
[INFO] [stderr]    |
[INFO] [stderr] 54 |     R8G8Unorm = DXGI_FORMAT_R8G8_UNORM,
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8_UINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:55:16
[INFO] [stderr]    |
[INFO] [stderr] 55 |     R8G8Uint = DXGI_FORMAT_R8G8_UINT,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8_SNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:56:17
[INFO] [stderr]    |
[INFO] [stderr] 56 |     R8G8Snorm = DXGI_FORMAT_R8G8_SNORM,
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8_SINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:57:16
[INFO] [stderr]    |
[INFO] [stderr] 57 |     R8G8Sint = DXGI_FORMAT_R8G8_SINT,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16_TYPELESS` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:58:19
[INFO] [stderr]    |
[INFO] [stderr] 58 |     R16Typeless = DXGI_FORMAT_R16_TYPELESS,
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16_FLOAT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:59:16
[INFO] [stderr]    |
[INFO] [stderr] 59 |     R16Float = DXGI_FORMAT_R16_FLOAT,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_D16_UNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:60:16
[INFO] [stderr]    |
[INFO] [stderr] 60 |     D16Unorm = DXGI_FORMAT_D16_UNORM,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16_UNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:61:16
[INFO] [stderr]    |
[INFO] [stderr] 61 |     R16Unorm = DXGI_FORMAT_R16_UNORM,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16_UINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:62:15
[INFO] [stderr]    |
[INFO] [stderr] 62 |     R16Uint = DXGI_FORMAT_R16_UINT,
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16_SNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:63:16
[INFO] [stderr]    |
[INFO] [stderr] 63 |     R16Snorm = DXGI_FORMAT_R16_SNORM,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R16_SINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:64:15
[INFO] [stderr]    |
[INFO] [stderr] 64 |     R16Sint = DXGI_FORMAT_R16_SINT,
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8_TYPELESS` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:65:18
[INFO] [stderr]    |
[INFO] [stderr] 65 |     R8Typeless = DXGI_FORMAT_R8_TYPELESS,
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8_UNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:66:15
[INFO] [stderr]    |
[INFO] [stderr] 66 |     R8Unorm = DXGI_FORMAT_R8_UNORM,
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8_UINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:67:14
[INFO] [stderr]    |
[INFO] [stderr] 67 |     R8Uint = DXGI_FORMAT_R8_UINT,
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8_SNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:68:15
[INFO] [stderr]    |
[INFO] [stderr] 68 |     R8Snorm = DXGI_FORMAT_R8_SNORM,
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8_SINT` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:69:14
[INFO] [stderr]    |
[INFO] [stderr] 69 |     R8Sint = DXGI_FORMAT_R8_SINT,
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_A8_UNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:70:15
[INFO] [stderr]    |
[INFO] [stderr] 70 |     A8Unorm = DXGI_FORMAT_A8_UNORM,
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R1_UNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:71:15
[INFO] [stderr]    |
[INFO] [stderr] 71 |     R1Unorm = DXGI_FORMAT_R1_UNORM,
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R9G9B9E5_SHAREDEXP` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:72:25
[INFO] [stderr]    |
[INFO] [stderr] 72 |     R9G9B9E5SharedExp = DXGI_FORMAT_R9G9B9E5_SHAREDEXP,
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R8G8_B8G8_UNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:73:21
[INFO] [stderr]    |
[INFO] [stderr] 73 |     R8G8B8G8Unorm = DXGI_FORMAT_R8G8_B8G8_UNORM,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_G8R8_G8B8_UNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:74:21
[INFO] [stderr]    |
[INFO] [stderr] 74 |     G8R8G8B8Unorm = DXGI_FORMAT_G8R8_G8B8_UNORM,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC1_TYPELESS` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:75:19
[INFO] [stderr]    |
[INFO] [stderr] 75 |     BC1Typeless = DXGI_FORMAT_BC1_TYPELESS,
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC1_UNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:76:16
[INFO] [stderr]    |
[INFO] [stderr] 76 |     BC1Unorm = DXGI_FORMAT_BC1_UNORM,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC1_UNORM_SRGB` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:77:20
[INFO] [stderr]    |
[INFO] [stderr] 77 |     BC1UnormSRGB = DXGI_FORMAT_BC1_UNORM_SRGB,
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC2_TYPELESS` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:78:19
[INFO] [stderr]    |
[INFO] [stderr] 78 |     BC2Typeless = DXGI_FORMAT_BC2_TYPELESS,
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC2_UNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:79:16
[INFO] [stderr]    |
[INFO] [stderr] 79 |     BC2Unorm = DXGI_FORMAT_BC2_UNORM,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC2_UNORM_SRGB` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:80:20
[INFO] [stderr]    |
[INFO] [stderr] 80 |     BC2UnormSRGB = DXGI_FORMAT_BC2_UNORM_SRGB,
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC3_TYPELESS` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:81:19
[INFO] [stderr]    |
[INFO] [stderr] 81 |     BC3Typeless = DXGI_FORMAT_BC3_TYPELESS,
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC3_UNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:82:16
[INFO] [stderr]    |
[INFO] [stderr] 82 |     BC3Unorm = DXGI_FORMAT_BC3_UNORM,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC3_UNORM_SRGB` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:83:20
[INFO] [stderr]    |
[INFO] [stderr] 83 |     BC3UnormSRGB = DXGI_FORMAT_BC3_UNORM_SRGB,
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC4_TYPELESS` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:84:19
[INFO] [stderr]    |
[INFO] [stderr] 84 |     BC4Typeless = DXGI_FORMAT_BC4_TYPELESS,
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC4_UNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:85:16
[INFO] [stderr]    |
[INFO] [stderr] 85 |     BC4Unorm = DXGI_FORMAT_BC4_UNORM,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC4_SNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:86:16
[INFO] [stderr]    |
[INFO] [stderr] 86 |     BC4Snorm = DXGI_FORMAT_BC4_SNORM,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC5_TYPELESS` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:87:19
[INFO] [stderr]    |
[INFO] [stderr] 87 |     BC5Typeless = DXGI_FORMAT_BC5_TYPELESS,
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC5_UNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:88:16
[INFO] [stderr]    |
[INFO] [stderr] 88 |     BC5Unorm = DXGI_FORMAT_BC5_UNORM,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC5_SNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:89:16
[INFO] [stderr]    |
[INFO] [stderr] 89 |     BC5Snorm = DXGI_FORMAT_BC5_SNORM,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_B5G6R5_UNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:90:19
[INFO] [stderr]    |
[INFO] [stderr] 90 |     B5G6R5Unorm = DXGI_FORMAT_B5G6R5_UNORM,
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_B5G5R5A1_UNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:91:21
[INFO] [stderr]    |
[INFO] [stderr] 91 |     B5G5R5A1Unorm = DXGI_FORMAT_B5G5R5A1_UNORM,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_B8G8R8A8_UNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:92:21
[INFO] [stderr]    |
[INFO] [stderr] 92 |     B8G8R8A8Unorm = DXGI_FORMAT_B8G8R8A8_UNORM,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_B8G8R8X8_UNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:93:21
[INFO] [stderr]    |
[INFO] [stderr] 93 |     B8G8R8X8Unorm = DXGI_FORMAT_B8G8R8X8_UNORM,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_R10G10B10_XR_BIAS_A2_UNORM` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:94:30
[INFO] [stderr]    |
[INFO] [stderr] 94 |     R10G10B10XrBiasA2Unorm = DXGI_FORMAT_R10G10B10_XR_BIAS_A2_UNORM,
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_B8G8R8A8_TYPELESS` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:95:24
[INFO] [stderr]    |
[INFO] [stderr] 95 |     B8G8R8A8Typeless = DXGI_FORMAT_B8G8R8A8_TYPELESS,
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_B8G8R8A8_UNORM_SRGB` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:96:25
[INFO] [stderr]    |
[INFO] [stderr] 96 |     B8G8R8A8UnormSRGB = DXGI_FORMAT_B8G8R8A8_UNORM_SRGB,
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_B8G8R8X8_TYPELESS` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:97:24
[INFO] [stderr]    |
[INFO] [stderr] 97 |     B8G8R8X8Typeless = DXGI_FORMAT_B8G8R8X8_TYPELESS,
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_B8G8R8X8_UNORM_SRGB` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:98:25
[INFO] [stderr]    |
[INFO] [stderr] 98 |     B8G8R8X8UnormSRGB = DXGI_FORMAT_B8G8R8X8_UNORM_SRGB,
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC6H_TYPELESS` in this scope
[INFO] [stderr]   --> src/dxgi/format.rs:99:20
[INFO] [stderr]    |
[INFO] [stderr] 99 |     BC6HTypeless = DXGI_FORMAT_BC6H_TYPELESS,
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC6H_UF16` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:100:16
[INFO] [stderr]     |
[INFO] [stderr] 100 |     BC6HUf16 = DXGI_FORMAT_BC6H_UF16,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC6H_SF16` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:101:16
[INFO] [stderr]     |
[INFO] [stderr] 101 |     BC6HSf16 = DXGI_FORMAT_BC6H_SF16,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC7_TYPELESS` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:102:19
[INFO] [stderr]     |
[INFO] [stderr] 102 |     BC7Typeless = DXGI_FORMAT_BC7_TYPELESS,
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC7_UNORM` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:103:16
[INFO] [stderr]     |
[INFO] [stderr] 103 |     BC7Unorm = DXGI_FORMAT_BC7_UNORM,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_BC7_UNORM_SRGB` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:104:20
[INFO] [stderr]     |
[INFO] [stderr] 104 |     BC7UnormSRGB = DXGI_FORMAT_BC7_UNORM_SRGB,
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_AYUV` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:105:12
[INFO] [stderr]     |
[INFO] [stderr] 105 |     AYUV = DXGI_FORMAT_AYUV,
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_Y410` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:106:12
[INFO] [stderr]     |
[INFO] [stderr] 106 |     Y410 = DXGI_FORMAT_Y410,
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_Y416` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:107:12
[INFO] [stderr]     |
[INFO] [stderr] 107 |     Y416 = DXGI_FORMAT_Y416,
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_NV12` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:108:12
[INFO] [stderr]     |
[INFO] [stderr] 108 |     NV12 = DXGI_FORMAT_NV12,
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_P010` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:109:12
[INFO] [stderr]     |
[INFO] [stderr] 109 |     P010 = DXGI_FORMAT_P010,
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_P016` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:110:12
[INFO] [stderr]     |
[INFO] [stderr] 110 |     P016 = DXGI_FORMAT_P016,
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_420_OPAQUE` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:111:18
[INFO] [stderr]     |
[INFO] [stderr] 111 |     _420Opaque = DXGI_FORMAT_420_OPAQUE,
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_YUY2` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:112:12
[INFO] [stderr]     |
[INFO] [stderr] 112 |     YUY2 = DXGI_FORMAT_YUY2,
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_Y210` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:113:12
[INFO] [stderr]     |
[INFO] [stderr] 113 |     Y210 = DXGI_FORMAT_Y210,
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_Y216` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:114:12
[INFO] [stderr]     |
[INFO] [stderr] 114 |     Y216 = DXGI_FORMAT_Y216,
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_NV11` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:115:12
[INFO] [stderr]     |
[INFO] [stderr] 115 |     NV11 = DXGI_FORMAT_NV11,
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_AI44` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:116:12
[INFO] [stderr]     |
[INFO] [stderr] 116 |     AI44 = DXGI_FORMAT_AI44,
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_IA44` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:117:12
[INFO] [stderr]     |
[INFO] [stderr] 117 |     IA44 = DXGI_FORMAT_IA44,
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_P8` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:118:10
[INFO] [stderr]     |
[INFO] [stderr] 118 |     P8 = DXGI_FORMAT_P8,
[INFO] [stderr]     |          ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_A8P8` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:119:12
[INFO] [stderr]     |
[INFO] [stderr] 119 |     A8P8 = DXGI_FORMAT_A8P8,
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_B4G4R4A4_UNORM` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:120:21
[INFO] [stderr]     |
[INFO] [stderr] 120 |     B4G4R4A4Unorm = DXGI_FORMAT_B4G4R4A4_UNORM,
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_P208` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:121:12
[INFO] [stderr]     |
[INFO] [stderr] 121 |     P208 = DXGI_FORMAT_P208,
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_V208` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:122:12
[INFO] [stderr]     |
[INFO] [stderr] 122 |     V208 = DXGI_FORMAT_V208,
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DXGI_FORMAT_V408` in this scope
[INFO] [stderr]    --> src/dxgi/format.rs:123:12
[INFO] [stderr]     |
[INFO] [stderr] 123 |     V408 = DXGI_FORMAT_V408,
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/result.rs:10:15
[INFO] [stderr]    |
[INFO] [stderr] 10 |     Successed(HRESULT),
[INFO] [stderr]    |               ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/result.rs:12:12
[INFO] [stderr]    |
[INFO] [stderr] 12 |     Failed(HRESULT),
[INFO] [stderr]    |            ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/result.rs:24:27
[INFO] [stderr]    |
[INFO] [stderr] 24 |     pub fn code(&self) -> HRESULT {
[INFO] [stderr]    |                           ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/result.rs:32:11
[INFO] [stderr]    |
[INFO] [stderr] 32 | impl From<HRESULT> for HResult {
[INFO] [stderr]    |     -     ^^^^^^^ not found in this scope
[INFO] [stderr]    |     |
[INFO] [stderr]    |     help: you might be missing a type parameter: `<HRESULT>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/result.rs:33:18
[INFO] [stderr]    |
[INFO] [stderr] 33 |     fn from(src: HRESULT) -> HResult {
[INFO] [stderr]    |                  ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/result.rs:42:32
[INFO] [stderr]    |
[INFO] [stderr] 42 | pub fn hresult<T>(obj: T, res: HRESULT) -> Result<T, HResult> {
[INFO] [stderr]    |                                ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `hresult` in crate `com_ptr`
[INFO] [stderr]   --> src/result.rs:43:14
[INFO] [stderr]    |
[INFO] [stderr] 43 |     com_ptr::hresult(obj, res).map_err(|res| res.into())
[INFO] [stderr]    |              ^^^^^^^ not found in `com_ptr`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use crate::result::hresult;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ID3DBlob` in this scope
[INFO] [stderr]   --> src/result.rs:53:55
[INFO] [stderr]    |
[INFO] [stderr] 53 |     pub(crate) fn new(hresult: HResult, message: *mut ID3DBlob) -> Self {
[INFO] [stderr]    |                                                       ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]  --> src/utility.rs:5:35
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub(crate) fn to_BOOL(b: bool) -> BOOL {
[INFO] [stderr]   |                                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]  --> src/utility.rs:7:17
[INFO] [stderr]   |
[INFO] [stderr] 7 |         true => TRUE,
[INFO] [stderr]   |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]  --> src/utility.rs:8:18
[INFO] [stderr]   |
[INFO] [stderr] 8 |         false => FALSE,
[INFO] [stderr]   |                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT` in this scope
[INFO] [stderr]   --> src/utility.rs:15:11
[INFO] [stderr]    |
[INFO] [stderr] 15 |     F: Fn(UINT) -> Result<R, E>,
[INFO] [stderr]    |           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `Interface` in crate `winapi`
[INFO] [stderr]   --> src/lib.rs:33:27
[INFO] [stderr]    |
[INFO] [stderr] 33 |     type APIType: winapi::Interface;
[INFO] [stderr]    |                           ^^^^^^^^^ not found in `winapi`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 25 | use crate::Interface;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr`
[INFO] [stderr]   --> src/lib.rs:34:24
[INFO] [stderr]    |
[INFO] [stderr] 34 |     fn new(p: com_ptr::ComPtr<Self::APIType>) -> Self;
[INFO] [stderr]    |                        ^^^^^^ not found in `com_ptr`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr`
[INFO] [stderr]   --> src/lib.rs:37:39
[INFO] [stderr]    |
[INFO] [stderr] 37 |     fn as_com_ptr(&self) -> &com_ptr::ComPtr<Self::APIType>;
[INFO] [stderr]    |                                       ^^^^^^ not found in `com_ptr`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/lib.rs:38:34
[INFO] [stderr]    |
[INFO] [stderr] 38 |     fn as_unknown(&self) -> *mut IUnknown;
[INFO] [stderr]    |                                  ^^^^^^^^ help: a struct with a similar name exists: `Unknown`
[INFO] [stderr] ...
[INFO] [stderr] 44 | pub struct Unknown(com_ptr::ComPtr<IUnknown>);
[INFO] [stderr]    | ---------------------------------------------- similarly named struct `Unknown` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr`
[INFO] [stderr]   --> src/lib.rs:39:33
[INFO] [stderr]    |
[INFO] [stderr] 39 |     fn from_com_ptr(p: com_ptr::ComPtr<Self::APIType>) -> Self;
[INFO] [stderr]    |                                 ^^^^^^ not found in `com_ptr`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr`
[INFO] [stderr]   --> src/lib.rs:44:29
[INFO] [stderr]    |
[INFO] [stderr] 44 | pub struct Unknown(com_ptr::ComPtr<IUnknown>);
[INFO] [stderr]    |                             ^^^^^^ not found in `com_ptr`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/lib.rs:44:36
[INFO] [stderr]    |
[INFO] [stderr] 44 | pub struct Unknown(com_ptr::ComPtr<IUnknown>);
[INFO] [stderr]    | -----------------------------------^^^^^^^^--- similarly named struct `Unknown` defined here
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 44 | pub struct Unknown(com_ptr::ComPtr<Unknown>);
[INFO] [stderr]    |                                    ^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 44 | pub struct Unknown<IUnknown>(com_ptr::ComPtr<IUnknown>);
[INFO] [stderr]    |                   ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/lib.rs:45:26
[INFO] [stderr]    |
[INFO] [stderr] 44 | pub struct Unknown(com_ptr::ComPtr<IUnknown>);
[INFO] [stderr]    | ---------------------------------------------- similarly named struct `Unknown` defined here
[INFO] [stderr] 45 | impl_interface!(Unknown, IUnknown);
[INFO] [stderr]    |                          ^^^^^^^^ help: a struct with a similar name exists: `Unknown`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr`
[INFO] [stderr]   --> src/utility.rs:43:32
[INFO] [stderr]    |
[INFO] [stderr] 43 |             fn new(p: com_ptr::ComPtr<Self::APIType>) -> Self {
[INFO] [stderr]    |                                ^^^^^^ not found in `com_ptr`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/lib.rs:45:1
[INFO] [stderr]    |
[INFO] [stderr] 45 | impl_interface!(Unknown, IUnknown);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr`
[INFO] [stderr]   --> src/utility.rs:53:47
[INFO] [stderr]    |
[INFO] [stderr] 53 |             fn as_com_ptr(&self) -> &com_ptr::ComPtr<Self::APIType> {
[INFO] [stderr]    |                                               ^^^^^^ not found in `com_ptr`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/lib.rs:45:1
[INFO] [stderr]    |
[INFO] [stderr] 45 | impl_interface!(Unknown, IUnknown);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ComPtr` in crate `com_ptr`
[INFO] [stderr]   --> src/utility.rs:59:41
[INFO] [stderr]    |
[INFO] [stderr] 59 |             fn from_com_ptr(p: com_ptr::ComPtr<Self::APIType>) -> Self {
[INFO] [stderr]    |                                         ^^^^^^ not found in `com_ptr`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/lib.rs:45:1
[INFO] [stderr]    |
[INFO] [stderr] 45 | impl_interface!(Unknown, IUnknown);
[INFO] [stderr]    | ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope
[INFO] [stderr]   --> src/lib.rs:52:36
[INFO] [stderr]    |
[INFO] [stderr] 44 | pub struct Unknown(com_ptr::ComPtr<IUnknown>);
[INFO] [stderr]    | ---------------------------------------------- similarly named struct `Unknown` defined here
[INFO] [stderr] ...
[INFO] [stderr] 52 |                 .query_interface::<IUnknown>()
[INFO] [stderr]    |                                    ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: a struct with a similar name exists
[INFO] [stderr]    |
[INFO] [stderr] 52 |                 .query_interface::<Unknown>()
[INFO] [stderr]    |                                    ^^^^^^^
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 47 | impl<IUnknown> Unknown {
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 323 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0422, E0425, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0405`.
[INFO] [stderr] error: could not compile `dxplr`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "1fea5e0523c875ba7cf4815cb963feee990101165d92eb14214cbc537d552741"`
[INFO] running `"docker" "rm" "-f" "1fea5e0523c875ba7cf4815cb963feee990101165d92eb14214cbc537d552741"`
[INFO] [stdout] 1fea5e0523c875ba7cf4815cb963feee990101165d92eb14214cbc537d552741
