[INFO] fetching crate dwrote 0.11.0...
[INFO] checking dwrote-0.11.0 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate dwrote 0.11.0 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate dwrote 0.11.0 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate dwrote 0.11.0
[INFO] finished tweaking crates.io crate dwrote 0.11.0
[INFO] tweaked toml for crates.io crate dwrote 0.11.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c556d97b671c16f434c271b73b73eeff6979422605b9012e3ba60b05dd212509
[INFO] running `Command { std: "docker" "start" "-a" "c556d97b671c16f434c271b73b73eeff6979422605b9012e3ba60b05dd212509", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c556d97b671c16f434c271b73b73eeff6979422605b9012e3ba60b05dd212509", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c556d97b671c16f434c271b73b73eeff6979422605b9012e3ba60b05dd212509", kill_on_drop: false }`
[INFO] [stdout] c556d97b671c16f434c271b73b73eeff6979422605b9012e3ba60b05dd212509
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 23a462e27a6eb3f060c4c5c8e0e99f6f0f8271e4a98a4bf6a5b2ab3678eeb1ca
[INFO] running `Command { std: "docker" "start" "-a" "23a462e27a6eb3f060c4c5c8e0e99f6f0f8271e4a98a4bf6a5b2ab3678eeb1ca", kill_on_drop: false }`
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]     Checking wio v0.2.2
[INFO] [stderr]     Checking dwrote v0.11.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/lib.rs:23:13
[INFO] [stdout]    |
[INFO] [stdout] 23 | use winapi::shared::guiddef::REFIID;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/lib.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 | use winapi::shared::winerror::S_OK;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:25:13
[INFO] [stdout]    |
[INFO] [stdout] 25 | use winapi::um::dwrite::DWRITE_FACTORY_TYPE;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:26:13
[INFO] [stdout]    |
[INFO] [stdout] 26 | use winapi::um::dwrite::DWRITE_FACTORY_TYPE_SHARED;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 | use winapi::um::dwrite::IDWriteFactory;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 | use winapi::um::dwrite::IDWriteRenderingParams;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 | use winapi::um::unknwnbase::IUnknown;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/lib.rs:23:13
[INFO] [stdout]    |
[INFO] [stdout] 23 | use winapi::shared::guiddef::REFIID;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:30:13
[INFO] [stdout]    |
[INFO] [stdout] 30 | use winapi::um::winnt::LPCSTR;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:32:17
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub use winapi::um::winnt::HRESULT;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]  --> src/helpers.rs:6:14
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::os::windows::ffi::OsStrExt;
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/lib.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 | use winapi::shared::winerror::S_OK;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:25:13
[INFO] [stdout]    |
[INFO] [stdout] 25 | use winapi::um::dwrite::DWRITE_FACTORY_TYPE;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:26:13
[INFO] [stdout]    |
[INFO] [stdout] 26 | use winapi::um::dwrite::DWRITE_FACTORY_TYPE_SHARED;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::Interface`
[INFO] [stdout]   --> src/lib.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use winapi::Interface;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 | use winapi::um::dwrite::IDWriteFactory;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/helpers.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::shared::minwindef::{BOOL, FALSE};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 | use winapi::um::dwrite::IDWriteRenderingParams;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/helpers.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::shared::winerror::S_OK;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 | use winapi::um::unknwnbase::IUnknown;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/helpers.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::dwrite::IDWriteLocalizedStrings;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:30:13
[INFO] [stdout]    |
[INFO] [stdout] 30 | use winapi::um::winnt::LPCSTR;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/helpers.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::um::winnls::GetUserDefaultLocaleName;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:32:17
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub use winapi::um::winnt::HRESULT;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]  --> src/helpers.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::ctypes::wchar_t;
[INFO] [stdout]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]  --> src/helpers.rs:6:14
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::os::windows::ffi::OsStrExt;
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/lib.rs:43:17
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub use winapi::shared::windef::RECT;
[INFO] [stdout]    |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:44:17
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub use winapi::um::dcommon::DWRITE_MEASURING_MODE;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::Interface`
[INFO] [stdout]   --> src/lib.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use winapi::Interface;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:45:17
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub use winapi::um::dcommon::{
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/helpers.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::shared::minwindef::{BOOL, FALSE};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:49:17
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub use winapi::um::dwrite::DWRITE_FONT_METRICS as FontMetrics0;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/helpers.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::shared::winerror::S_OK;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/helpers.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::dwrite::IDWriteLocalizedStrings;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/helpers.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::um::winnls::GetUserDefaultLocaleName;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:50:17
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub use winapi::um::dwrite::DWRITE_FONT_SIMULATIONS;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:51:17
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub use winapi::um::dwrite::DWRITE_GLYPH_OFFSET as GlyphOffset;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]  --> src/helpers.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::ctypes::wchar_t;
[INFO] [stdout]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/lib.rs:43:17
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub use winapi::shared::windef::RECT;
[INFO] [stdout]    |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:52:17
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub use winapi::um::dwrite::DWRITE_RENDERING_MODE;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:44:17
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub use winapi::um::dcommon::DWRITE_MEASURING_MODE;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub use winapi::um::dwrite::DWRITE_TEXTURE_TYPE;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:45:17
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub use winapi::um::dcommon::{
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:49:17
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub use winapi::um::dwrite::DWRITE_FONT_METRICS as FontMetrics0;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:54:17
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub use winapi::um::dwrite::{DWRITE_TEXTURE_ALIASED_1x1, DWRITE_TEXTURE_CLEARTYPE_3x1};
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:50:17
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub use winapi::um::dwrite::DWRITE_FONT_SIMULATIONS;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:55:17
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub use winapi::um::dwrite::{
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:51:17
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub use winapi::um::dwrite::DWRITE_GLYPH_OFFSET as GlyphOffset;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:58:17
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub use winapi::um::dwrite::{DWRITE_GLYPH_RUN, DWRITE_MATRIX};
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub use winapi::um::dwrite::{
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:52:17
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub use winapi::um::dwrite::DWRITE_RENDERING_MODE;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:67:17
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub use winapi::um::dwrite_1::DWRITE_FONT_METRICS1 as FontMetrics1;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub use winapi::um::dwrite::DWRITE_TEXTURE_TYPE;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:68:17
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub use winapi::um::dwrite_3::DWRITE_FONT_AXIS_VALUE;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:54:17
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub use winapi::um::dwrite::{DWRITE_TEXTURE_ALIASED_1x1, DWRITE_TEXTURE_CLEARTYPE_3x1};
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 | use winapi::um::libloaderapi::{GetProcAddress, LoadLibraryW};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:55:17
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub use winapi::um::dwrite::{
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]   --> src/helpers.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | use wio::com::ComPtr;
[INFO] [stdout]    |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:58:17
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub use winapi::um::dwrite::{DWRITE_GLYPH_RUN, DWRITE_MATRIX};
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/bitmap_render_target.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::shared::windef::{HDC, RECT};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub use winapi::um::dwrite::{
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/bitmap_render_target.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::dcommon::DWRITE_MEASURING_MODE;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/bitmap_render_target.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::um::dwrite::IDWriteBitmapRenderTarget;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/bitmap_render_target.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::um::dwrite::{DWRITE_GLYPH_OFFSET, DWRITE_GLYPH_RUN};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:67:17
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub use winapi::um::dwrite_1::DWRITE_FONT_METRICS1 as FontMetrics1;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:68:17
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub use winapi::um::dwrite_3::DWRITE_FONT_AXIS_VALUE;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/bitmap_render_target.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::wingdi::{GetCurrentObject, GetObjectW, BITMAP, OBJ_BITMAP, RGB};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/lib.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 | use winapi::um::libloaderapi::{GetProcAddress, LoadLibraryW};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]   --> src/helpers.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | use wio::com::ComPtr;
[INFO] [stdout]    |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/bitmap_render_target.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::shared::windef::{HDC, RECT};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]  --> src/bitmap_render_target.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::ctypes::c_void;
[INFO] [stdout]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/bitmap_render_target.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::dcommon::DWRITE_MEASURING_MODE;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/bitmap_render_target.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::um::dwrite::IDWriteBitmapRenderTarget;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/font.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::shared::minwindef::{FALSE, TRUE};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/bitmap_render_target.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::um::dwrite::{DWRITE_GLYPH_OFFSET, DWRITE_GLYPH_RUN};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/font.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::shared::winerror::S_OK;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/bitmap_render_target.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::wingdi::{GetCurrentObject, GetObjectW, BITMAP, OBJ_BITMAP, RGB};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::dwrite::IDWriteFont;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]  --> src/bitmap_render_target.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::ctypes::c_void;
[INFO] [stdout]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::um::dwrite::IDWriteFontFace;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/font.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::shared::minwindef::{FALSE, TRUE};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::um::dwrite::IDWriteFontFamily;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/font.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::shared::winerror::S_OK;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::dwrite::IDWriteLocalizedStrings;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::dwrite::IDWriteFont;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 | use winapi::um::dwrite::DWRITE_FONT_METRICS;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 | use winapi::um::dwrite::DWRITE_INFORMATIONAL_STRING_FULL_NAME;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::um::dwrite::IDWriteFontFace;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 | use winapi::um::dwrite::DWRITE_INFORMATIONAL_STRING_ID;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::um::dwrite::IDWriteFontFamily;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | use winapi::um::dwrite::DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_CID_NAME;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::dwrite::IDWriteLocalizedStrings;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout] 18 | use winapi::um::dwrite::DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_NAME;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 | use winapi::um::dwrite::DWRITE_FONT_METRICS;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 | use winapi::um::dwrite_1::{IDWriteFont1, DWRITE_FONT_METRICS1};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 | use winapi::um::dwrite::DWRITE_INFORMATIONAL_STRING_FULL_NAME;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]   --> src/bitmap_render_target.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | use wio::com::ComPtr;
[INFO] [stdout]    |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 | use winapi::um::dwrite::DWRITE_INFORMATIONAL_STRING_ID;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/font_collection.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::shared::minwindef::{BOOL, FALSE, TRUE};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | use winapi::um::dwrite::DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_CID_NAME;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/font_collection.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::shared::winerror::S_OK;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_collection.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::um::dwrite::IDWriteFontCollectionLoader;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_collection.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::um::dwrite::{IDWriteFont, IDWriteFontCollection, IDWriteFontFamily};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout] 18 | use winapi::um::dwrite::DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_NAME;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 | use winapi::um::dwrite_1::{IDWriteFont1, DWRITE_FONT_METRICS1};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]   --> src/bitmap_render_target.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | use wio::com::ComPtr;
[INFO] [stdout]    |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/font_collection.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::shared::minwindef::{BOOL, FALSE, TRUE};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]   --> src/font.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 | use wio::com::ComPtr;
[INFO] [stdout]    |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/font_collection.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::shared::winerror::S_OK;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]   --> src/font_collection.rs:13:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | use wio::com::ComPtr;
[INFO] [stdout]    |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_collection.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::um::dwrite::IDWriteFontCollectionLoader;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_collection.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::um::dwrite::{IDWriteFont, IDWriteFontCollection, IDWriteFontFamily};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::shared::minwindef::{BOOL, FALSE, TRUE};
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::shared::winerror::S_OK;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]   --> src/font.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 | use wio::com::ComPtr;
[INFO] [stdout]    |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::um::dcommon::DWRITE_MEASURING_MODE;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::dwrite::IDWriteRenderingParams;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]   --> src/font_collection.rs:13:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | use wio::com::ComPtr;
[INFO] [stdout]    |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 | use winapi::um::dwrite::DWRITE_FONT_FACE_TYPE_TRUETYPE;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::shared::minwindef::{BOOL, FALSE, TRUE};
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 | use winapi::um::dwrite::{IDWriteFontFace, IDWriteFontFile};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE_BITMAP, DWRITE_FONT_FACE_TYPE_CFF};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::shared::winerror::S_OK;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::um::dcommon::DWRITE_MEASURING_MODE;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE_RAW_CFF, DWRITE_FONT_FACE_TYPE_TYPE1};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::dwrite::IDWriteRenderingParams;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout] 18 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE_TRUETYPE_COLLECTION, DWRITE_FONT_FACE_TYPE_VECTOR};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 | use winapi::um::dwrite::DWRITE_FONT_FACE_TYPE_TRUETYPE;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 | use winapi::um::dwrite::{DWRITE_FONT_SIMULATIONS, DWRITE_GLYPH_METRICS};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 | use winapi::um::dwrite::{IDWriteFontFace, IDWriteFontFile};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 | use winapi::um::dwrite::{DWRITE_GLYPH_OFFSET, DWRITE_MATRIX, DWRITE_RENDERING_MODE};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE_BITMAP, DWRITE_FONT_FACE_TYPE_CFF};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:21:13
[INFO] [stdout]    |
[INFO] [stdout] 21 | use winapi::um::dwrite::{DWRITE_RENDERING_MODE_DEFAULT, DWRITE_RENDERING_MODE_NATURAL_SYMMETRIC};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE_RAW_CFF, DWRITE_FONT_FACE_TYPE_TYPE1};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 | use winapi::um::dwrite_1::IDWriteFontFace1;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:23:13
[INFO] [stdout]    |
[INFO] [stdout] 23 | use winapi::um::dwrite_3::{IDWriteFontFace5, IDWriteFontResource, DWRITE_FONT_AXIS_VALUE};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]  --> src/font_face.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::ctypes::c_void;
[INFO] [stdout]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout] 18 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE_TRUETYPE_COLLECTION, DWRITE_FONT_FACE_TYPE_VECTOR};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 | use winapi::um::dwrite::{DWRITE_FONT_SIMULATIONS, DWRITE_GLYPH_METRICS};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/font_fallback.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::dwrite_2::{IDWriteFactory2, IDWriteFontFallback};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 | use winapi::um::dwrite::{DWRITE_GLYPH_OFFSET, DWRITE_MATRIX, DWRITE_RENDERING_MODE};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:21:13
[INFO] [stdout]    |
[INFO] [stdout] 21 | use winapi::um::dwrite::{DWRITE_RENDERING_MODE_DEFAULT, DWRITE_RENDERING_MODE_NATURAL_SYMMETRIC};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]   --> src/font_face.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | use wio::com::ComPtr;
[INFO] [stdout]    |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 | use winapi::um::dwrite_1::IDWriteFontFace1;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/font_family.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::dwrite::IDWriteLocalizedStrings;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_face.rs:23:13
[INFO] [stdout]    |
[INFO] [stdout] 23 | use winapi::um::dwrite_3::{IDWriteFontFace5, IDWriteFontResource, DWRITE_FONT_AXIS_VALUE};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/font_family.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::dwrite::{IDWriteFont, IDWriteFontCollection, IDWriteFontFamily};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]  --> src/font_face.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::ctypes::c_void;
[INFO] [stdout]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]  --> src/font_fallback.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | use wio::com::ComPtr;
[INFO] [stdout]   |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]  --> src/font_file.rs:7:14
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::os::windows::ffi::{OsStrExt, OsStringExt};
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/font_fallback.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::dwrite_2::{IDWriteFactory2, IDWriteFontFallback};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]  --> src/font_family.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | use wio::com::ComPtr;
[INFO] [stdout]   |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]   --> src/font_face.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | use wio::com::ComPtr;
[INFO] [stdout]    |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_file.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 | use winapi::um::dwrite::{IDWriteFontFace, IDWriteFontFile, IDWriteFontFileStream};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/font_family.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::dwrite::IDWriteLocalizedStrings;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_file.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 | use winapi::um::dwrite::{IDWriteFontFileLoader, IDWriteLocalFontFileLoader};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/font_family.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::dwrite::{IDWriteFont, IDWriteFontCollection, IDWriteFontFamily};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_file.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE, DWRITE_FONT_FILE_TYPE_UNKNOWN};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]  --> src/font_fallback.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | use wio::com::ComPtr;
[INFO] [stdout]   |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_file.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE_UNKNOWN, DWRITE_FONT_SIMULATIONS};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]  --> src/font_file.rs:7:14
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::os::windows::ffi::{OsStrExt, OsStringExt};
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_file.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout] 18 | use winapi::um::winnt::HRESULT;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]  --> src/font_family.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | use wio::com::ComPtr;
[INFO] [stdout]   |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_file.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 | use winapi::um::dwrite::{IDWriteFontFace, IDWriteFontFile, IDWriteFontFileStream};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]   --> src/font_file.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::ctypes::c_void;
[INFO] [stdout]    |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_file.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 | use winapi::um::dwrite::{IDWriteFontFileLoader, IDWriteLocalFontFileLoader};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/gdi_interop.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::dwrite::IDWriteBitmapRenderTarget;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/gdi_interop.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::dwrite::IDWriteGdiInterop;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]   --> src/font_file.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | use wio::com::ComPtr;
[INFO] [stdout]    |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_file.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE, DWRITE_FONT_FILE_TYPE_UNKNOWN};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/rendering_params.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::dwrite::IDWriteRenderingParams;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_file.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE_UNKNOWN, DWRITE_FONT_SIMULATIONS};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_file.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout] 18 | use winapi::um::winnt::HRESULT;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]  --> src/gdi_interop.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | use wio::com::ComPtr;
[INFO] [stdout]   |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]   --> src/font_file.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::ctypes::c_void;
[INFO] [stdout]    |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/gdi_interop.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::dwrite::IDWriteBitmapRenderTarget;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]  --> src/rendering_params.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | use wio::com::ComPtr;
[INFO] [stdout]   |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/gdi_interop.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::dwrite::IDWriteGdiInterop;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/text_analysis_source.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::dwrite::IDWriteTextAnalysisSource;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]   --> src/font_file.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | use wio::com::ComPtr;
[INFO] [stdout]    |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]  --> src/text_analysis_source.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::ctypes::wchar_t;
[INFO] [stdout]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/glyph_run_analysis.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::shared::windef::RECT;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/rendering_params.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::dwrite::IDWriteRenderingParams;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/glyph_run_analysis.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::dcommon::DWRITE_MEASURING_MODE;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]  --> src/gdi_interop.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | use wio::com::ComPtr;
[INFO] [stdout]   |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/glyph_run_analysis.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::dwrite::DWRITE_TEXTURE_CLEARTYPE_3x1;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]  --> src/rendering_params.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | use wio::com::ComPtr;
[INFO] [stdout]   |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/glyph_run_analysis.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::um::dwrite::IDWriteGlyphRunAnalysis;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/text_analysis_source.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::dwrite::IDWriteTextAnalysisSource;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/glyph_run_analysis.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::um::dwrite::{DWRITE_TEXTURE_ALIASED_1x1, DWRITE_GLYPH_RUN, DWRITE_TEXTURE_TYPE};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]  --> src/text_analysis_source.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::ctypes::wchar_t;
[INFO] [stdout]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/glyph_run_analysis.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::dwrite::{DWRITE_MATRIX, DWRITE_RENDERING_MODE};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/glyph_run_analysis.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::shared::windef::RECT;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/glyph_run_analysis.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::dcommon::DWRITE_MEASURING_MODE;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/glyph_run_analysis.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 | use winapi::um::winnt::HRESULT;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/glyph_run_analysis.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::dwrite::DWRITE_TEXTURE_CLEARTYPE_3x1;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]  --> src/text_analysis_source.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | use wio::com::ComPtr;
[INFO] [stdout]   |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/glyph_run_analysis.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::um::dwrite::IDWriteGlyphRunAnalysis;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]   --> src/glyph_run_analysis.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | use wio::com::ComPtr;
[INFO] [stdout]    |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/font_file_loader_impl.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::shared::basetsd::{UINT32, UINT64};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/glyph_run_analysis.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::um::dwrite::{DWRITE_TEXTURE_ALIASED_1x1, DWRITE_GLYPH_RUN, DWRITE_TEXTURE_TYPE};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/font_file_loader_impl.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::shared::guiddef::REFIID;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/glyph_run_analysis.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::dwrite::{DWRITE_MATRIX, DWRITE_RENDERING_MODE};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/font_file_loader_impl.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::shared::minwindef::ULONG;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/font_file_loader_impl.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::shared::winerror::{E_FAIL, E_INVALIDARG, E_NOTIMPL, S_OK};
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/glyph_run_analysis.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 | use winapi::um::winnt::HRESULT;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]  --> src/text_analysis_source.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | use wio::com::ComPtr;
[INFO] [stdout]   |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_file_loader_impl.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::dwrite::IDWriteFontFile;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]   --> src/glyph_run_analysis.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | use wio::com::ComPtr;
[INFO] [stdout]    |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_file_loader_impl.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 | use winapi::um::dwrite::{IDWriteFontFileLoader, IDWriteFontFileLoaderVtbl};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/font_file_loader_impl.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::shared::basetsd::{UINT32, UINT64};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_file_loader_impl.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 | use winapi::um::dwrite::{IDWriteFontFileStream, IDWriteFontFileStreamVtbl};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/font_file_loader_impl.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::shared::guiddef::REFIID;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_file_loader_impl.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 | use winapi::um::unknwnbase::{IUnknown, IUnknownVtbl};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/font_file_loader_impl.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::shared::minwindef::ULONG;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_file_loader_impl.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | use winapi::um::winnt::HRESULT;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/font_file_loader_impl.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::shared::winerror::{E_FAIL, E_INVALIDARG, E_NOTIMPL, S_OK};
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]  --> src/font_file_loader_impl.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::ctypes::c_void;
[INFO] [stdout]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_file_loader_impl.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::dwrite::IDWriteFontFile;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]   --> src/font_file_loader_impl.rs:18:10
[INFO] [stdout]    |
[INFO] [stdout] 18 | use wio::com::ComPtr;
[INFO] [stdout]    |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_file_loader_impl.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 | use winapi::um::dwrite::{IDWriteFontFileLoader, IDWriteFontFileLoaderVtbl};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/font_collection_impl.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::shared::guiddef::REFIID;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_file_loader_impl.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 | use winapi::um::dwrite::{IDWriteFontFileStream, IDWriteFontFileStreamVtbl};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/font_collection_impl.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::shared::minwindef::{BOOL, FALSE, TRUE, ULONG};
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_file_loader_impl.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 | use winapi::um::unknwnbase::{IUnknown, IUnknownVtbl};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/font_collection_impl.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::shared::winerror::{E_INVALIDARG, S_OK};
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_file_loader_impl.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | use winapi::um::winnt::HRESULT;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_collection_impl.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::dwrite::IDWriteFactory;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]  --> src/font_file_loader_impl.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::ctypes::c_void;
[INFO] [stdout]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_collection_impl.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 | use winapi::um::dwrite::IDWriteFontCollectionLoader;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]   --> src/font_file_loader_impl.rs:18:10
[INFO] [stdout]    |
[INFO] [stdout] 18 | use wio::com::ComPtr;
[INFO] [stdout]    |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_collection_impl.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 | use winapi::um::dwrite::IDWriteFontCollectionLoaderVtbl;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_collection_impl.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 | use winapi::um::dwrite::IDWriteFontFile;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/font_collection_impl.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::shared::guiddef::REFIID;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_collection_impl.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | use winapi::um::dwrite::IDWriteFontFileEnumerator;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/font_collection_impl.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::shared::minwindef::{BOOL, FALSE, TRUE, ULONG};
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_collection_impl.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout] 18 | use winapi::um::dwrite::IDWriteFontFileEnumeratorVtbl;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/font_collection_impl.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::shared::winerror::{E_INVALIDARG, S_OK};
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_collection_impl.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::dwrite::IDWriteFactory;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_collection_impl.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 | use winapi::um::unknwnbase::{IUnknown, IUnknownVtbl};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_collection_impl.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 | use winapi::um::dwrite::IDWriteFontCollectionLoader;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_collection_impl.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 | use winapi::um::winnt::HRESULT;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_collection_impl.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 | use winapi::um::dwrite::IDWriteFontCollectionLoaderVtbl;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]  --> src/font_collection_impl.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::ctypes::c_void;
[INFO] [stdout]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_collection_impl.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 | use winapi::um::dwrite::IDWriteFontFile;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_collection_impl.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | use winapi::um::dwrite::IDWriteFontFileEnumerator;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | use std::os::windows::ffi::OsStrExt;
[INFO] [stdout]    |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_collection_impl.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout] 18 | use winapi::um::dwrite::IDWriteFontFileEnumeratorVtbl;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]   --> src/font_collection_impl.rs:21:10
[INFO] [stdout]    |
[INFO] [stdout] 21 | use wio::com::ComPtr;
[INFO] [stdout]    |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_collection_impl.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 | use winapi::um::unknwnbase::{IUnknown, IUnknownVtbl};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | use winapi::shared::basetsd::UINT32;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/font_collection_impl.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 | use winapi::um::winnt::HRESULT;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout] 18 | use winapi::shared::guiddef::REFIID;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]  --> src/font_collection_impl.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::ctypes::c_void;
[INFO] [stdout]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 | use winapi::shared::minwindef::{FALSE, TRUE, ULONG};
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | use std::os::windows::ffi::OsStrExt;
[INFO] [stdout]    |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 | use winapi::shared::ntdef::LOCALE_NAME_MAX_LENGTH;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]   --> src/font_collection_impl.rs:21:10
[INFO] [stdout]    |
[INFO] [stdout] 21 | use wio::com::ComPtr;
[INFO] [stdout]    |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:21:13
[INFO] [stdout]    |
[INFO] [stdout] 21 | use winapi::shared::winerror::{E_INVALIDARG, S_OK};
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | use winapi::shared::basetsd::UINT32;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 | use winapi::um::dwrite::IDWriteNumberSubstitution;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout] 18 | use winapi::shared::guiddef::REFIID;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:23:13
[INFO] [stdout]    |
[INFO] [stdout] 23 | use winapi::um::dwrite::IDWriteTextAnalysisSource;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 | use winapi::um::dwrite::IDWriteTextAnalysisSourceVtbl;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 | use winapi::shared::minwindef::{FALSE, TRUE, ULONG};
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:25:13
[INFO] [stdout]    |
[INFO] [stdout] 25 | use winapi::um::dwrite::DWRITE_NUMBER_SUBSTITUTION_METHOD;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 | use winapi::shared::ntdef::LOCALE_NAME_MAX_LENGTH;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:26:13
[INFO] [stdout]    |
[INFO] [stdout] 26 | use winapi::um::dwrite::DWRITE_READING_DIRECTION;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:21:13
[INFO] [stdout]    |
[INFO] [stdout] 21 | use winapi::shared::winerror::{E_INVALIDARG, S_OK};
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 | use winapi::um::unknwnbase::{IUnknown, IUnknownVtbl};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 | use winapi::um::dwrite::IDWriteNumberSubstitution;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:23:13
[INFO] [stdout]    |
[INFO] [stdout] 23 | use winapi::um::dwrite::IDWriteTextAnalysisSource;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 | use winapi::um::winnt::HRESULT;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 | use winapi::um::dwrite::IDWriteTextAnalysisSourceVtbl;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 | use winapi::ctypes::wchar_t;
[INFO] [stdout]    |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:25:13
[INFO] [stdout]    |
[INFO] [stdout] 25 | use winapi::um::dwrite::DWRITE_NUMBER_SUBSTITUTION_METHOD;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/geometry_sink_impl.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::guiddef::REFIID;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:26:13
[INFO] [stdout]    |
[INFO] [stdout] 26 | use winapi::um::dwrite::DWRITE_READING_DIRECTION;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/geometry_sink_impl.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::shared::minwindef::{UINT, ULONG};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 | use winapi::um::unknwnbase::{IUnknown, IUnknownVtbl};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/geometry_sink_impl.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::shared::winerror::S_OK;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 | use winapi::um::winnt::HRESULT;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/geometry_sink_impl.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::d2d1::{ID2D1SimplifiedGeometrySink, ID2D1SimplifiedGeometrySinkVtbl};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 | use winapi::ctypes::wchar_t;
[INFO] [stdout]    |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/geometry_sink_impl.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::d2d1::{D2D1_BEZIER_SEGMENT, D2D1_FIGURE_BEGIN, D2D1_FIGURE_END};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/geometry_sink_impl.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::guiddef::REFIID;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/geometry_sink_impl.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::um::d2d1::{D2D1_FIGURE_END_CLOSED, D2D1_FILL_MODE, D2D1_PATH_SEGMENT, D2D1_POINT_2F};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/geometry_sink_impl.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::shared::minwindef::{UINT, ULONG};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/geometry_sink_impl.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::um::unknwnbase::{IUnknown, IUnknownVtbl};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/geometry_sink_impl.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::shared::winerror::S_OK;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/geometry_sink_impl.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::winnt::HRESULT;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/geometry_sink_impl.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::d2d1::{ID2D1SimplifiedGeometrySink, ID2D1SimplifiedGeometrySinkVtbl};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/types.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::dwrite::{DWRITE_FONT_STYLE, DWRITE_FONT_WEIGHT, DWRITE_FONT_STRETCH};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/geometry_sink_impl.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::d2d1::{D2D1_BEZIER_SEGMENT, D2D1_FIGURE_BEGIN, D2D1_FIGURE_END};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 | use wio::com::ComPtr;
[INFO] [stdout]    |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/geometry_sink_impl.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::um::d2d1::{D2D1_FIGURE_END_CLOSED, D2D1_FILL_MODE, D2D1_PATH_SEGMENT, D2D1_POINT_2F};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/geometry_sink_impl.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::um::unknwnbase::{IUnknown, IUnknownVtbl};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/geometry_sink_impl.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::winnt::HRESULT;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/types.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::dwrite::{DWRITE_FONT_STYLE, DWRITE_FONT_WEIGHT, DWRITE_FONT_STRETCH};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `wio::com`
[INFO] [stdout]   --> src/text_analysis_source_impl.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 | use wio::com::ComPtr;
[INFO] [stdout]    |          ^^^ could not find `com` in `wio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stdout]   --> src/com_helpers.rs:64:25
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     use $crate::winapi::Interface;
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stdout]    |
[INFO] [stdout] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stdout]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this unresolved item through its public re-export instead
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     use crate::Interface;
[INFO] [stdout]    |                         ~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stdout]   --> src/com_helpers.rs:64:25
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     use $crate::winapi::Interface;
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stdout]    |
[INFO] [stdout] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stdout]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this unresolved item through its public re-export instead
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     use crate::Interface;
[INFO] [stdout]    |                         ~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stdout]   --> src/com_helpers.rs:13:25
[INFO] [stdout]    |
[INFO] [stdout] 13 |                     use $crate::winapi::Interface;
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stdout]    |
[INFO] [stdout] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stdout]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this unresolved item through its public re-export instead
[INFO] [stdout]    |
[INFO] [stdout] 13 |                     use crate::Interface;
[INFO] [stdout]    |                         ~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stdout]   --> src/com_helpers.rs:13:25
[INFO] [stdout]    |
[INFO] [stdout] 13 |                     use $crate::winapi::Interface;
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stdout]    |
[INFO] [stdout] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stdout]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this unresolved item through its public re-export instead
[INFO] [stdout]    |
[INFO] [stdout] 13 |                     use crate::Interface;
[INFO] [stdout]    |                         ~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stdout]   --> src/com_helpers.rs:64:25
[INFO] [stdout]    |
[INFO] [stdout] 64 |                       use $crate::winapi::Interface;
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_collection_impl.rs:28:17
[INFO] [stdout]    |
[INFO] [stdout] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stdout]    |  _________________-
[INFO] [stdout] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stdout]    | |___________________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this unresolved item through its public re-export instead
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     use crate::Interface;
[INFO] [stdout]    |                         ~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stdout]   --> src/com_helpers.rs:64:25
[INFO] [stdout]    |
[INFO] [stdout] 64 |                       use $crate::winapi::Interface;
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_collection_impl.rs:28:17
[INFO] [stdout]    |
[INFO] [stdout] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stdout]    |  _________________-
[INFO] [stdout] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stdout]    | |___________________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this unresolved item through its public re-export instead
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     use crate::Interface;
[INFO] [stdout]    |                         ~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stdout]    --> src/com_helpers.rs:64:25
[INFO] [stdout]     |
[INFO] [stdout] 64  |                     use $crate::winapi::Interface;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/font_collection_impl.rs:111:13
[INFO] [stdout]     |
[INFO] [stdout] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stdout]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this unresolved item through its public re-export instead
[INFO] [stdout]     |
[INFO] [stdout] 64  |                     use crate::Interface;
[INFO] [stdout]     |                         ~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stdout]    --> src/com_helpers.rs:64:25
[INFO] [stdout]     |
[INFO] [stdout] 64  |                     use $crate::winapi::Interface;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/font_collection_impl.rs:111:13
[INFO] [stdout]     |
[INFO] [stdout] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stdout]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this unresolved item through its public re-export instead
[INFO] [stdout]     |
[INFO] [stdout] 64  |                     use crate::Interface;
[INFO] [stdout]     |                         ~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stdout]   --> src/com_helpers.rs:64:25
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     use $crate::winapi::Interface;
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stdout]    |
[INFO] [stdout] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stdout]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this unresolved item through its public re-export instead
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     use crate::Interface;
[INFO] [stdout]    |                         ~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stdout]   --> src/com_helpers.rs:64:25
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     use $crate::winapi::Interface;
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stdout]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this unresolved item through its public re-export instead
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     use crate::Interface;
[INFO] [stdout]    |                         ~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stdout]   --> src/com_helpers.rs:64:25
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     use $crate::winapi::Interface;
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stdout]    |
[INFO] [stdout] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stdout]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this unresolved item through its public re-export instead
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     use crate::Interface;
[INFO] [stdout]    |                         ~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `$crate::winapi::Interface`
[INFO] [stdout]   --> src/com_helpers.rs:64:25
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     use $crate::winapi::Interface;
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stdout]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this unresolved item through its public re-export instead
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     use crate::Interface;
[INFO] [stdout]    |                         ~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/types.rs:112:20
[INFO] [stdout]     |
[INFO] [stdout] 112 |     None = winapi::um::dwrite::DWRITE_FONT_SIMULATIONS_NONE,
[INFO] [stdout]     |                    ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/types.rs:112:20
[INFO] [stdout]     |
[INFO] [stdout] 112 |     None = winapi::um::dwrite::DWRITE_FONT_SIMULATIONS_NONE,
[INFO] [stdout]     |                    ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/types.rs:113:20
[INFO] [stdout]     |
[INFO] [stdout] 113 |     Bold = winapi::um::dwrite::DWRITE_FONT_SIMULATIONS_BOLD,
[INFO] [stdout]     |                    ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/types.rs:114:23
[INFO] [stdout]     |
[INFO] [stdout] 114 |     Oblique = winapi::um::dwrite::DWRITE_FONT_SIMULATIONS_OBLIQUE,
[INFO] [stdout]     |                       ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/types.rs:113:20
[INFO] [stdout]     |
[INFO] [stdout] 113 |     Bold = winapi::um::dwrite::DWRITE_FONT_SIMULATIONS_BOLD,
[INFO] [stdout]     |                    ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/types.rs:115:27
[INFO] [stdout]     |
[INFO] [stdout] 115 |     BoldOblique = winapi::um::dwrite::DWRITE_FONT_SIMULATIONS_BOLD |
[INFO] [stdout]     |                           ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/types.rs:114:23
[INFO] [stdout]     |
[INFO] [stdout] 114 |     Oblique = winapi::um::dwrite::DWRITE_FONT_SIMULATIONS_OBLIQUE,
[INFO] [stdout]     |                       ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/types.rs:116:17
[INFO] [stdout]     |
[INFO] [stdout] 116 |         winapi::um::dwrite::DWRITE_FONT_SIMULATIONS_OBLIQUE,
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/types.rs:115:27
[INFO] [stdout]     |
[INFO] [stdout] 115 |     BoldOblique = winapi::um::dwrite::DWRITE_FONT_SIMULATIONS_BOLD |
[INFO] [stdout]     |                           ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/types.rs:116:17
[INFO] [stdout]     |
[INFO] [stdout] 116 |         winapi::um::dwrite::DWRITE_FONT_SIMULATIONS_OBLIQUE,
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:62:58
[INFO] [stdout]    |
[INFO] [stdout] 62 |                     ppvObject: *mut *mut $crate::winapi::ctypes::c_void,
[INFO] [stdout]    |                                                          ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stdout]    |
[INFO] [stdout] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stdout]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:65:51
[INFO] [stdout]    |
[INFO] [stdout] 65 |                     let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]    |                                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stdout]    |
[INFO] [stdout] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stdout]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:70:47
[INFO] [stdout]    |
[INFO] [stdout] 70 |                     } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]    |                                               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stdout]    |
[INFO] [stdout] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stdout]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:76:48
[INFO] [stdout]    |
[INFO] [stdout] 76 |                         return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stdout]    |                                                ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stdout]    |
[INFO] [stdout] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stdout]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:62:58
[INFO] [stdout]    |
[INFO] [stdout] 62 |                     ppvObject: *mut *mut $crate::winapi::ctypes::c_void,
[INFO] [stdout]    |                                                          ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stdout]    |
[INFO] [stdout] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stdout]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:14:51
[INFO] [stdout]    |
[INFO] [stdout] 14 |                     let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]    |                                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stdout]    |
[INFO] [stdout] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stdout]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:65:51
[INFO] [stdout]    |
[INFO] [stdout] 65 |                     let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]    |                                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stdout]    |
[INFO] [stdout] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stdout]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:19:47
[INFO] [stdout]    |
[INFO] [stdout] 19 |                     } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]    |                                               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stdout]    |
[INFO] [stdout] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stdout]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:70:47
[INFO] [stdout]    |
[INFO] [stdout] 70 |                     } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]    |                                               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stdout]    |
[INFO] [stdout] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stdout]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:25:48
[INFO] [stdout]    |
[INFO] [stdout] 25 |                         return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stdout]    |                                                ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stdout]    |
[INFO] [stdout] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stdout]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:76:48
[INFO] [stdout]    |
[INFO] [stdout] 76 |                         return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stdout]    |                                                ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_file_loader_impl.rs:26:13
[INFO] [stdout]    |
[INFO] [stdout] 26 |     parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader),
[INFO] [stdout]    |             ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:62:58
[INFO] [stdout]    |
[INFO] [stdout] 62 |                       ppvObject: *mut *mut $crate::winapi::ctypes::c_void,
[INFO] [stdout]    |                                                            ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_collection_impl.rs:28:17
[INFO] [stdout]    |
[INFO] [stdout] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stdout]    |  _________________-
[INFO] [stdout] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stdout]    | |___________________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:14:51
[INFO] [stdout]    |
[INFO] [stdout] 14 |                     let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]    |                                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stdout]    |
[INFO] [stdout] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stdout]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:65:51
[INFO] [stdout]    |
[INFO] [stdout] 65 |                       let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]    |                                                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_collection_impl.rs:28:17
[INFO] [stdout]    |
[INFO] [stdout] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stdout]    |  _________________-
[INFO] [stdout] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stdout]    | |___________________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:70:47
[INFO] [stdout]    |
[INFO] [stdout] 70 |                       } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]    |                                                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_collection_impl.rs:28:17
[INFO] [stdout]    |
[INFO] [stdout] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stdout]    |  _________________-
[INFO] [stdout] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stdout]    | |___________________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:19:47
[INFO] [stdout]    |
[INFO] [stdout] 19 |                     } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]    |                                               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stdout]    |
[INFO] [stdout] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stdout]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:76:48
[INFO] [stdout]    |
[INFO] [stdout] 76 |                           return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stdout]    |                                                  ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_collection_impl.rs:28:17
[INFO] [stdout]    |
[INFO] [stdout] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stdout]    |  _________________-
[INFO] [stdout] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stdout]    | |___________________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:25:48
[INFO] [stdout]    |
[INFO] [stdout] 25 |                         return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stdout]    |                                                ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_file_loader_impl.rs:87:13
[INFO] [stdout]    |
[INFO] [stdout] 87 |     parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream),
[INFO] [stdout]    |             ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stdout]    --> src/com_helpers.rs:62:58
[INFO] [stdout]     |
[INFO] [stdout] 62  |                     ppvObject: *mut *mut $crate::winapi::ctypes::c_void,
[INFO] [stdout]     |                                                          ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/font_collection_impl.rs:111:13
[INFO] [stdout]     |
[INFO] [stdout] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stdout]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:62:58
[INFO] [stdout]    |
[INFO] [stdout] 62 |                       ppvObject: *mut *mut $crate::winapi::ctypes::c_void,
[INFO] [stdout]    |                                                            ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_collection_impl.rs:28:17
[INFO] [stdout]    |
[INFO] [stdout] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stdout]    |  _________________-
[INFO] [stdout] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stdout]    | |___________________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]    --> src/com_helpers.rs:65:51
[INFO] [stdout]     |
[INFO] [stdout] 65  |                     let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]     |                                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/font_collection_impl.rs:111:13
[INFO] [stdout]     |
[INFO] [stdout] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stdout]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:65:51
[INFO] [stdout]    |
[INFO] [stdout] 65 |                       let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]    |                                                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_collection_impl.rs:28:17
[INFO] [stdout]    |
[INFO] [stdout] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stdout]    |  _________________-
[INFO] [stdout] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stdout]    | |___________________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]    --> src/com_helpers.rs:70:47
[INFO] [stdout]     |
[INFO] [stdout] 70  |                     } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]     |                                               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/font_collection_impl.rs:111:13
[INFO] [stdout]     |
[INFO] [stdout] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stdout]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:70:47
[INFO] [stdout]    |
[INFO] [stdout] 70 |                       } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]    |                                                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_collection_impl.rs:28:17
[INFO] [stdout]    |
[INFO] [stdout] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stdout]    |  _________________-
[INFO] [stdout] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stdout]    | |___________________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]    --> src/com_helpers.rs:76:48
[INFO] [stdout]     |
[INFO] [stdout] 76  |                         return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stdout]     |                                                ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/font_collection_impl.rs:111:13
[INFO] [stdout]     |
[INFO] [stdout] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stdout]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:76:48
[INFO] [stdout]    |
[INFO] [stdout] 76 |                           return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stdout]    |                                                  ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/font_collection_impl.rs:28:17
[INFO] [stdout]    |
[INFO] [stdout] 28 |           parent: implement_iunknown!(static IDWriteFontCollectionLoader,
[INFO] [stdout]    |  _________________-
[INFO] [stdout] 29 | |                                     CustomFontCollectionLoaderImpl),
[INFO] [stdout]    | |___________________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:62:58
[INFO] [stdout]    |
[INFO] [stdout] 62 |                     ppvObject: *mut *mut $crate::winapi::ctypes::c_void,
[INFO] [stdout]    |                                                          ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stdout]    |
[INFO] [stdout] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stdout]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stdout]    --> src/com_helpers.rs:62:58
[INFO] [stdout]     |
[INFO] [stdout] 62  |                     ppvObject: *mut *mut $crate::winapi::ctypes::c_void,
[INFO] [stdout]     |                                                          ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/font_collection_impl.rs:111:13
[INFO] [stdout]     |
[INFO] [stdout] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stdout]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:65:51
[INFO] [stdout]    |
[INFO] [stdout] 65 |                     let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]    |                                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stdout]    |
[INFO] [stdout] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stdout]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]    --> src/com_helpers.rs:65:51
[INFO] [stdout]     |
[INFO] [stdout] 65  |                     let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]     |                                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/font_collection_impl.rs:111:13
[INFO] [stdout]     |
[INFO] [stdout] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stdout]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:70:47
[INFO] [stdout]    |
[INFO] [stdout] 70 |                     } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]    |                                               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stdout]    |
[INFO] [stdout] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stdout]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]    --> src/com_helpers.rs:70:47
[INFO] [stdout]     |
[INFO] [stdout] 70  |                     } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]     |                                               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/font_collection_impl.rs:111:13
[INFO] [stdout]     |
[INFO] [stdout] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stdout]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:76:48
[INFO] [stdout]    |
[INFO] [stdout] 76 |                         return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stdout]    |                                                ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stdout]    |
[INFO] [stdout] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stdout]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]    --> src/com_helpers.rs:76:48
[INFO] [stdout]     |
[INFO] [stdout] 76  |                         return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stdout]     |                                                ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/font_collection_impl.rs:111:13
[INFO] [stdout]     |
[INFO] [stdout] 111 |     parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl),
[INFO] [stdout]     |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:62:58
[INFO] [stdout]    |
[INFO] [stdout] 62 |                     ppvObject: *mut *mut $crate::winapi::ctypes::c_void,
[INFO] [stdout]    |                                                          ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stdout]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:62:58
[INFO] [stdout]    |
[INFO] [stdout] 62 |                     ppvObject: *mut *mut $crate::winapi::ctypes::c_void,
[INFO] [stdout]    |                                                          ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stdout]    |
[INFO] [stdout] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stdout]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:65:51
[INFO] [stdout]    |
[INFO] [stdout] 65 |                     let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]    |                                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stdout]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:65:51
[INFO] [stdout]    |
[INFO] [stdout] 65 |                     let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]    |                                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stdout]    |
[INFO] [stdout] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stdout]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:70:47
[INFO] [stdout]    |
[INFO] [stdout] 70 |                     } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]    |                                               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stdout]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:70:47
[INFO] [stdout]    |
[INFO] [stdout] 70 |                     } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]    |                                               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stdout]    |
[INFO] [stdout] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stdout]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:76:48
[INFO] [stdout]    |
[INFO] [stdout] 76 |                         return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stdout]    |                                                ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stdout]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:76:48
[INFO] [stdout]    |
[INFO] [stdout] 76 |                         return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stdout]    |                                                ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/text_analysis_source_impl.rs:65:13
[INFO] [stdout]    |
[INFO] [stdout] 65 |     parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl),
[INFO] [stdout]    |             ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:62:58
[INFO] [stdout]    |
[INFO] [stdout] 62 |                     ppvObject: *mut *mut $crate::winapi::ctypes::c_void,
[INFO] [stdout]    |                                                          ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stdout]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:65:51
[INFO] [stdout]    |
[INFO] [stdout] 65 |                     let this = if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]    |                                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stdout]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around block return value
[INFO] [stdout]   --> src/helpers.rs:22:45
[INFO] [stdout]    |
[INFO] [stdout] 22 |     static ref EN_US_LOCALE: Vec<wchar_t> = { OsStr::new("en-us").to_wide_null() };
[INFO] [stdout]    |                                             ^^                                  ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_braces)]` on by default
[INFO] [stdout] help: remove these braces
[INFO] [stdout]    |
[INFO] [stdout] 22 -     static ref EN_US_LOCALE: Vec<wchar_t> = { OsStr::new("en-us").to_wide_null() };
[INFO] [stdout] 22 +     static ref EN_US_LOCALE: Vec<wchar_t> = OsStr::new("en-us").to_wide_null();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around block return value
[INFO] [stdout]    --> src/font_file_loader_impl.rs:181:9
[INFO] [stdout]     |
[INFO] [stdout] 181 |         { Mutex::new(HashMap::new()) };
[INFO] [stdout]     |         ^^                          ^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 181 -         { Mutex::new(HashMap::new()) };
[INFO] [stdout] 181 +         Mutex::new(HashMap::new());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:70:47
[INFO] [stdout]    |
[INFO] [stdout] 70 |                     } else if $crate::winapi::shared::guiddef::IsEqualGUID(
[INFO] [stdout]    |                                               ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stdout]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/com_helpers.rs:76:48
[INFO] [stdout]    |
[INFO] [stdout] 76 |                         return $crate::winapi::shared::winerror::E_NOINTERFACE;
[INFO] [stdout]    |                                                ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/geometry_sink_impl.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |     parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl),
[INFO] [stdout]    |             ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around block return value
[INFO] [stdout]   --> src/helpers.rs:22:45
[INFO] [stdout]    |
[INFO] [stdout] 22 |     static ref EN_US_LOCALE: Vec<wchar_t> = { OsStr::new("en-us").to_wide_null() };
[INFO] [stdout]    |                                             ^^                                  ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_braces)]` on by default
[INFO] [stdout] help: remove these braces
[INFO] [stdout]    |
[INFO] [stdout] 22 -     static ref EN_US_LOCALE: Vec<wchar_t> = { OsStr::new("en-us").to_wide_null() };
[INFO] [stdout] 22 +     static ref EN_US_LOCALE: Vec<wchar_t> = OsStr::new("en-us").to_wide_null();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around block return value
[INFO] [stdout]    --> src/font_file_loader_impl.rs:181:9
[INFO] [stdout]     |
[INFO] [stdout] 181 |         { Mutex::new(HashMap::new()) };
[INFO] [stdout]     |         ^^                          ^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 181 -         { Mutex::new(HashMap::new()) };
[INFO] [stdout] 181 +         Mutex::new(HashMap::new());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 184 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 184 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dwrote` (lib) due to 185 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `dwrote` (lib test) due to 185 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "23a462e27a6eb3f060c4c5c8e0e99f6f0f8271e4a98a4bf6a5b2ab3678eeb1ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23a462e27a6eb3f060c4c5c8e0e99f6f0f8271e4a98a4bf6a5b2ab3678eeb1ca", kill_on_drop: false }`
[INFO] [stdout] 23a462e27a6eb3f060c4c5c8e0e99f6f0f8271e4a98a4bf6a5b2ab3678eeb1ca
