[INFO] fetching crate dwrote 0.11.0... [INFO] checking dwrote-0.11.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate dwrote 0.11.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate dwrote 0.11.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "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-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f23246ed8145a6234974a4d4a02e21660ff4024ac99f6567621a63ae98b0dea6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f23246ed8145a6234974a4d4a02e21660ff4024ac99f6567621a63ae98b0dea6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f23246ed8145a6234974a4d4a02e21660ff4024ac99f6567621a63ae98b0dea6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f23246ed8145a6234974a4d4a02e21660ff4024ac99f6567621a63ae98b0dea6", kill_on_drop: false }` [INFO] [stdout] f23246ed8145a6234974a4d4a02e21660ff4024ac99f6567621a63ae98b0dea6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3808fb8c6509fc96fc390335086e025fa4db3b0a4234914bf24bd50e094c2422 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3808fb8c6509fc96fc390335086e025fa4db3b0a4234914bf24bd50e094c2422", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Compiling libc v0.2.88 [INFO] [stderr] Compiling serde_derive v1.0.124 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking wio v0.2.2 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling syn v1.0.63 [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 `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: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 `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[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 `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 `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[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: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: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: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[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: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: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: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: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: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/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[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/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[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 `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 `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: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: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: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: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: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: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: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: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[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[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[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 `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[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[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: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[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/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 `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/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 `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/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/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/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/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/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 `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 `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[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[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/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/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/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[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/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/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/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/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/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[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/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 `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[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[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/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/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/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/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/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: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/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[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/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[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 `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 `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: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: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_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[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[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.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/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/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/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/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/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.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/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.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[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/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[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/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/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/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[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/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 `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 `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/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/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/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[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/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/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/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 `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/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_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/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 `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/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_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[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/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: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_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_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 `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_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_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/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_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[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 `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 `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_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 `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_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[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_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[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_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 `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_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 `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_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 `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[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_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_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_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_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_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_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_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_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_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[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_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 `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_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[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_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_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_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_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 `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_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/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[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: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_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[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 `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[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 `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/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 `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: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: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 `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 `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 `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: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[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 `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 `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 `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: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/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 `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/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/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[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 `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/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 `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/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: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[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/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 `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 `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[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 `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 `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/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[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 `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 `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 `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[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[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 `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 `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 `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: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: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 `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 `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 `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: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[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 `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[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: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 `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 `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 `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 `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: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: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 `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 `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 `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: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[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 `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 `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 `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: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/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 `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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 a macro (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 `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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 a macro (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 `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: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 `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: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 a macro (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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDWriteFontFileLoader` [INFO] [stdout] --> src/font_file_loader_impl.rs:26:40 [INFO] [stdout] | [INFO] [stdout] 26 | parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IDWriteFontFileLoader` [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 a macro (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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IUnknown` [INFO] [stdout] --> src/com_helpers.rs:72:26 [INFO] [stdout] | [INFO] [stdout] 72 | &IUnknown::uuidof(), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `IUnknown` [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 a macro (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 a macro (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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDWriteFontFileLoader` [INFO] [stdout] --> src/font_file_loader_impl.rs:26:40 [INFO] [stdout] | [INFO] [stdout] 26 | parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IDWriteFontFileLoader` [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IUnknown` [INFO] [stdout] --> src/com_helpers.rs:72:26 [INFO] [stdout] | [INFO] [stdout] 72 | &IUnknown::uuidof(), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `IUnknown` [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 a macro (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 a macro (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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDWriteFontFileStream` [INFO] [stdout] --> src/font_file_loader_impl.rs:87:33 [INFO] [stdout] | [INFO] [stdout] 87 | parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IDWriteFontFileStream` [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IUnknown` [INFO] [stdout] --> src/com_helpers.rs:21:26 [INFO] [stdout] | [INFO] [stdout] 21 | &IUnknown::uuidof(), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `IUnknown` [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 a macro (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 a macro (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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDWriteFontFileStream` [INFO] [stdout] --> src/font_file_loader_impl.rs:87:33 [INFO] [stdout] | [INFO] [stdout] 87 | parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IDWriteFontFileStream` [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IUnknown` [INFO] [stdout] --> src/com_helpers.rs:21:26 [INFO] [stdout] | [INFO] [stdout] 21 | &IUnknown::uuidof(), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `IUnknown` [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 a macro (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 a macro (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 a macro (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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDWriteFontCollectionLoader` [INFO] [stdout] --> src/font_collection_impl.rs:28:44 [INFO] [stdout] | [INFO] [stdout] 28 | parent: implement_iunknown!(static IDWriteFontCollectionLoader, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IDWriteFontCollectionLoader` [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IUnknown` [INFO] [stdout] --> src/com_helpers.rs:72:26 [INFO] [stdout] | [INFO] [stdout] 72 | &IUnknown::uuidof(), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `IUnknown` [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 a macro (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 a macro (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 a macro (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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDWriteFontCollectionLoader` [INFO] [stdout] --> src/font_collection_impl.rs:28:44 [INFO] [stdout] | [INFO] [stdout] 28 | parent: implement_iunknown!(static IDWriteFontCollectionLoader, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IDWriteFontCollectionLoader` [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IUnknown` [INFO] [stdout] --> src/com_helpers.rs:72:26 [INFO] [stdout] | [INFO] [stdout] 72 | &IUnknown::uuidof(), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `IUnknown` [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 a macro (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 a macro (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 a macro (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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDWriteFontFileEnumerator` [INFO] [stdout] --> src/font_collection_impl.rs:111:40 [INFO] [stdout] | [INFO] [stdout] 111 | parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IDWriteFontFileEnumerator` [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 a macro (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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IUnknown` [INFO] [stdout] --> src/com_helpers.rs:72:26 [INFO] [stdout] | [INFO] [stdout] 72 | &IUnknown::uuidof(), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `IUnknown` [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 a macro (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 a macro (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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDWriteFontFileEnumerator` [INFO] [stdout] --> src/font_collection_impl.rs:111:40 [INFO] [stdout] | [INFO] [stdout] 111 | parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IDWriteFontFileEnumerator` [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IUnknown` [INFO] [stdout] --> src/com_helpers.rs:72:26 [INFO] [stdout] | [INFO] [stdout] 72 | &IUnknown::uuidof(), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `IUnknown` [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 a macro (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 a macro (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 a macro (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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDWriteTextAnalysisSource` [INFO] [stdout] --> src/text_analysis_source_impl.rs:65:40 [INFO] [stdout] | [INFO] [stdout] 65 | parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IDWriteTextAnalysisSource` [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 a macro (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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IUnknown` [INFO] [stdout] --> src/com_helpers.rs:72:26 [INFO] [stdout] | [INFO] [stdout] 72 | &IUnknown::uuidof(), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `IUnknown` [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 a macro (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 a macro (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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDWriteTextAnalysisSource` [INFO] [stdout] --> src/text_analysis_source_impl.rs:65:40 [INFO] [stdout] | [INFO] [stdout] 65 | parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IDWriteTextAnalysisSource` [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IUnknown` [INFO] [stdout] --> src/com_helpers.rs:72:26 [INFO] [stdout] | [INFO] [stdout] 72 | &IUnknown::uuidof(), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `IUnknown` [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 a macro (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 a macro (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 a macro (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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ID2D1SimplifiedGeometrySink` [INFO] [stdout] --> src/geometry_sink_impl.rs:19:40 [INFO] [stdout] | [INFO] [stdout] 19 | parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ID2D1SimplifiedGeometrySink` [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 a macro (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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IUnknown` [INFO] [stdout] --> src/com_helpers.rs:72:26 [INFO] [stdout] | [INFO] [stdout] 72 | &IUnknown::uuidof(), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `IUnknown` [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 a macro (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 a macro (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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ID2D1SimplifiedGeometrySink` [INFO] [stdout] --> src/geometry_sink_impl.rs:19:40 [INFO] [stdout] | [INFO] [stdout] 19 | parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ID2D1SimplifiedGeometrySink` [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IUnknown` [INFO] [stdout] --> src/com_helpers.rs:72:26 [INFO] [stdout] | [INFO] [stdout] 72 | &IUnknown::uuidof(), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `IUnknown` [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 a macro (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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDWriteFactory` [INFO] [stdout] --> src/lib.rs:138:18 [INFO] [stdout] | [INFO] [stdout] 138 | &IDWriteFactory::uuidof(), [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `IDWriteFactory` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IDWriteFactory` [INFO] [stdout] --> src/lib.rs:138:18 [INFO] [stdout] | [INFO] [stdout] 138 | &IDWriteFactory::uuidof(), [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `IDWriteFactory` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_WEIGHT` in this scope [INFO] [stdout] --> src/types.rs:28:20 [INFO] [stdout] | [INFO] [stdout] 28 | fn t(&self) -> DWRITE_FONT_WEIGHT { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_WEIGHT` in this scope [INFO] [stdout] --> src/types.rs:29:40 [INFO] [stdout] | [INFO] [stdout] 27 | impl FontWeight { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 28 | fn t(&self) -> DWRITE_FONT_WEIGHT { [INFO] [stdout] 29 | unsafe { mem::transmute::(self.to_u32()) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_STRETCH` in this scope [INFO] [stdout] --> src/types.rs:83:20 [INFO] [stdout] | [INFO] [stdout] 83 | fn t(&self) -> DWRITE_FONT_STRETCH { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_STRETCH` in this scope [INFO] [stdout] --> src/types.rs:84:48 [INFO] [stdout] | [INFO] [stdout] 82 | impl FontStretch { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 83 | fn t(&self) -> DWRITE_FONT_STRETCH { [INFO] [stdout] 84 | unsafe { mem::transmute::(*self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_STYLE` in this scope [INFO] [stdout] --> src/types.rs:101:20 [INFO] [stdout] | [INFO] [stdout] 101 | fn t(&self) -> DWRITE_FONT_STYLE { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_STYLE` in this scope [INFO] [stdout] --> src/types.rs:102:46 [INFO] [stdout] | [INFO] [stdout] 100 | impl FontStyle { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 101 | fn t(&self) -> DWRITE_FONT_STYLE { [INFO] [stdout] 102 | unsafe { mem::transmute::(*self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetUserDefaultLocaleName` in this scope [INFO] [stdout] --> src/helpers.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | GetUserDefaultLocaleName(locale.as_mut_ptr(), locale.len() as i32 - 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteLocalizedStrings` in this scope [INFO] [stdout] --> src/helpers.rs:25:47 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn get_locale_string(strings: &mut ComPtr) -> String { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BOOL` in this scope [INFO] [stdout] --> src/helpers.rs:28:25 [INFO] [stdout] | [INFO] [stdout] 28 | let mut exists: BOOL = FALSE; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/helpers.rs:28:32 [INFO] [stdout] | [INFO] [stdout] 28 | let mut exists: BOOL = FALSE; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/helpers.rs:30:18 [INFO] [stdout] | [INFO] [stdout] 30 | if hr != S_OK || exists == FALSE { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/helpers.rs:30:36 [INFO] [stdout] | [INFO] [stdout] 30 | if hr != S_OK || exists == FALSE { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/helpers.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | if hr != S_OK || exists == FALSE { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/helpers.rs:32:40 [INFO] [stdout] | [INFO] [stdout] 32 | if hr != S_OK || exists == FALSE { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteBitmapRenderTarget` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:19:31 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct BitmapRenderTarget { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 19 | native: UnsafeCell>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteBitmapRenderTarget` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:23:32 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct BitmapRenderTarget { [INFO] [stdout] | ----------------------------- similarly named struct `BitmapRenderTarget` defined here [INFO] [stdout] ... [INFO] [stdout] 23 | pub fn take(native: ComPtr) -> BitmapRenderTarget { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 23 | pub fn take(native: ComPtr) -> BitmapRenderTarget { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 22 | impl BitmapRenderTarget { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteBitmapRenderTarget` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:29:41 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct BitmapRenderTarget { [INFO] [stdout] | ----------------------------- similarly named struct `BitmapRenderTarget` defined here [INFO] [stdout] ... [INFO] [stdout] 29 | pub unsafe fn as_ptr(&self) -> *mut IDWriteBitmapRenderTarget { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `BitmapRenderTarget` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HDC` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:40:36 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn get_memory_dc(&self) -> HDC { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_MEASURING_MODE` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:48:25 [INFO] [stdout] | [INFO] [stdout] 48 | measuring_mode: DWRITE_MEASURING_MODE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_GLYPH_OFFSET` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:53:26 [INFO] [stdout] | [INFO] [stdout] 53 | glyph_offsets: &[DWRITE_GLYPH_OFFSET], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | ) -> RECT { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_GLYPH_RUN` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:65:32 [INFO] [stdout] | [INFO] [stdout] 65 | let mut glyph_run: DWRITE_GLYPH_RUN = zeroed(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:75:27 [INFO] [stdout] | [INFO] [stdout] 75 | let mut rect: RECT = zeroed(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RGB` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:82:17 [INFO] [stdout] | [INFO] [stdout] 82 | RGB(r, g, b), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BITMAP` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:99:29 [INFO] [stdout] | [INFO] [stdout] 99 | let mut bitmap: BITMAP = zeroed(); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetObjectW` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:100:23 [INFO] [stdout] | [INFO] [stdout] 100 | let ret = GetObjectW( [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetCurrentObject` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:101:17 [INFO] [stdout] | [INFO] [stdout] 101 | GetCurrentObject(memory_dc, OBJ_BITMAP), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `OBJ_BITMAP` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:101:45 [INFO] [stdout] | [INFO] [stdout] 101 | GetCurrentObject(memory_dc, OBJ_BITMAP), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BITMAP` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:102:27 [INFO] [stdout] | [INFO] [stdout] 22 | impl BitmapRenderTarget { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 102 | size_of::() as i32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BITMAP` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:105:38 [INFO] [stdout] | [INFO] [stdout] 22 | impl BitmapRenderTarget { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 105 | assert!(ret == size_of::() as i32); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFont` in this scope [INFO] [stdout] --> src/font.rs:26:31 [INFO] [stdout] | [INFO] [stdout] 25 | pub struct Font { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 26 | native: UnsafeCell>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFont` in this scope [INFO] [stdout] --> src/font.rs:30:32 [INFO] [stdout] | [INFO] [stdout] 29 | impl Font { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 30 | pub fn take(native: ComPtr) -> Font { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFont` in this scope [INFO] [stdout] --> src/font.rs:36:41 [INFO] [stdout] | [INFO] [stdout] 36 | pub unsafe fn as_ptr(&self) -> *mut IDWriteFont { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFont1` in this scope [INFO] [stdout] --> src/font.rs:63:38 [INFO] [stdout] | [INFO] [stdout] 29 | impl Font { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 63 | let font1: Option> = (*self.native.get()).cast().ok(); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/font.rs:64:57 [INFO] [stdout] | [INFO] [stdout] 64 | font1.map(|font| font.IsMonospacedFont() == TRUE) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFamily` in this scope [INFO] [stdout] --> src/font.rs:74:34 [INFO] [stdout] | [INFO] [stdout] 74 | let mut family: *mut IDWriteFontFamily = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteLocalizedStrings` in this scope [INFO] [stdout] --> src/font.rs:84:33 [INFO] [stdout] | [INFO] [stdout] 84 | let mut names: *mut IDWriteLocalizedStrings = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteLocalizedStrings` in this scope [INFO] [stdout] --> src/font.rs:94:33 [INFO] [stdout] | [INFO] [stdout] 94 | let mut names: *mut IDWriteLocalizedStrings = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/font.rs:95:30 [INFO] [stdout] | [INFO] [stdout] 95 | let mut exists = FALSE; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_INFORMATIONAL_STRING_ID` in this scope [INFO] [stdout] --> src/font.rs:96:28 [INFO] [stdout] | [INFO] [stdout] 96 | let id = id as DWRITE_INFORMATIONAL_STRING_ID; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | assert!(hr == S_OK); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/font.rs:99:26 [INFO] [stdout] | [INFO] [stdout] 99 | if exists == TRUE { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFace` in this scope [INFO] [stdout] --> src/font.rs:111:32 [INFO] [stdout] | [INFO] [stdout] 111 | let mut face: *mut IDWriteFontFace = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFont1` in this scope [INFO] [stdout] --> src/font.rs:120:39 [INFO] [stdout] | [INFO] [stdout] 29 | impl Font { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 120 | let font_1: Option> = (*self.native.get()).cast().ok(); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_INFORMATIONAL_STRING_FULL_NAME` in this scope [INFO] [stdout] --> src/font.rs:150:16 [INFO] [stdout] | [INFO] [stdout] 150 | FullName = DWRITE_INFORMATIONAL_STRING_FULL_NAME, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_NAME` in this scope [INFO] [stdout] --> src/font.rs:151:22 [INFO] [stdout] | [INFO] [stdout] 151 | PostscriptName = DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_NAME, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_CID_NAME` in this scope [INFO] [stdout] --> src/font.rs:152:25 [INFO] [stdout] | [INFO] [stdout] 152 | PostscriptCidName = DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_CID_NAME, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_METRICS` in this scope [INFO] [stdout] --> src/font.rs:158:14 [INFO] [stdout] | [INFO] [stdout] 158 | Metrics0(DWRITE_FONT_METRICS), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_METRICS1` in this scope [INFO] [stdout] --> src/font.rs:160:14 [INFO] [stdout] | [INFO] [stdout] 160 | Metrics1(DWRITE_FONT_METRICS1), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_METRICS` in this scope [INFO] [stdout] --> src/font.rs:165:30 [INFO] [stdout] | [INFO] [stdout] 165 | pub fn metrics0(self) -> DWRITE_FONT_METRICS { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `DWRITE_FONT_METRICS` in this scope [INFO] [stdout] --> src/font.rs:168:47 [INFO] [stdout] | [INFO] [stdout] 168 | FontMetrics::Metrics1(metrics) => DWRITE_FONT_METRICS { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollection` in this scope [INFO] [stdout] --> src/font_collection.rs:21:24 [INFO] [stdout] | [INFO] [stdout] 21 | collection: ComPtr, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 43 | pub struct FontCollection { [INFO] [stdout] | ------------------------- similarly named struct `FontCollection` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 21 | collection: ComPtr, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 20 | pub struct FontCollectionFamilyIterator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFamily` in this scope [INFO] [stdout] --> src/font_collection.rs:34:34 [INFO] [stdout] | [INFO] [stdout] 34 | let mut family: *mut IDWriteFontFamily = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollection` in this scope [INFO] [stdout] --> src/font_collection.rs:44:31 [INFO] [stdout] | [INFO] [stdout] 43 | pub struct FontCollection { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 44 | native: UnsafeCell>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollection` in this scope [INFO] [stdout] --> src/font_collection.rs:50:34 [INFO] [stdout] | [INFO] [stdout] 43 | pub struct FontCollection { [INFO] [stdout] | ------------------------- similarly named struct `FontCollection` defined here [INFO] [stdout] ... [INFO] [stdout] 50 | let mut native: *mut IDWriteFontCollection = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontCollection` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/font_collection.rs:53:29 [INFO] [stdout] | [INFO] [stdout] 53 | if update { TRUE } else { FALSE }, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/font_collection.rs:53:43 [INFO] [stdout] | [INFO] [stdout] 53 | if update { TRUE } else { FALSE }, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollection` in this scope [INFO] [stdout] --> src/font_collection.rs:67:32 [INFO] [stdout] | [INFO] [stdout] 43 | pub struct FontCollection { [INFO] [stdout] | ------------------------- similarly named struct `FontCollection` defined here [INFO] [stdout] ... [INFO] [stdout] 67 | pub fn take(native: ComPtr) -> FontCollection { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 67 | pub fn take(native: ComPtr) -> FontCollection { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 47 | impl FontCollection { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollectionLoader` in this scope [INFO] [stdout] --> src/font_collection.rs:73:50 [INFO] [stdout] | [INFO] [stdout] 47 | impl FontCollection { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 73 | pub fn from_loader(collection_loader: ComPtr) -> FontCollection { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_collection.rs:78:17 [INFO] [stdout] | [INFO] [stdout] 78 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollection` in this scope [INFO] [stdout] --> src/font_collection.rs:80:38 [INFO] [stdout] | [INFO] [stdout] 43 | pub struct FontCollection { [INFO] [stdout] | ------------------------- similarly named struct `FontCollection` defined here [INFO] [stdout] ... [INFO] [stdout] 80 | let mut collection: *mut IDWriteFontCollection = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontCollection` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_collection.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollection` in this scope [INFO] [stdout] --> src/font_collection.rs:95:41 [INFO] [stdout] | [INFO] [stdout] 43 | pub struct FontCollection { [INFO] [stdout] | ------------------------- similarly named struct `FontCollection` defined here [INFO] [stdout] ... [INFO] [stdout] 95 | pub unsafe fn as_ptr(&self) -> *mut IDWriteFontCollection { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontCollection` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFamily` in this scope [INFO] [stdout] --> src/font_collection.rs:115:34 [INFO] [stdout] | [INFO] [stdout] 115 | let mut family: *mut IDWriteFontFamily = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFont` in this scope [INFO] [stdout] --> src/font_collection.rs:141:32 [INFO] [stdout] | [INFO] [stdout] 141 | let mut font: *mut IDWriteFont = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BOOL` in this scope [INFO] [stdout] --> src/font_collection.rs:153:29 [INFO] [stdout] | [INFO] [stdout] 153 | let mut exists: BOOL = FALSE; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/font_collection.rs:153:36 [INFO] [stdout] | [INFO] [stdout] 153 | let mut exists: BOOL = FALSE; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/font_collection.rs:160:26 [INFO] [stdout] | [INFO] [stdout] 160 | if exists == FALSE { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFamily` in this scope [INFO] [stdout] --> src/font_collection.rs:164:34 [INFO] [stdout] | [INFO] [stdout] 164 | let mut family: *mut IDWriteFontFamily = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFace` in this scope [INFO] [stdout] --> src/font_face.rs:32:31 [INFO] [stdout] | [INFO] [stdout] 31 | pub struct FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 32 | native: UnsafeCell>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFace5` in this scope [INFO] [stdout] --> src/font_face.rs:33:37 [INFO] [stdout] | [INFO] [stdout] 31 | pub struct FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 32 | native: UnsafeCell>, [INFO] [stdout] 33 | face5: UnsafeCell>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFace` in this scope [INFO] [stdout] --> src/font_face.rs:37:32 [INFO] [stdout] | [INFO] [stdout] 36 | impl FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 37 | pub fn take(native: ComPtr) -> FontFace { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFace` in this scope [INFO] [stdout] --> src/font_face.rs:45:41 [INFO] [stdout] | [INFO] [stdout] 45 | pub unsafe fn as_ptr(&self) -> *mut IDWriteFontFace { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_face.rs:49:48 [INFO] [stdout] | [INFO] [stdout] 36 | impl FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 49 | unsafe fn get_raw_files(&self) -> Vec<*mut IDWriteFontFile> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_face.rs:54:37 [INFO] [stdout] | [INFO] [stdout] 36 | impl FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 54 | let mut file_ptrs: Vec<*mut IDWriteFontFile> = [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_SIMULATIONS` in this scope [INFO] [stdout] --> src/font_face.rs:73:22 [INFO] [stdout] | [INFO] [stdout] 73 | simulations: DWRITE_FONT_SIMULATIONS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFace` in this scope [INFO] [stdout] --> src/font_face.rs:79:32 [INFO] [stdout] | [INFO] [stdout] 79 | let mut face: *mut IDWriteFontFace = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_face.rs:89:34 [INFO] [stdout] | [INFO] [stdout] 36 | impl FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 89 | let _ = ComPtr::::from_raw(p); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFace1` in this scope [INFO] [stdout] --> src/font_face.rs:102:39 [INFO] [stdout] | [INFO] [stdout] 36 | impl FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 102 | let font_1: Option> = (*self.native.get()).cast().ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_GLYPH_METRICS` in this scope [INFO] [stdout] --> src/font_face.rs:135:14 [INFO] [stdout] | [INFO] [stdout] 36 | impl FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 135 | ) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_GLYPH_METRICS` in this scope [INFO] [stdout] --> src/font_face.rs:137:34 [INFO] [stdout] | [INFO] [stdout] 36 | impl FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 137 | let mut metrics: Vec = vec![zeroed(); glyph_indices.len()]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BOOL` in this scope [INFO] [stdout] --> src/font_face.rs:142:32 [INFO] [stdout] | [INFO] [stdout] 142 | is_sideways as BOOL, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_MATRIX` in this scope [INFO] [stdout] --> src/font_face.rs:153:27 [INFO] [stdout] | [INFO] [stdout] 153 | transform: *const DWRITE_MATRIX, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_GLYPH_METRICS` in this scope [INFO] [stdout] --> src/font_face.rs:157:14 [INFO] [stdout] | [INFO] [stdout] 36 | impl FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 157 | ) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_GLYPH_METRICS` in this scope [INFO] [stdout] --> src/font_face.rs:159:34 [INFO] [stdout] | [INFO] [stdout] 36 | impl FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 159 | let mut metrics: Vec = vec![zeroed(); glyph_indices.len()]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BOOL` in this scope [INFO] [stdout] --> src/font_face.rs:164:36 [INFO] [stdout] | [INFO] [stdout] 164 | use_gdi_natural as BOOL, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BOOL` in this scope [INFO] [stdout] --> src/font_face.rs:168:32 [INFO] [stdout] | [INFO] [stdout] 168 | is_sideways as BOOL, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BOOL` in this scope [INFO] [stdout] --> src/font_face.rs:184:29 [INFO] [stdout] | [INFO] [stdout] 184 | let mut exists: BOOL = FALSE; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/font_face.rs:184:36 [INFO] [stdout] | [INFO] [stdout] 184 | let mut exists: BOOL = FALSE; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/font_face.rs:195:26 [INFO] [stdout] | [INFO] [stdout] 195 | if exists == FALSE { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_MEASURING_MODE` in this scope [INFO] [stdout] --> src/font_face.rs:211:23 [INFO] [stdout] | [INFO] [stdout] 211 | measure_mode: DWRITE_MEASURING_MODE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope [INFO] [stdout] --> src/font_face.rs:212:32 [INFO] [stdout] | [INFO] [stdout] 212 | rendering_params: *mut IDWriteRenderingParams, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_RENDERING_MODE` in this scope [INFO] [stdout] --> src/font_face.rs:213:10 [INFO] [stdout] | [INFO] [stdout] 213 | ) -> DWRITE_RENDERING_MODE { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_RENDERING_MODE` in this scope [INFO] [stdout] --> src/font_face.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | let mut render_mode: DWRITE_RENDERING_MODE = DWRITE_RENDERING_MODE_DEFAULT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_RENDERING_MODE_DEFAULT` in this scope [INFO] [stdout] --> src/font_face.rs:215:58 [INFO] [stdout] | [INFO] [stdout] 215 | let mut render_mode: DWRITE_RENDERING_MODE = DWRITE_RENDERING_MODE_DEFAULT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_RENDERING_MODE_NATURAL_SYMMETRIC` in this scope [INFO] [stdout] --> src/font_face.rs:225:24 [INFO] [stdout] | [INFO] [stdout] 225 | return DWRITE_RENDERING_MODE_NATURAL_SYMMETRIC; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_MEASURING_MODE` in this scope [INFO] [stdout] --> src/font_face.rs:236:23 [INFO] [stdout] | [INFO] [stdout] 236 | measure_mode: DWRITE_MEASURING_MODE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_RENDERING_MODE` in this scope [INFO] [stdout] --> src/font_face.rs:237:10 [INFO] [stdout] | [INFO] [stdout] 237 | ) -> DWRITE_RENDERING_MODE { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_GLYPH_OFFSET` in this scope [INFO] [stdout] --> src/font_face.rs:251:33 [INFO] [stdout] | [INFO] [stdout] 36 | impl FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 251 | glyph_offsets: Option<&[DWRITE_GLYPH_OFFSET]>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/font_face.rs:271:48 [INFO] [stdout] | [INFO] [stdout] 271 | let is_sideways = if is_sideways { TRUE } else { FALSE }; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/font_face.rs:271:62 [INFO] [stdout] | [INFO] [stdout] 271 | let is_sideways = if is_sideways { TRUE } else { FALSE }; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_WEIGHT` in this scope [INFO] [stdout] --> src/types.rs:28:20 [INFO] [stdout] | [INFO] [stdout] 28 | fn t(&self) -> DWRITE_FONT_WEIGHT { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_WEIGHT` in this scope [INFO] [stdout] --> src/types.rs:29:40 [INFO] [stdout] | [INFO] [stdout] 27 | impl FontWeight { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 28 | fn t(&self) -> DWRITE_FONT_WEIGHT { [INFO] [stdout] 29 | unsafe { mem::transmute::(self.to_u32()) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_STRETCH` in this scope [INFO] [stdout] --> src/types.rs:83:20 [INFO] [stdout] | [INFO] [stdout] 83 | fn t(&self) -> DWRITE_FONT_STRETCH { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_STRETCH` in this scope [INFO] [stdout] --> src/types.rs:84:48 [INFO] [stdout] | [INFO] [stdout] 82 | impl FontStretch { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 83 | fn t(&self) -> DWRITE_FONT_STRETCH { [INFO] [stdout] 84 | unsafe { mem::transmute::(*self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_STYLE` in this scope [INFO] [stdout] --> src/types.rs:101:20 [INFO] [stdout] | [INFO] [stdout] 101 | fn t(&self) -> DWRITE_FONT_STYLE { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_STYLE` in this scope [INFO] [stdout] --> src/types.rs:102:46 [INFO] [stdout] | [INFO] [stdout] 100 | impl FontStyle { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 101 | fn t(&self) -> DWRITE_FONT_STYLE { [INFO] [stdout] 102 | unsafe { mem::transmute::(*self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetUserDefaultLocaleName` in this scope [INFO] [stdout] --> src/helpers.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | GetUserDefaultLocaleName(locale.as_mut_ptr(), locale.len() as i32 - 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/font_face.rs:272:58 [INFO] [stdout] | [INFO] [stdout] 272 | let is_right_to_left = if is_right_to_left { TRUE } else { FALSE }; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/font_face.rs:272:72 [INFO] [stdout] | [INFO] [stdout] 272 | let is_right_to_left = if is_right_to_left { TRUE } else { FALSE }; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_face.rs:285:28 [INFO] [stdout] | [INFO] [stdout] 285 | assert_eq!(hr, S_OK); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFace5` in this scope [INFO] [stdout] --> src/font_face.rs:311:49 [INFO] [stdout] | [INFO] [stdout] 36 | impl FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 311 | unsafe fn get_face5(&self) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/font_face.rs:321:57 [INFO] [stdout] | [INFO] [stdout] 321 | Some(face5) => face5.HasVariations() == TRUE, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_SIMULATIONS` in this scope [INFO] [stdout] --> src/font_face.rs:329:22 [INFO] [stdout] | [INFO] [stdout] 329 | simulations: DWRITE_FONT_SIMULATIONS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteLocalizedStrings` in this scope [INFO] [stdout] --> src/helpers.rs:25:47 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn get_locale_string(strings: &mut ComPtr) -> String { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_AXIS_VALUE` in this scope [INFO] [stdout] --> src/font_face.rs:330:24 [INFO] [stdout] | [INFO] [stdout] 330 | axis_values: &[DWRITE_FONT_AXIS_VALUE], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BOOL` in this scope [INFO] [stdout] --> src/helpers.rs:28:25 [INFO] [stdout] | [INFO] [stdout] 28 | let mut exists: BOOL = FALSE; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontResource` in this scope [INFO] [stdout] --> src/font_face.rs:334:40 [INFO] [stdout] | [INFO] [stdout] 334 | let mut resource: *mut IDWriteFontResource = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/helpers.rs:28:32 [INFO] [stdout] | [INFO] [stdout] 28 | let mut exists: BOOL = FALSE; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_face.rs:336:26 [INFO] [stdout] | [INFO] [stdout] 336 | if hr == S_OK && !resource.is_null() { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/helpers.rs:30:18 [INFO] [stdout] | [INFO] [stdout] 30 | if hr != S_OK || exists == FALSE { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/helpers.rs:30:36 [INFO] [stdout] | [INFO] [stdout] 30 | if hr != S_OK || exists == FALSE { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFace5` in this scope [INFO] [stdout] --> src/font_face.rs:338:44 [INFO] [stdout] | [INFO] [stdout] 338 | let mut var_face: *mut IDWriteFontFace5 = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/helpers.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | if hr != S_OK || exists == FALSE { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_face.rs:345:30 [INFO] [stdout] | [INFO] [stdout] 345 | if hr == S_OK && !var_face.is_null() { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/helpers.rs:32:40 [INFO] [stdout] | [INFO] [stdout] 32 | if hr != S_OK || exists == FALSE { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFallback` in this scope [INFO] [stdout] --> src/font_fallback.rs:13:31 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct FontFallback { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 13 | native: UnsafeCell>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_MEASURING_MODE_NATURAL` in this scope [INFO] [stdout] --> src/test.rs:153:9 [INFO] [stdout] | [INFO] [stdout] 153 | DWRITE_MEASURING_MODE_NATURAL, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `GlyphOffset` in this scope [INFO] [stdout] --> src/test.rs:158:11 [INFO] [stdout] | [INFO] [stdout] 158 | &[GlyphOffset { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFactory2` in this scope [INFO] [stdout] --> src/font_fallback.rs:29:41 [INFO] [stdout] | [INFO] [stdout] 25 | impl FontFallback { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 29 | let factory2: Option> = factory.cast().ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteBitmapRenderTarget` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:19:31 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct BitmapRenderTarget { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 19 | native: UnsafeCell>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFallback` in this scope [INFO] [stdout] --> src/font_fallback.rs:39:32 [INFO] [stdout] | [INFO] [stdout] 25 | impl FontFallback { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 39 | pub fn take(native: ComPtr) -> FontFallback { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFallback` in this scope [INFO] [stdout] --> src/font_fallback.rs:46:41 [INFO] [stdout] | [INFO] [stdout] 46 | pub unsafe fn as_ptr(&self) -> *mut IDWriteFontFallback { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFamily` in this scope [INFO] [stdout] --> src/font_family.rs:15:31 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct FontFamily { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 15 | native: UnsafeCell>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteBitmapRenderTarget` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:23:32 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct BitmapRenderTarget { [INFO] [stdout] | ----------------------------- similarly named struct `BitmapRenderTarget` defined here [INFO] [stdout] ... [INFO] [stdout] 23 | pub fn take(native: ComPtr) -> BitmapRenderTarget { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 23 | pub fn take(native: ComPtr) -> BitmapRenderTarget { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 22 | impl BitmapRenderTarget { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFamily` in this scope [INFO] [stdout] --> src/font_family.rs:19:32 [INFO] [stdout] | [INFO] [stdout] 18 | impl FontFamily { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 19 | pub fn take(native: ComPtr) -> FontFamily { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFamily` in this scope [INFO] [stdout] --> src/font_family.rs:25:41 [INFO] [stdout] | [INFO] [stdout] 25 | pub unsafe fn as_ptr(&self) -> *mut IDWriteFontFamily { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteBitmapRenderTarget` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:29:41 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct BitmapRenderTarget { [INFO] [stdout] | ----------------------------- similarly named struct `BitmapRenderTarget` defined here [INFO] [stdout] ... [INFO] [stdout] 29 | pub unsafe fn as_ptr(&self) -> *mut IDWriteBitmapRenderTarget { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `BitmapRenderTarget` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteLocalizedStrings` in this scope [INFO] [stdout] --> src/font_family.rs:31:40 [INFO] [stdout] | [INFO] [stdout] 31 | let mut family_names: *mut IDWriteLocalizedStrings = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFont` in this scope [INFO] [stdout] --> src/font_family.rs:46:32 [INFO] [stdout] | [INFO] [stdout] 46 | let mut font: *mut IDWriteFont = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HDC` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:40:36 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn get_memory_dc(&self) -> HDC { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollection` in this scope [INFO] [stdout] --> src/font_family.rs:60:38 [INFO] [stdout] | [INFO] [stdout] 60 | let mut collection: *mut IDWriteFontCollection = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontCollection` [INFO] [stdout] | [INFO] [stdout] ::: src/font_collection.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | pub struct FontCollection { [INFO] [stdout] | ------------------------- similarly named struct `FontCollection` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_MEASURING_MODE` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:48:25 [INFO] [stdout] | [INFO] [stdout] 48 | measuring_mode: DWRITE_MEASURING_MODE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFont` in this scope [INFO] [stdout] --> src/font_family.rs:73:32 [INFO] [stdout] | [INFO] [stdout] 73 | let mut font: *mut IDWriteFont = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_GLYPH_OFFSET` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:53:26 [INFO] [stdout] | [INFO] [stdout] 53 | glyph_offsets: &[DWRITE_GLYPH_OFFSET], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | ) -> RECT { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_file.rs:26:31 [INFO] [stdout] | [INFO] [stdout] 25 | pub struct FontFile { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 26 | native: UnsafeCell>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_GLYPH_RUN` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:65:32 [INFO] [stdout] | [INFO] [stdout] 65 | let mut glyph_run: DWRITE_GLYPH_RUN = zeroed(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file.rs:27:38 [INFO] [stdout] | [INFO] [stdout] 25 | pub struct FontFile { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 26 | native: UnsafeCell>, [INFO] [stdout] 27 | stream: UnsafeCell>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:75:27 [INFO] [stdout] | [INFO] [stdout] 75 | let mut rect: RECT = zeroed(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_FACE_TYPE` in this scope [INFO] [stdout] --> src/font_file.rs:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | face_type: DWRITE_FONT_FACE_TYPE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_file.rs:41:37 [INFO] [stdout] | [INFO] [stdout] 41 | let mut font_file: *mut IDWriteFontFile = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RGB` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:82:17 [INFO] [stdout] | [INFO] [stdout] 82 | RGB(r, g, b), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BITMAP` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:99:29 [INFO] [stdout] | [INFO] [stdout] 99 | let mut bitmap: BITMAP = zeroed(); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetObjectW` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:100:23 [INFO] [stdout] | [INFO] [stdout] 100 | let ret = GetObjectW( [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetCurrentObject` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:101:17 [INFO] [stdout] | [INFO] [stdout] 101 | GetCurrentObject(memory_dc, OBJ_BITMAP), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_FONT_FACE_TYPE_UNKNOWN` in this scope [INFO] [stdout] --> src/font_file.rs:55:28 [INFO] [stdout] | [INFO] [stdout] 55 | face_type: DWRITE_FONT_FACE_TYPE_UNKNOWN, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `OBJ_BITMAP` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:101:45 [INFO] [stdout] | [INFO] [stdout] 101 | GetCurrentObject(memory_dc, OBJ_BITMAP), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_FONT_FACE_TYPE_UNKNOWN` in this scope [INFO] [stdout] --> src/font_file.rs:73:24 [INFO] [stdout] | [INFO] [stdout] 73 | face_type: DWRITE_FONT_FACE_TYPE_UNKNOWN, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BITMAP` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:102:27 [INFO] [stdout] | [INFO] [stdout] 22 | impl BitmapRenderTarget { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 102 | size_of::() as i32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BITMAP` in this scope [INFO] [stdout] --> src/bitmap_render_target.rs:105:38 [INFO] [stdout] | [INFO] [stdout] 22 | impl BitmapRenderTarget { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 105 | assert!(ret == size_of::() as i32); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFont` in this scope [INFO] [stdout] --> src/font.rs:26:31 [INFO] [stdout] | [INFO] [stdout] 25 | pub struct Font { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 26 | native: UnsafeCell>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFont` in this scope [INFO] [stdout] --> src/font.rs:30:32 [INFO] [stdout] | [INFO] [stdout] 29 | impl Font { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 30 | pub fn take(native: ComPtr) -> Font { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFont` in this scope [INFO] [stdout] --> src/font.rs:36:41 [INFO] [stdout] | [INFO] [stdout] 36 | pub unsafe fn as_ptr(&self) -> *mut IDWriteFont { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFont1` in this scope [INFO] [stdout] --> src/font.rs:63:38 [INFO] [stdout] | [INFO] [stdout] 29 | impl Font { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 63 | let font1: Option> = (*self.native.get()).cast().ok(); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/font.rs:64:57 [INFO] [stdout] | [INFO] [stdout] 64 | font1.map(|font| font.IsMonospacedFont() == TRUE) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFamily` in this scope [INFO] [stdout] --> src/font.rs:74:34 [INFO] [stdout] | [INFO] [stdout] 74 | let mut family: *mut IDWriteFontFamily = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteLocalizedStrings` in this scope [INFO] [stdout] --> src/font.rs:84:33 [INFO] [stdout] | [INFO] [stdout] 84 | let mut names: *mut IDWriteLocalizedStrings = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteLocalizedStrings` in this scope [INFO] [stdout] --> src/font.rs:94:33 [INFO] [stdout] | [INFO] [stdout] 94 | let mut names: *mut IDWriteLocalizedStrings = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/font.rs:95:30 [INFO] [stdout] | [INFO] [stdout] 95 | let mut exists = FALSE; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_INFORMATIONAL_STRING_ID` in this scope [INFO] [stdout] --> src/font.rs:96:28 [INFO] [stdout] | [INFO] [stdout] 96 | let id = id as DWRITE_INFORMATIONAL_STRING_ID; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | assert!(hr == S_OK); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/font.rs:99:26 [INFO] [stdout] | [INFO] [stdout] 99 | if exists == TRUE { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFace` in this scope [INFO] [stdout] --> src/font.rs:111:32 [INFO] [stdout] | [INFO] [stdout] 111 | let mut face: *mut IDWriteFontFace = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFont1` in this scope [INFO] [stdout] --> src/font.rs:120:39 [INFO] [stdout] | [INFO] [stdout] 29 | impl Font { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 120 | let font_1: Option> = (*self.native.get()).cast().ok(); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_INFORMATIONAL_STRING_FULL_NAME` in this scope [INFO] [stdout] --> src/font.rs:150:16 [INFO] [stdout] | [INFO] [stdout] 150 | FullName = DWRITE_INFORMATIONAL_STRING_FULL_NAME, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_NAME` in this scope [INFO] [stdout] --> src/font.rs:151:22 [INFO] [stdout] | [INFO] [stdout] 151 | PostscriptName = DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_NAME, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_CID_NAME` in this scope [INFO] [stdout] --> src/font.rs:152:25 [INFO] [stdout] | [INFO] [stdout] 152 | PostscriptCidName = DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_CID_NAME, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_METRICS` in this scope [INFO] [stdout] --> src/font.rs:158:14 [INFO] [stdout] | [INFO] [stdout] 158 | Metrics0(DWRITE_FONT_METRICS), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_METRICS1` in this scope [INFO] [stdout] --> src/font.rs:160:14 [INFO] [stdout] | [INFO] [stdout] 160 | Metrics1(DWRITE_FONT_METRICS1), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_METRICS` in this scope [INFO] [stdout] --> src/font.rs:165:30 [INFO] [stdout] | [INFO] [stdout] 165 | pub fn metrics0(self) -> DWRITE_FONT_METRICS { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `DWRITE_FONT_METRICS` in this scope [INFO] [stdout] --> src/font.rs:168:47 [INFO] [stdout] | [INFO] [stdout] 168 | FontMetrics::Metrics1(metrics) => DWRITE_FONT_METRICS { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollection` in this scope [INFO] [stdout] --> src/font_collection.rs:21:24 [INFO] [stdout] | [INFO] [stdout] 21 | collection: ComPtr, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 43 | pub struct FontCollection { [INFO] [stdout] | ------------------------- similarly named struct `FontCollection` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 21 | collection: ComPtr, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 20 | pub struct FontCollectionFamilyIterator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFamily` in this scope [INFO] [stdout] --> src/font_collection.rs:34:34 [INFO] [stdout] | [INFO] [stdout] 34 | let mut family: *mut IDWriteFontFamily = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_FONT_FACE_TYPE_UNKNOWN` in this scope [INFO] [stdout] --> src/font_file.rs:90:24 [INFO] [stdout] | [INFO] [stdout] 90 | face_type: DWRITE_FONT_FACE_TYPE_UNKNOWN, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_FONT_FACE_TYPE_UNKNOWN` in this scope [INFO] [stdout] --> src/font_file.rs:97:29 [INFO] [stdout] | [INFO] [stdout] 97 | let mut face_type = DWRITE_FONT_FACE_TYPE_UNKNOWN; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_FONT_FILE_TYPE_UNKNOWN` in this scope [INFO] [stdout] --> src/font_file.rs:101:34 [INFO] [stdout] | [INFO] [stdout] 101 | let mut _file_type = DWRITE_FONT_FILE_TYPE_UNKNOWN; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollection` in this scope [INFO] [stdout] --> src/font_collection.rs:44:31 [INFO] [stdout] | [INFO] [stdout] 43 | pub struct FontCollection { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 44 | native: UnsafeCell>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_file.rs:117:32 [INFO] [stdout] | [INFO] [stdout] 32 | impl FontFile { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 117 | pub fn take(native: ComPtr) -> FontFile { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_FONT_FACE_TYPE_UNKNOWN` in this scope [INFO] [stdout] --> src/font_file.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | face_type: DWRITE_FONT_FACE_TYPE_UNKNOWN, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_file.rs:136:54 [INFO] [stdout] | [INFO] [stdout] 32 | impl FontFile { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 136 | pub(crate) unsafe fn as_com_ptr(&self) -> ComPtr { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope [INFO] [stdout] --> src/font_file.rs:150:34 [INFO] [stdout] | [INFO] [stdout] 150 | let mut loader: *mut IDWriteFontFileLoader = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file.rs:155:34 [INFO] [stdout] | [INFO] [stdout] 155 | let mut stream: *mut IDWriteFontFileStream = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope [INFO] [stdout] --> src/font_file.rs:188:34 [INFO] [stdout] | [INFO] [stdout] 188 | let mut loader: *mut IDWriteFontFileLoader = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteLocalFontFileLoader` in this scope [INFO] [stdout] --> src/font_file.rs:193:38 [INFO] [stdout] | [INFO] [stdout] 32 | impl FontFile { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 193 | let local_loader: ComPtr = match loader.cast() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_SIMULATIONS` in this scope [INFO] [stdout] --> src/font_file.rs:223:22 [INFO] [stdout] | [INFO] [stdout] 223 | simulations: DWRITE_FONT_SIMULATIONS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/font_file.rs:224:27 [INFO] [stdout] | [INFO] [stdout] 32 | impl FontFile { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 224 | ) -> Result { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFace` in this scope [INFO] [stdout] --> src/font_file.rs:226:32 [INFO] [stdout] | [INFO] [stdout] 226 | let mut face: *mut IDWriteFontFace = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteGdiInterop` in this scope [INFO] [stdout] --> src/gdi_interop.rs:14:31 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct GdiInterop { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 14 | native: UnsafeCell>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteGdiInterop` in this scope [INFO] [stdout] --> src/gdi_interop.rs:20:34 [INFO] [stdout] | [INFO] [stdout] 20 | let mut native: *mut IDWriteGdiInterop = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteGdiInterop` in this scope [INFO] [stdout] --> src/gdi_interop.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 17 | impl GdiInterop { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 27 | pub fn take(native: ComPtr) -> GdiInterop { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteBitmapRenderTarget` in this scope [INFO] [stdout] --> src/gdi_interop.rs:35:34 [INFO] [stdout] | [INFO] [stdout] 35 | let mut native: *mut IDWriteBitmapRenderTarget = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `BitmapRenderTarget` [INFO] [stdout] | [INFO] [stdout] ::: src/bitmap_render_target.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct BitmapRenderTarget { [INFO] [stdout] | ----------------------------- similarly named struct `BitmapRenderTarget` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope [INFO] [stdout] --> src/rendering_params.rs:13:31 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct RenderingParams { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 13 | native: UnsafeCell>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope [INFO] [stdout] --> src/rendering_params.rs:19:34 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct RenderingParams { [INFO] [stdout] | -------------------------- similarly named struct `RenderingParams` defined here [INFO] [stdout] ... [INFO] [stdout] 19 | let mut native: *mut IDWriteRenderingParams = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `RenderingParams` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope [INFO] [stdout] --> src/rendering_params.rs:26:32 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct RenderingParams { [INFO] [stdout] | -------------------------- similarly named struct `RenderingParams` defined here [INFO] [stdout] ... [INFO] [stdout] 26 | pub fn take(native: ComPtr) -> RenderingParams { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 26 | pub fn take(native: ComPtr) -> RenderingParams { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 16 | impl RenderingParams { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope [INFO] [stdout] --> src/rendering_params.rs:32:41 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct RenderingParams { [INFO] [stdout] | -------------------------- similarly named struct `RenderingParams` defined here [INFO] [stdout] ... [INFO] [stdout] 32 | pub unsafe fn as_ptr(&self) -> *mut IDWriteRenderingParams { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `RenderingParams` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope [INFO] [stdout] --> src/text_analysis_source.rs:15:20 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct TextAnalysisSource<'a> { [INFO] [stdout] | - help: you might be missing a type parameter: `, IDWriteTextAnalysisSource` [INFO] [stdout] 15 | native: ComPtr, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope [INFO] [stdout] --> src/text_analysis_source.rs:60:34 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct TextAnalysisSource<'a> { [INFO] [stdout] | --------------------------------- similarly named struct `TextAnalysisSource` defined here [INFO] [stdout] ... [INFO] [stdout] 60 | pub fn as_ptr(&self) -> *mut IDWriteTextAnalysisSource { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `TextAnalysisSource` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteGlyphRunAnalysis` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:20:31 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct GlyphRunAnalysis { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 20 | native: UnsafeCell>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_GLYPH_RUN` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:25:21 [INFO] [stdout] | [INFO] [stdout] 25 | glyph_run: &DWRITE_GLYPH_RUN, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_MATRIX` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:27:27 [INFO] [stdout] | [INFO] [stdout] 23 | impl GlyphRunAnalysis { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 27 | transform: Option, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_RENDERING_MODE` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:28:25 [INFO] [stdout] | [INFO] [stdout] 28 | rendering_mode: DWRITE_RENDERING_MODE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_MEASURING_MODE` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:29:25 [INFO] [stdout] | [INFO] [stdout] 29 | measuring_mode: DWRITE_MEASURING_MODE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:32:35 [INFO] [stdout] | [INFO] [stdout] 23 | impl GlyphRunAnalysis { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 32 | ) -> Result { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteGlyphRunAnalysis` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:34:34 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct GlyphRunAnalysis { [INFO] [stdout] | --------------------------- similarly named struct `GlyphRunAnalysis` defined here [INFO] [stdout] ... [INFO] [stdout] 34 | let mut native: *mut IDWriteGlyphRunAnalysis = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `GlyphRunAnalysis` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollection` in this scope [INFO] [stdout] --> src/font_collection.rs:50:34 [INFO] [stdout] | [INFO] [stdout] 43 | pub struct FontCollection { [INFO] [stdout] | ------------------------- similarly named struct `FontCollection` defined here [INFO] [stdout] ... [INFO] [stdout] 50 | let mut native: *mut IDWriteFontCollection = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontCollection` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/font_collection.rs:53:29 [INFO] [stdout] | [INFO] [stdout] 53 | if update { TRUE } else { FALSE }, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_GLYPH_RUN` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:36:37 [INFO] [stdout] | [INFO] [stdout] 36 | glyph_run as *const DWRITE_GLYPH_RUN, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/font_collection.rs:53:43 [INFO] [stdout] | [INFO] [stdout] 53 | if update { TRUE } else { FALSE }, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollection` in this scope [INFO] [stdout] --> src/font_collection.rs:67:32 [INFO] [stdout] | [INFO] [stdout] 43 | pub struct FontCollection { [INFO] [stdout] | ------------------------- similarly named struct `FontCollection` defined here [INFO] [stdout] ... [INFO] [stdout] 67 | pub fn take(native: ComPtr) -> FontCollection { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 67 | pub fn take(native: ComPtr) -> FontCollection { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 47 | impl FontCollection { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollectionLoader` in this scope [INFO] [stdout] --> src/font_collection.rs:73:50 [INFO] [stdout] | [INFO] [stdout] 47 | impl FontCollection { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 73 | pub fn from_loader(collection_loader: ComPtr) -> FontCollection { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_collection.rs:78:17 [INFO] [stdout] | [INFO] [stdout] 78 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteGlyphRunAnalysis` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:56:32 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct GlyphRunAnalysis { [INFO] [stdout] | --------------------------- similarly named struct `GlyphRunAnalysis` defined here [INFO] [stdout] ... [INFO] [stdout] 56 | pub fn take(native: ComPtr) -> GlyphRunAnalysis { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 56 | pub fn take(native: ComPtr) -> GlyphRunAnalysis { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 23 | impl GlyphRunAnalysis { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollection` in this scope [INFO] [stdout] --> src/font_collection.rs:80:38 [INFO] [stdout] | [INFO] [stdout] 43 | pub struct FontCollection { [INFO] [stdout] | ------------------------- similarly named struct `FontCollection` defined here [INFO] [stdout] ... [INFO] [stdout] 80 | let mut collection: *mut IDWriteFontCollection = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontCollection` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_TEXTURE_TYPE` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:64:23 [INFO] [stdout] | [INFO] [stdout] 64 | texture_type: DWRITE_TEXTURE_TYPE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_collection.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollection` in this scope [INFO] [stdout] --> src/font_collection.rs:95:41 [INFO] [stdout] | [INFO] [stdout] 43 | pub struct FontCollection { [INFO] [stdout] | ------------------------- similarly named struct `FontCollection` defined here [INFO] [stdout] ... [INFO] [stdout] 95 | pub unsafe fn as_ptr(&self) -> *mut IDWriteFontCollection { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontCollection` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFamily` in this scope [INFO] [stdout] --> src/font_collection.rs:115:34 [INFO] [stdout] | [INFO] [stdout] 115 | let mut family: *mut IDWriteFontFamily = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFont` in this scope [INFO] [stdout] --> src/font_collection.rs:141:32 [INFO] [stdout] | [INFO] [stdout] 141 | let mut font: *mut IDWriteFont = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BOOL` in this scope [INFO] [stdout] --> src/font_collection.rs:153:29 [INFO] [stdout] | [INFO] [stdout] 153 | let mut exists: BOOL = FALSE; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/font_collection.rs:153:36 [INFO] [stdout] | [INFO] [stdout] 153 | let mut exists: BOOL = FALSE; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:65:17 [INFO] [stdout] | [INFO] [stdout] 23 | impl GlyphRunAnalysis { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 65 | ) -> Result { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/font_collection.rs:160:26 [INFO] [stdout] | [INFO] [stdout] 160 | if exists == FALSE { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFamily` in this scope [INFO] [stdout] --> src/font_collection.rs:164:34 [INFO] [stdout] | [INFO] [stdout] 164 | let mut family: *mut IDWriteFontFamily = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFace` in this scope [INFO] [stdout] --> src/font_face.rs:32:31 [INFO] [stdout] | [INFO] [stdout] 31 | pub struct FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 32 | native: UnsafeCell>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFace5` in this scope [INFO] [stdout] --> src/font_face.rs:33:37 [INFO] [stdout] | [INFO] [stdout] 31 | pub struct FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 32 | native: UnsafeCell>, [INFO] [stdout] 33 | face5: UnsafeCell>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 23 | impl GlyphRunAnalysis { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 65 | ) -> Result { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFace` in this scope [INFO] [stdout] --> src/font_face.rs:37:32 [INFO] [stdout] | [INFO] [stdout] 36 | impl FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 37 | pub fn take(native: ComPtr) -> FontFace { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFace` in this scope [INFO] [stdout] --> src/font_face.rs:45:41 [INFO] [stdout] | [INFO] [stdout] 45 | pub unsafe fn as_ptr(&self) -> *mut IDWriteFontFace { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_face.rs:49:48 [INFO] [stdout] | [INFO] [stdout] 36 | impl FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 49 | unsafe fn get_raw_files(&self) -> Vec<*mut IDWriteFontFile> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_face.rs:54:37 [INFO] [stdout] | [INFO] [stdout] 36 | impl FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 54 | let mut file_ptrs: Vec<*mut IDWriteFontFile> = [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:67:27 [INFO] [stdout] | [INFO] [stdout] 67 | let mut rect: RECT = mem::zeroed(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_SIMULATIONS` in this scope [INFO] [stdout] --> src/font_face.rs:73:22 [INFO] [stdout] | [INFO] [stdout] 73 | simulations: DWRITE_FONT_SIMULATIONS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFace` in this scope [INFO] [stdout] --> src/font_face.rs:79:32 [INFO] [stdout] | [INFO] [stdout] 79 | let mut face: *mut IDWriteFontFace = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_face.rs:89:34 [INFO] [stdout] | [INFO] [stdout] 36 | impl FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 89 | let _ = ComPtr::::from_raw(p); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_TEXTURE_TYPE` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:81:23 [INFO] [stdout] | [INFO] [stdout] 81 | texture_type: DWRITE_TEXTURE_TYPE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFace1` in this scope [INFO] [stdout] --> src/font_face.rs:102:39 [INFO] [stdout] | [INFO] [stdout] 36 | impl FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 102 | let font_1: Option> = (*self.native.get()).cast().ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_GLYPH_METRICS` in this scope [INFO] [stdout] --> src/font_face.rs:135:14 [INFO] [stdout] | [INFO] [stdout] 36 | impl FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 135 | ) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_GLYPH_METRICS` in this scope [INFO] [stdout] --> src/font_face.rs:137:34 [INFO] [stdout] | [INFO] [stdout] 36 | impl FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 137 | let mut metrics: Vec = vec![zeroed(); glyph_indices.len()]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:82:15 [INFO] [stdout] | [INFO] [stdout] 82 | rect: RECT, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BOOL` in this scope [INFO] [stdout] --> src/font_face.rs:142:32 [INFO] [stdout] | [INFO] [stdout] 142 | is_sideways as BOOL, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_MATRIX` in this scope [INFO] [stdout] --> src/font_face.rs:153:27 [INFO] [stdout] | [INFO] [stdout] 153 | transform: *const DWRITE_MATRIX, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:83:26 [INFO] [stdout] | [INFO] [stdout] 23 | impl GlyphRunAnalysis { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 83 | ) -> Result, HRESULT> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileLoaderVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:25:36 [INFO] [stdout] | [INFO] [stdout] 25 | const FontFileLoaderVtbl: &'static IDWriteFontFileLoaderVtbl = &IDWriteFontFileLoaderVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_GLYPH_METRICS` in this scope [INFO] [stdout] --> src/font_face.rs:157:14 [INFO] [stdout] | [INFO] [stdout] 36 | impl FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 157 | ) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IDWriteFontFileLoaderVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:25:65 [INFO] [stdout] | [INFO] [stdout] 25 | const FontFileLoaderVtbl: &'static IDWriteFontFileLoaderVtbl = &IDWriteFontFileLoaderVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_GLYPH_METRICS` in this scope [INFO] [stdout] --> src/font_face.rs:159:34 [INFO] [stdout] | [INFO] [stdout] 36 | impl FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 159 | let mut metrics: Vec = vec![zeroed(); glyph_indices.len()]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BOOL` in this scope [INFO] [stdout] --> src/font_face.rs:164:36 [INFO] [stdout] | [INFO] [stdout] 164 | use_gdi_natural as BOOL, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BOOL` in this scope [INFO] [stdout] --> src/font_face.rs:168:32 [INFO] [stdout] | [INFO] [stdout] 168 | is_sideways as BOOL, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BOOL` in this scope [INFO] [stdout] --> src/font_face.rs:184:29 [INFO] [stdout] | [INFO] [stdout] 184 | let mut exists: BOOL = FALSE; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/font_face.rs:184:36 [INFO] [stdout] | [INFO] [stdout] 184 | let mut exists: BOOL = FALSE; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/font_face.rs:195:26 [INFO] [stdout] | [INFO] [stdout] 195 | if exists == FALSE { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_MEASURING_MODE` in this scope [INFO] [stdout] --> src/font_face.rs:211:23 [INFO] [stdout] | [INFO] [stdout] 211 | measure_mode: DWRITE_MEASURING_MODE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope [INFO] [stdout] --> src/font_face.rs:212:32 [INFO] [stdout] | [INFO] [stdout] 212 | rendering_params: *mut IDWriteRenderingParams, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/com_helpers.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | IUnknownVtbl { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_RENDERING_MODE` in this scope [INFO] [stdout] --> src/font_face.rs:213:10 [INFO] [stdout] | [INFO] [stdout] 213 | ) -> DWRITE_RENDERING_MODE { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_RENDERING_MODE` in this scope [INFO] [stdout] --> src/font_face.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | let mut render_mode: DWRITE_RENDERING_MODE = DWRITE_RENDERING_MODE_DEFAULT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:60:40 [INFO] [stdout] | [INFO] [stdout] 60 | unknown_this: *mut IUnknown, [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_RENDERING_MODE_DEFAULT` in this scope [INFO] [stdout] --> src/font_face.rs:215:58 [INFO] [stdout] | [INFO] [stdout] 215 | let mut render_mode: DWRITE_RENDERING_MODE = DWRITE_RENDERING_MODE_DEFAULT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `REFIID` in this scope [INFO] [stdout] --> src/com_helpers.rs:61:27 [INFO] [stdout] | [INFO] [stdout] 61 | riid: REFIID, [INFO] [stdout] | ^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_RENDERING_MODE_NATURAL_SYMMETRIC` in this scope [INFO] [stdout] --> src/font_face.rs:225:24 [INFO] [stdout] | [INFO] [stdout] 225 | return DWRITE_RENDERING_MODE_NATURAL_SYMMETRIC; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_MEASURING_MODE` in this scope [INFO] [stdout] --> src/font_face.rs:236:23 [INFO] [stdout] | [INFO] [stdout] 236 | measure_mode: DWRITE_MEASURING_MODE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_RENDERING_MODE` in this scope [INFO] [stdout] --> src/font_face.rs:237:10 [INFO] [stdout] | [INFO] [stdout] 237 | ) -> DWRITE_RENDERING_MODE { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/com_helpers.rs:63:22 [INFO] [stdout] | [INFO] [stdout] 63 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_GLYPH_OFFSET` in this scope [INFO] [stdout] --> src/font_face.rs:251:33 [INFO] [stdout] | [INFO] [stdout] 36 | impl FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 251 | glyph_offsets: Option<&[DWRITE_GLYPH_OFFSET]>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/com_helpers.rs:81:28 [INFO] [stdout] | [INFO] [stdout] 81 | return S_OK; [INFO] [stdout] | ^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/font_face.rs:271:48 [INFO] [stdout] | [INFO] [stdout] 271 | let is_sideways = if is_sideways { TRUE } else { FALSE }; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/font_face.rs:271:62 [INFO] [stdout] | [INFO] [stdout] 271 | let is_sideways = if is_sideways { TRUE } else { FALSE }; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:88:58 [INFO] [stdout] | [INFO] [stdout] 88 | unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/font_face.rs:272:58 [INFO] [stdout] | [INFO] [stdout] 272 | let is_right_to_left = if is_right_to_left { TRUE } else { FALSE }; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:88:71 [INFO] [stdout] | [INFO] [stdout] 88 | unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/font_face.rs:272:72 [INFO] [stdout] | [INFO] [stdout] 272 | let is_right_to_left = if is_right_to_left { TRUE } else { FALSE }; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_face.rs:285:28 [INFO] [stdout] | [INFO] [stdout] 285 | assert_eq!(hr, S_OK); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:95:59 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFace5` in this scope [INFO] [stdout] --> src/font_face.rs:311:49 [INFO] [stdout] | [INFO] [stdout] 36 | impl FontFace { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 311 | unsafe fn get_face5(&self) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:95:72 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/font_face.rs:321:57 [INFO] [stdout] | [INFO] [stdout] 321 | Some(face5) => face5.HasVariations() == TRUE, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:29:25 [INFO] [stdout] | [INFO] [stdout] 23 | struct FontFileLoader; [INFO] [stdout] | ---------------------- similarly named struct `FontFileLoader` defined here [INFO] [stdout] ... [INFO] [stdout] 29 | _This: *mut IDWriteFontFileLoader, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileLoader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:31:39 [INFO] [stdout] | [INFO] [stdout] 31 | fontFileReferenceKeySize: UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_SIMULATIONS` in this scope [INFO] [stdout] --> src/font_face.rs:329:22 [INFO] [stdout] | [INFO] [stdout] 329 | simulations: DWRITE_FONT_SIMULATIONS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:32:39 [INFO] [stdout] | [INFO] [stdout] 32 | fontFileStream: *mut *mut IDWriteFontFileStream, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream` [INFO] [stdout] ... [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- similarly named struct `FontFileStream` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:33:14 [INFO] [stdout] | [INFO] [stdout] 33 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_AXIS_VALUE` in this scope [INFO] [stdout] --> src/font_face.rs:330:24 [INFO] [stdout] | [INFO] [stdout] 330 | axis_values: &[DWRITE_FONT_AXIS_VALUE], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `E_INVALIDARG` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | return E_INVALIDARG; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontResource` in this scope [INFO] [stdout] --> src/font_face.rs:334:40 [INFO] [stdout] | [INFO] [stdout] 334 | let mut resource: *mut IDWriteFontResource = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_face.rs:336:26 [INFO] [stdout] | [INFO] [stdout] 336 | if hr == S_OK && !resource.is_null() { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:37:76 [INFO] [stdout] | [INFO] [stdout] 37 | assert!(fontFileReferenceKeySize == mem::size_of::() as UINT32); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFace5` in this scope [INFO] [stdout] --> src/font_face.rs:338:44 [INFO] [stdout] | [INFO] [stdout] 338 | let mut var_face: *mut IDWriteFontFace5 = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_face.rs:345:30 [INFO] [stdout] | [INFO] [stdout] 345 | if hr == S_OK && !var_face.is_null() { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFallback` in this scope [INFO] [stdout] --> src/font_fallback.rs:13:31 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct FontFallback { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 13 | native: UnsafeCell>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFactory2` in this scope [INFO] [stdout] --> src/font_fallback.rs:29:41 [INFO] [stdout] | [INFO] [stdout] 25 | impl FontFallback { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 29 | let factory2: Option> = factory.cast().ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFallback` in this scope [INFO] [stdout] --> src/font_fallback.rs:39:32 [INFO] [stdout] | [INFO] [stdout] 25 | impl FontFallback { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 39 | pub fn take(native: ComPtr) -> FontFallback { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFallback` in this scope [INFO] [stdout] --> src/font_fallback.rs:46:41 [INFO] [stdout] | [INFO] [stdout] 46 | pub unsafe fn as_ptr(&self) -> *mut IDWriteFontFallback { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFamily` in this scope [INFO] [stdout] --> src/font_family.rs:15:31 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct FontFamily { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 15 | native: UnsafeCell>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFamily` in this scope [INFO] [stdout] --> src/font_family.rs:19:32 [INFO] [stdout] | [INFO] [stdout] 18 | impl FontFamily { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 19 | pub fn take(native: ComPtr) -> FontFamily { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFamily` in this scope [INFO] [stdout] --> src/font_family.rs:25:41 [INFO] [stdout] | [INFO] [stdout] 25 | pub unsafe fn as_ptr(&self) -> *mut IDWriteFontFamily { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteLocalizedStrings` in this scope [INFO] [stdout] --> src/font_family.rs:31:40 [INFO] [stdout] | [INFO] [stdout] 31 | let mut family_names: *mut IDWriteLocalizedStrings = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFont` in this scope [INFO] [stdout] --> src/font_family.rs:46:32 [INFO] [stdout] | [INFO] [stdout] 46 | let mut font: *mut IDWriteFont = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollection` in this scope [INFO] [stdout] --> src/font_family.rs:60:38 [INFO] [stdout] | [INFO] [stdout] 60 | let mut collection: *mut IDWriteFontCollection = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontCollection` [INFO] [stdout] | [INFO] [stdout] ::: src/font_collection.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | pub struct FontCollection { [INFO] [stdout] | ------------------------- similarly named struct `FontCollection` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `E_FAIL` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:42:28 [INFO] [stdout] | [INFO] [stdout] 42 | return E_FAIL; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFont` in this scope [INFO] [stdout] --> src/font_family.rs:73:32 [INFO] [stdout] | [INFO] [stdout] 73 | let mut font: *mut IDWriteFont = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 23 | struct FontFileLoader; [INFO] [stdout] | ---------------------- similarly named struct `FontFileLoader` defined here [INFO] [stdout] ... [INFO] [stdout] 57 | impl Com for FontFileLoader { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 57 | impl Com for FontFileLoader { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 57 | impl Com for FontFileLoader { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileLoaderVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | type Vtbl = IDWriteFontFileLoaderVtbl; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_file.rs:26:31 [INFO] [stdout] | [INFO] [stdout] 25 | pub struct FontFile { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 26 | native: UnsafeCell>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileLoaderVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:59:27 [INFO] [stdout] | [INFO] [stdout] 59 | fn vtbl() -> &'static IDWriteFontFileLoaderVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | impl Com for FontFileLoader { [INFO] [stdout] | - ^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:65:17 [INFO] [stdout] | [INFO] [stdout] 65 | type Vtbl = IUnknownVtbl; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:66:27 [INFO] [stdout] | [INFO] [stdout] 66 | fn vtbl() -> &'static IUnknownVtbl { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStreamVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:86:36 [INFO] [stdout] | [INFO] [stdout] 86 | const FontFileStreamVtbl: &'static IDWriteFontFileStreamVtbl = &IDWriteFontFileStreamVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IDWriteFontFileStreamVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:86:65 [INFO] [stdout] | [INFO] [stdout] 86 | const FontFileStreamVtbl: &'static IDWriteFontFileStreamVtbl = &IDWriteFontFileStreamVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/com_helpers.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | IUnknownVtbl { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:9:40 [INFO] [stdout] | [INFO] [stdout] 9 | unknown_this: *mut IUnknown, [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `REFIID` in this scope [INFO] [stdout] --> src/com_helpers.rs:10:27 [INFO] [stdout] | [INFO] [stdout] 10 | riid: REFIID, [INFO] [stdout] | ^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/com_helpers.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/com_helpers.rs:30:28 [INFO] [stdout] | [INFO] [stdout] 30 | return S_OK; [INFO] [stdout] | ^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:35:69 [INFO] [stdout] | [INFO] [stdout] 35 | unsafe extern "system" fn AddRef(unknown_this: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file.rs:27:38 [INFO] [stdout] | [INFO] [stdout] 25 | pub struct FontFile { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 26 | native: UnsafeCell>, [INFO] [stdout] 27 | stream: UnsafeCell>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_FACE_TYPE` in this scope [INFO] [stdout] --> src/font_file.rs:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | face_type: DWRITE_FONT_FACE_TYPE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:35:82 [INFO] [stdout] | [INFO] [stdout] 35 | unsafe extern "system" fn AddRef(unknown_this: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_file.rs:41:37 [INFO] [stdout] | [INFO] [stdout] 41 | let mut font_file: *mut IDWriteFontFile = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_FONT_FACE_TYPE_UNKNOWN` in this scope [INFO] [stdout] --> src/font_file.rs:55:28 [INFO] [stdout] | [INFO] [stdout] 55 | face_type: DWRITE_FONT_FACE_TYPE_UNKNOWN, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_FONT_FACE_TYPE_UNKNOWN` in this scope [INFO] [stdout] --> src/font_file.rs:73:24 [INFO] [stdout] | [INFO] [stdout] 73 | face_type: DWRITE_FONT_FACE_TYPE_UNKNOWN, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_FONT_FACE_TYPE_UNKNOWN` in this scope [INFO] [stdout] --> src/font_file.rs:90:24 [INFO] [stdout] | [INFO] [stdout] 90 | face_type: DWRITE_FONT_FACE_TYPE_UNKNOWN, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_FONT_FACE_TYPE_UNKNOWN` in this scope [INFO] [stdout] --> src/font_file.rs:97:29 [INFO] [stdout] | [INFO] [stdout] 97 | let mut face_type = DWRITE_FONT_FACE_TYPE_UNKNOWN; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | count as ULONG [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_FONT_FILE_TYPE_UNKNOWN` in this scope [INFO] [stdout] --> src/font_file.rs:101:34 [INFO] [stdout] | [INFO] [stdout] 101 | let mut _file_type = DWRITE_FONT_FILE_TYPE_UNKNOWN; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_file.rs:117:32 [INFO] [stdout] | [INFO] [stdout] 32 | impl FontFile { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 117 | pub fn take(native: ComPtr) -> FontFile { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_FONT_FACE_TYPE_UNKNOWN` in this scope [INFO] [stdout] --> src/font_file.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | face_type: DWRITE_FONT_FACE_TYPE_UNKNOWN, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_file.rs:136:54 [INFO] [stdout] | [INFO] [stdout] 32 | impl FontFile { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 136 | pub(crate) unsafe fn as_com_ptr(&self) -> ComPtr { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:43:70 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe extern "system" fn Release(unknown_this: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope [INFO] [stdout] --> src/font_file.rs:150:34 [INFO] [stdout] | [INFO] [stdout] 150 | let mut loader: *mut IDWriteFontFileLoader = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file.rs:155:34 [INFO] [stdout] | [INFO] [stdout] 155 | let mut stream: *mut IDWriteFontFileStream = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope [INFO] [stdout] --> src/font_file.rs:188:34 [INFO] [stdout] | [INFO] [stdout] 188 | let mut loader: *mut IDWriteFontFileLoader = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteLocalFontFileLoader` in this scope [INFO] [stdout] --> src/font_file.rs:193:38 [INFO] [stdout] | [INFO] [stdout] 32 | impl FontFile { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 193 | let local_loader: ComPtr = match loader.cast() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:43:83 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe extern "system" fn Release(unknown_this: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FONT_SIMULATIONS` in this scope [INFO] [stdout] --> src/font_file.rs:223:22 [INFO] [stdout] | [INFO] [stdout] 223 | simulations: DWRITE_FONT_SIMULATIONS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/font_file.rs:224:27 [INFO] [stdout] | [INFO] [stdout] 32 | impl FontFile { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 224 | ) -> Result { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFace` in this scope [INFO] [stdout] --> src/font_file.rs:226:32 [INFO] [stdout] | [INFO] [stdout] 226 | let mut face: *mut IDWriteFontFace = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:87:33 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- similarly named struct `FontFileStream` defined here [INFO] [stdout] ... [INFO] [stdout] 87 | parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:49:30 [INFO] [stdout] | [INFO] [stdout] 49 | count as ULONG [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteGdiInterop` in this scope [INFO] [stdout] --> src/gdi_interop.rs:14:31 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct GdiInterop { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 14 | native: UnsafeCell>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:90:24 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- similarly named struct `FontFileStream` defined here [INFO] [stdout] ... [INFO] [stdout] 90 | This: *mut IDWriteFontFileStream, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT64` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:92:25 [INFO] [stdout] | [INFO] [stdout] 92 | fileOffset: UINT64, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteGdiInterop` in this scope [INFO] [stdout] --> src/gdi_interop.rs:20:34 [INFO] [stdout] | [INFO] [stdout] 20 | let mut native: *mut IDWriteGdiInterop = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT64` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:93:27 [INFO] [stdout] | [INFO] [stdout] 93 | fragmentSize: UINT64, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:95:14 [INFO] [stdout] | [INFO] [stdout] 95 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `E_INVALIDARG` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | return E_INVALIDARG; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 103 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteGdiInterop` in this scope [INFO] [stdout] --> src/gdi_interop.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 17 | impl GdiInterop { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 27 | pub fn take(native: ComPtr) -> GdiInterop { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:109:25 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- similarly named struct `FontFileStream` defined here [INFO] [stdout] ... [INFO] [stdout] 109 | _This: *mut IDWriteFontFileStream, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteBitmapRenderTarget` in this scope [INFO] [stdout] --> src/gdi_interop.rs:35:34 [INFO] [stdout] | [INFO] [stdout] 35 | let mut native: *mut IDWriteBitmapRenderTarget = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `BitmapRenderTarget` [INFO] [stdout] | [INFO] [stdout] ::: src/bitmap_render_target.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct BitmapRenderTarget { [INFO] [stdout] | ----------------------------- similarly named struct `BitmapRenderTarget` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:117:24 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- similarly named struct `FontFileStream` defined here [INFO] [stdout] ... [INFO] [stdout] 117 | This: *mut IDWriteFontFileStream, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope [INFO] [stdout] --> src/rendering_params.rs:13:31 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct RenderingParams { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 13 | native: UnsafeCell>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT64` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 118 | fileSize: *mut UINT64, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope [INFO] [stdout] --> src/rendering_params.rs:19:34 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct RenderingParams { [INFO] [stdout] | -------------------------- similarly named struct `RenderingParams` defined here [INFO] [stdout] ... [INFO] [stdout] 19 | let mut native: *mut IDWriteRenderingParams = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `RenderingParams` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope [INFO] [stdout] --> src/rendering_params.rs:26:32 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct RenderingParams { [INFO] [stdout] | -------------------------- similarly named struct `RenderingParams` defined here [INFO] [stdout] ... [INFO] [stdout] 26 | pub fn take(native: ComPtr) -> RenderingParams { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 26 | pub fn take(native: ComPtr) -> RenderingParams { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 16 | impl RenderingParams { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope [INFO] [stdout] --> src/rendering_params.rs:32:41 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct RenderingParams { [INFO] [stdout] | -------------------------- similarly named struct `RenderingParams` defined here [INFO] [stdout] ... [INFO] [stdout] 32 | pub unsafe fn as_ptr(&self) -> *mut IDWriteRenderingParams { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `RenderingParams` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope [INFO] [stdout] --> src/text_analysis_source.rs:15:20 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct TextAnalysisSource<'a> { [INFO] [stdout] | - help: you might be missing a type parameter: `, IDWriteTextAnalysisSource` [INFO] [stdout] 15 | native: ComPtr, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope [INFO] [stdout] --> src/text_analysis_source.rs:60:34 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct TextAnalysisSource<'a> { [INFO] [stdout] | --------------------------------- similarly named struct `TextAnalysisSource` defined here [INFO] [stdout] ... [INFO] [stdout] 60 | pub fn as_ptr(&self) -> *mut IDWriteTextAnalysisSource { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `TextAnalysisSource` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteGlyphRunAnalysis` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:20:31 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct GlyphRunAnalysis { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 20 | native: UnsafeCell>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_GLYPH_RUN` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:25:21 [INFO] [stdout] | [INFO] [stdout] 25 | glyph_run: &DWRITE_GLYPH_RUN, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_MATRIX` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:27:27 [INFO] [stdout] | [INFO] [stdout] 23 | impl GlyphRunAnalysis { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 27 | transform: Option, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_RENDERING_MODE` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:28:25 [INFO] [stdout] | [INFO] [stdout] 28 | rendering_mode: DWRITE_RENDERING_MODE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_MEASURING_MODE` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:29:25 [INFO] [stdout] | [INFO] [stdout] 29 | measuring_mode: DWRITE_MEASURING_MODE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:32:35 [INFO] [stdout] | [INFO] [stdout] 23 | impl GlyphRunAnalysis { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 32 | ) -> Result { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteGlyphRunAnalysis` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:34:34 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct GlyphRunAnalysis { [INFO] [stdout] | --------------------------- similarly named struct `GlyphRunAnalysis` defined here [INFO] [stdout] ... [INFO] [stdout] 34 | let mut native: *mut IDWriteGlyphRunAnalysis = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `GlyphRunAnalysis` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_GLYPH_RUN` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:36:37 [INFO] [stdout] | [INFO] [stdout] 36 | glyph_run as *const DWRITE_GLYPH_RUN, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:119:14 [INFO] [stdout] | [INFO] [stdout] 119 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteGlyphRunAnalysis` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:56:32 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct GlyphRunAnalysis { [INFO] [stdout] | --------------------------- similarly named struct `GlyphRunAnalysis` defined here [INFO] [stdout] ... [INFO] [stdout] 56 | pub fn take(native: ComPtr) -> GlyphRunAnalysis { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 56 | pub fn take(native: ComPtr) -> GlyphRunAnalysis { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 23 | impl GlyphRunAnalysis { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT64` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:121:44 [INFO] [stdout] | [INFO] [stdout] 121 | *fileSize = this.data.len() as UINT64; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:128:25 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- similarly named struct `FontFileStream` defined here [INFO] [stdout] ... [INFO] [stdout] 128 | _This: *mut IDWriteFontFileStream, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_TEXTURE_TYPE` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:64:23 [INFO] [stdout] | [INFO] [stdout] 64 | texture_type: DWRITE_TEXTURE_TYPE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT64` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:129:34 [INFO] [stdout] | [INFO] [stdout] 129 | _lastWriteTime: *mut UINT64, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:130:14 [INFO] [stdout] | [INFO] [stdout] 130 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `E_NOTIMPL` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:131:13 [INFO] [stdout] | [INFO] [stdout] 131 | E_NOTIMPL [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:65:17 [INFO] [stdout] | [INFO] [stdout] 23 | impl GlyphRunAnalysis { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 65 | ) -> Result { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- similarly named struct `FontFileStream` defined here [INFO] [stdout] ... [INFO] [stdout] 153 | impl Com for FontFileStream { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 153 | impl Com for FontFileStream { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 153 | impl Com for FontFileStream { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStreamVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:154:17 [INFO] [stdout] | [INFO] [stdout] 154 | type Vtbl = IDWriteFontFileStreamVtbl; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStreamVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:155:27 [INFO] [stdout] | [INFO] [stdout] 155 | fn vtbl() -> &'static IDWriteFontFileStreamVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | impl Com for FontFileStream { [INFO] [stdout] | - ^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:161:17 [INFO] [stdout] | [INFO] [stdout] 161 | type Vtbl = IUnknownVtbl; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 23 | impl GlyphRunAnalysis { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 65 | ) -> Result { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:162:27 [INFO] [stdout] | [INFO] [stdout] 162 | fn vtbl() -> &'static IUnknownVtbl { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:167:31 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- similarly named struct `FontFileStream` defined here [INFO] [stdout] ... [INFO] [stdout] 167 | struct FontFileStreamPtr(*mut IDWriteFontFileStream); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:67:27 [INFO] [stdout] | [INFO] [stdout] 67 | let mut rect: RECT = mem::zeroed(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:174:37 [INFO] [stdout] | [INFO] [stdout] 23 | struct FontFileLoader; [INFO] [stdout] | ---------------------- similarly named struct `FontFileLoader` defined here [INFO] [stdout] ... [INFO] [stdout] 174 | struct FontFileLoaderWrapper(ComPtr); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 174 | struct FontFileLoaderWrapper(ComPtr); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 174 | struct FontFileLoaderWrapper(ComPtr); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:185:32 [INFO] [stdout] | [INFO] [stdout] 23 | struct FontFileLoader; [INFO] [stdout] | ---------------------- similarly named struct `FontFileLoader` defined here [INFO] [stdout] ... [INFO] [stdout] 185 | let ffl = ComPtr::::from_raw(ffl_native.into_interface()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileLoader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:199:16 [INFO] [stdout] | [INFO] [stdout] 195 | impl DataFontHelper { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 199 | ComPtr, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_TEXTURE_TYPE` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:81:23 [INFO] [stdout] | [INFO] [stdout] 81 | texture_type: DWRITE_TEXTURE_TYPE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:200:16 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- similarly named struct `FontFileStream` defined here [INFO] [stdout] ... [INFO] [stdout] 200 | ComPtr, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 200 | ComPtr, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 195 | impl DataFontHelper { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:206:42 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- similarly named struct `FontFileStream` defined here [INFO] [stdout] ... [INFO] [stdout] 206 | let font_file_stream: ComPtr = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 206 | let font_file_stream: ComPtr = [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 195 | impl DataFontHelper { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:82:15 [INFO] [stdout] | [INFO] [stdout] 82 | rect: RECT, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:214:37 [INFO] [stdout] | [INFO] [stdout] 214 | let mut font_file: *mut IDWriteFontFile = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:219:48 [INFO] [stdout] | [INFO] [stdout] 219 | mem::size_of::() as UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:223:31 [INFO] [stdout] | [INFO] [stdout] 223 | assert!(hr == S_OK); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/glyph_run_analysis.rs:83:26 [INFO] [stdout] | [INFO] [stdout] 23 | impl GlyphRunAnalysis { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 83 | ) -> Result, HRESULT> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollectionLoaderVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:26:37 [INFO] [stdout] | [INFO] [stdout] 26 | static FONT_COLLECTION_LOADER_VTBL: IDWriteFontCollectionLoaderVtbl = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `CustomFontCollectionLoaderImpl` [INFO] [stdout] ... [INFO] [stdout] 34 | pub struct CustomFontCollectionLoaderImpl { [INFO] [stdout] | ----------------------------------------- similarly named struct `CustomFontCollectionLoaderImpl` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IDWriteFontCollectionLoaderVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | IDWriteFontCollectionLoaderVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `CustomFontCollectionLoaderImpl` [INFO] [stdout] ... [INFO] [stdout] 34 | pub struct CustomFontCollectionLoaderImpl { [INFO] [stdout] | ----------------------------------------- similarly named struct `CustomFontCollectionLoaderImpl` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/com_helpers.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | IUnknownVtbl { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileLoaderVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:25:36 [INFO] [stdout] | [INFO] [stdout] 25 | const FontFileLoaderVtbl: &'static IDWriteFontFileLoaderVtbl = &IDWriteFontFileLoaderVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IDWriteFontFileLoaderVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:25:65 [INFO] [stdout] | [INFO] [stdout] 25 | const FontFileLoaderVtbl: &'static IDWriteFontFileLoaderVtbl = &IDWriteFontFileLoaderVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:60:40 [INFO] [stdout] | [INFO] [stdout] 60 | unknown_this: *mut IUnknown, [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/com_helpers.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | IUnknownVtbl { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `REFIID` in this scope [INFO] [stdout] --> src/com_helpers.rs:61:27 [INFO] [stdout] | [INFO] [stdout] 61 | riid: REFIID, [INFO] [stdout] | ^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:60:40 [INFO] [stdout] | [INFO] [stdout] 60 | unknown_this: *mut IUnknown, [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/com_helpers.rs:63:22 [INFO] [stdout] | [INFO] [stdout] 63 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `REFIID` in this scope [INFO] [stdout] --> src/com_helpers.rs:61:27 [INFO] [stdout] | [INFO] [stdout] 61 | riid: REFIID, [INFO] [stdout] | ^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/com_helpers.rs:81:28 [INFO] [stdout] | [INFO] [stdout] 81 | return S_OK; [INFO] [stdout] | ^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/com_helpers.rs:63:22 [INFO] [stdout] | [INFO] [stdout] 63 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/com_helpers.rs:81:28 [INFO] [stdout] | [INFO] [stdout] 81 | return S_OK; [INFO] [stdout] | ^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:88:58 [INFO] [stdout] | [INFO] [stdout] 88 | unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:88:58 [INFO] [stdout] | [INFO] [stdout] 88 | unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:88:71 [INFO] [stdout] | [INFO] [stdout] 88 | unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:88:71 [INFO] [stdout] | [INFO] [stdout] 88 | unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:95:59 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:95:72 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:95:59 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct CustomFontCollectionLoaderImpl { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 37 | font_files: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollectionLoader` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | impl Com for CustomFontCollectionLoaderImpl { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:95:72 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollectionLoaderVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:41:17 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct CustomFontCollectionLoaderImpl { [INFO] [stdout] | ----------------------------------------- similarly named struct `CustomFontCollectionLoaderImpl` defined here [INFO] [stdout] ... [INFO] [stdout] 41 | type Vtbl = IDWriteFontCollectionLoaderVtbl; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `CustomFontCollectionLoaderImpl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollectionLoaderVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:43:27 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct CustomFontCollectionLoaderImpl { [INFO] [stdout] | ----------------------------------------- similarly named struct `CustomFontCollectionLoaderImpl` defined here [INFO] [stdout] ... [INFO] [stdout] 43 | fn vtbl() -> &'static IDWriteFontCollectionLoaderVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `CustomFontCollectionLoaderImpl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:29:25 [INFO] [stdout] | [INFO] [stdout] 23 | struct FontFileLoader; [INFO] [stdout] | ---------------------- similarly named struct `FontFileLoader` defined here [INFO] [stdout] ... [INFO] [stdout] 29 | _This: *mut IDWriteFontFileLoader, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileLoader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:31:39 [INFO] [stdout] | [INFO] [stdout] 31 | fontFileReferenceKeySize: UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:48:10 [INFO] [stdout] | [INFO] [stdout] 48 | impl Com for CustomFontCollectionLoaderImpl { [INFO] [stdout] | - ^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | type Vtbl = IUnknownVtbl; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:32:39 [INFO] [stdout] | [INFO] [stdout] 32 | fontFileStream: *mut *mut IDWriteFontFileStream, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream` [INFO] [stdout] ... [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- similarly named struct `FontFileStream` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:51:27 [INFO] [stdout] | [INFO] [stdout] 51 | fn vtbl() -> &'static IUnknownVtbl { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:33:14 [INFO] [stdout] | [INFO] [stdout] 33 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `E_INVALIDARG` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | return E_INVALIDARG; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollectionLoader` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:57:51 [INFO] [stdout] | [INFO] [stdout] 56 | impl CustomFontCollectionLoaderImpl { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 57 | pub fn new(font_files: &[FontFile]) -> ComPtr { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:37:76 [INFO] [stdout] | [INFO] [stdout] 37 | assert!(fontFileReferenceKeySize == mem::size_of::() as UINT32); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollectionLoader` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:72:16 [INFO] [stdout] | [INFO] [stdout] 72 | this: *mut IDWriteFontCollectionLoader, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `E_FAIL` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:42:28 [INFO] [stdout] | [INFO] [stdout] 42 | return E_FAIL; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFactory` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:73:13 [INFO] [stdout] | [INFO] [stdout] 73 | _: *mut IDWriteFactory, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileEnumerator` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:76:31 [INFO] [stdout] | [INFO] [stdout] 76 | out_enumerator: *mut *mut IDWriteFontFileEnumerator, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:77:6 [INFO] [stdout] | [INFO] [stdout] 77 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 23 | struct FontFileLoader; [INFO] [stdout] | ---------------------- similarly named struct `FontFileLoader` defined here [INFO] [stdout] ... [INFO] [stdout] 57 | impl Com for FontFileLoader { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 57 | impl Com for FontFileLoader { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 57 | impl Com for FontFileLoader { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileEnumerator` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:80:31 [INFO] [stdout] | [INFO] [stdout] 71 | unsafe extern "system" fn CustomFontCollectionLoaderImpl_CreateEnumeratorFromKey( [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 80 | let enumerator = ComPtr::::from_raw(enumerator.into_interface()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileLoaderVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | type Vtbl = IDWriteFontFileLoaderVtbl; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileLoaderVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:59:27 [INFO] [stdout] | [INFO] [stdout] 59 | fn vtbl() -> &'static IDWriteFontFileLoaderVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:90:28 [INFO] [stdout] | [INFO] [stdout] 87 | struct CustomFontFileEnumeratorImpl { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 90 | font_files: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | impl Com for FontFileLoader { [INFO] [stdout] | - ^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileEnumerator` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:94:10 [INFO] [stdout] | [INFO] [stdout] 94 | impl Com for CustomFontFileEnumeratorImpl { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:65:17 [INFO] [stdout] | [INFO] [stdout] 65 | type Vtbl = IUnknownVtbl; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileEnumeratorVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:95:17 [INFO] [stdout] | [INFO] [stdout] 95 | type Vtbl = IDWriteFontFileEnumeratorVtbl; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:66:27 [INFO] [stdout] | [INFO] [stdout] 66 | fn vtbl() -> &'static IUnknownVtbl { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileEnumeratorVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:97:27 [INFO] [stdout] | [INFO] [stdout] 97 | fn vtbl() -> &'static IDWriteFontFileEnumeratorVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStreamVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:86:36 [INFO] [stdout] | [INFO] [stdout] 86 | const FontFileStreamVtbl: &'static IDWriteFontFileStreamVtbl = &IDWriteFontFileStreamVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:102:10 [INFO] [stdout] | [INFO] [stdout] 102 | impl Com for CustomFontFileEnumeratorImpl { [INFO] [stdout] | - ^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IDWriteFontFileStreamVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:86:65 [INFO] [stdout] | [INFO] [stdout] 86 | const FontFileStreamVtbl: &'static IDWriteFontFileStreamVtbl = &IDWriteFontFileStreamVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:103:17 [INFO] [stdout] | [INFO] [stdout] 103 | type Vtbl = IUnknownVtbl; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:105:27 [INFO] [stdout] | [INFO] [stdout] 105 | fn vtbl() -> &'static IUnknownVtbl { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/com_helpers.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | IUnknownVtbl { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileEnumeratorVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | static FONT_FILE_ENUMERATOR_VTBL: IDWriteFontFileEnumeratorVtbl = IDWriteFontFileEnumeratorVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IDWriteFontFileEnumeratorVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:110:67 [INFO] [stdout] | [INFO] [stdout] 110 | static FONT_FILE_ENUMERATOR_VTBL: IDWriteFontFileEnumeratorVtbl = IDWriteFontFileEnumeratorVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:9:40 [INFO] [stdout] | [INFO] [stdout] 9 | unknown_this: *mut IUnknown, [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `REFIID` in this scope [INFO] [stdout] --> src/com_helpers.rs:10:27 [INFO] [stdout] | [INFO] [stdout] 10 | riid: REFIID, [INFO] [stdout] | ^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/com_helpers.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | IUnknownVtbl { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/com_helpers.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:60:40 [INFO] [stdout] | [INFO] [stdout] 60 | unknown_this: *mut IUnknown, [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `REFIID` in this scope [INFO] [stdout] --> src/com_helpers.rs:61:27 [INFO] [stdout] | [INFO] [stdout] 61 | riid: REFIID, [INFO] [stdout] | ^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/com_helpers.rs:30:28 [INFO] [stdout] | [INFO] [stdout] 30 | return S_OK; [INFO] [stdout] | ^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/com_helpers.rs:63:22 [INFO] [stdout] | [INFO] [stdout] 63 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/com_helpers.rs:81:28 [INFO] [stdout] | [INFO] [stdout] 81 | return S_OK; [INFO] [stdout] | ^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:88:58 [INFO] [stdout] | [INFO] [stdout] 88 | unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:88:71 [INFO] [stdout] | [INFO] [stdout] 88 | unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:95:59 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:35:69 [INFO] [stdout] | [INFO] [stdout] 35 | unsafe extern "system" fn AddRef(unknown_this: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:95:72 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:35:82 [INFO] [stdout] | [INFO] [stdout] 35 | unsafe extern "system" fn AddRef(unknown_this: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:117:39 [INFO] [stdout] | [INFO] [stdout] 116 | impl CustomFontFileEnumeratorImpl { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 117 | pub fn new(font_files: Vec>) -> CustomFontFileEnumeratorImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileEnumerator` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:128:16 [INFO] [stdout] | [INFO] [stdout] 128 | this: *mut IDWriteFontFileEnumerator, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | count as ULONG [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:129:30 [INFO] [stdout] | [INFO] [stdout] 129 | out_font_file: *mut *mut IDWriteFontFile, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:43:70 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe extern "system" fn Release(unknown_this: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:130:6 [INFO] [stdout] | [INFO] [stdout] 130 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:43:83 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe extern "system" fn Release(unknown_this: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:87:33 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- similarly named struct `FontFileStream` defined here [INFO] [stdout] ... [INFO] [stdout] 87 | parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `E_INVALIDARG` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:133:16 [INFO] [stdout] | [INFO] [stdout] 133 | return E_INVALIDARG; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:49:30 [INFO] [stdout] | [INFO] [stdout] 49 | count as ULONG [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:90:24 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- similarly named struct `FontFileStream` defined here [INFO] [stdout] ... [INFO] [stdout] 90 | This: *mut IDWriteFontFileStream, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT64` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:92:25 [INFO] [stdout] | [INFO] [stdout] 92 | fileOffset: UINT64, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT64` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:93:27 [INFO] [stdout] | [INFO] [stdout] 93 | fragmentSize: UINT64, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:95:14 [INFO] [stdout] | [INFO] [stdout] 95 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `E_INVALIDARG` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | return E_INVALIDARG; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileEnumerator` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:143:16 [INFO] [stdout] | [INFO] [stdout] 143 | this: *mut IDWriteFontFileEnumerator, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 103 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BOOL` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:144:28 [INFO] [stdout] | [INFO] [stdout] 144 | has_current_file: *mut BOOL, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:109:25 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- similarly named struct `FontFileStream` defined here [INFO] [stdout] ... [INFO] [stdout] 109 | _This: *mut IDWriteFontFileStream, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:145:6 [INFO] [stdout] | [INFO] [stdout] 145 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:117:24 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- similarly named struct `FontFileStream` defined here [INFO] [stdout] ... [INFO] [stdout] 117 | This: *mut IDWriteFontFileStream, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:152:9 [INFO] [stdout] | [INFO] [stdout] 152 | TRUE [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT64` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 118 | fileSize: *mut UINT64, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:119:14 [INFO] [stdout] | [INFO] [stdout] 119 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:154:9 [INFO] [stdout] | [INFO] [stdout] 154 | FALSE [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT64` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:121:44 [INFO] [stdout] | [INFO] [stdout] 121 | *fileSize = this.data.len() as UINT64; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_READING_DIRECTION` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:44:50 [INFO] [stdout] | [INFO] [stdout] 44 | fn get_paragraph_reading_direction(&self) -> DWRITE_READING_DIRECTION; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:128:25 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- similarly named struct `FontFileStream` defined here [INFO] [stdout] ... [INFO] [stdout] 128 | _This: *mut IDWriteFontFileStream, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LOCALE_NAME_MAX_LENGTH` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | locale_buf: [wchar_t; LOCALE_NAME_MAX_LENGTH], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT64` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:129:34 [INFO] [stdout] | [INFO] [stdout] 129 | _lastWriteTime: *mut UINT64, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteNumberSubstitution` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:59:20 [INFO] [stdout] | [INFO] [stdout] 58 | pub struct NumberSubstitution { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 59 | native: ComPtr, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:130:14 [INFO] [stdout] | [INFO] [stdout] 130 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `E_NOTIMPL` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:131:13 [INFO] [stdout] | [INFO] [stdout] 131 | E_NOTIMPL [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteTextAnalysisSourceVtbl` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:64:35 [INFO] [stdout] | [INFO] [stdout] 64 | static TEXT_ANALYSIS_SOURCE_VTBL: IDWriteTextAnalysisSourceVtbl = IDWriteTextAnalysisSourceVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IDWriteTextAnalysisSourceVtbl` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:64:67 [INFO] [stdout] | [INFO] [stdout] 64 | static TEXT_ANALYSIS_SOURCE_VTBL: IDWriteTextAnalysisSourceVtbl = IDWriteTextAnalysisSourceVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- similarly named struct `FontFileStream` defined here [INFO] [stdout] ... [INFO] [stdout] 153 | impl Com for FontFileStream { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 153 | impl Com for FontFileStream { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 153 | impl Com for FontFileStream { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStreamVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:154:17 [INFO] [stdout] | [INFO] [stdout] 154 | type Vtbl = IDWriteFontFileStreamVtbl; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/com_helpers.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | IUnknownVtbl { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStreamVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:155:27 [INFO] [stdout] | [INFO] [stdout] 155 | fn vtbl() -> &'static IDWriteFontFileStreamVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | impl Com for FontFileStream { [INFO] [stdout] | - ^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:60:40 [INFO] [stdout] | [INFO] [stdout] 60 | unknown_this: *mut IUnknown, [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:161:17 [INFO] [stdout] | [INFO] [stdout] 161 | type Vtbl = IUnknownVtbl; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:162:27 [INFO] [stdout] | [INFO] [stdout] 162 | fn vtbl() -> &'static IUnknownVtbl { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:167:31 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- similarly named struct `FontFileStream` defined here [INFO] [stdout] ... [INFO] [stdout] 167 | struct FontFileStreamPtr(*mut IDWriteFontFileStream); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileStream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:174:37 [INFO] [stdout] | [INFO] [stdout] 23 | struct FontFileLoader; [INFO] [stdout] | ---------------------- similarly named struct `FontFileLoader` defined here [INFO] [stdout] ... [INFO] [stdout] 174 | struct FontFileLoaderWrapper(ComPtr); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 174 | struct FontFileLoaderWrapper(ComPtr); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 174 | struct FontFileLoaderWrapper(ComPtr); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `REFIID` in this scope [INFO] [stdout] --> src/com_helpers.rs:61:27 [INFO] [stdout] | [INFO] [stdout] 61 | riid: REFIID, [INFO] [stdout] | ^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileLoader` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:185:32 [INFO] [stdout] | [INFO] [stdout] 23 | struct FontFileLoader; [INFO] [stdout] | ---------------------- similarly named struct `FontFileLoader` defined here [INFO] [stdout] ... [INFO] [stdout] 185 | let ffl = ComPtr::::from_raw(ffl_native.into_interface()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `FontFileLoader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/com_helpers.rs:63:22 [INFO] [stdout] | [INFO] [stdout] 63 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:199:16 [INFO] [stdout] | [INFO] [stdout] 195 | impl DataFontHelper { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 199 | ComPtr, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:200:16 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- similarly named struct `FontFileStream` defined here [INFO] [stdout] ... [INFO] [stdout] 200 | ComPtr, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 200 | ComPtr, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 195 | impl DataFontHelper { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/com_helpers.rs:81:28 [INFO] [stdout] | [INFO] [stdout] 81 | return S_OK; [INFO] [stdout] | ^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:88:58 [INFO] [stdout] | [INFO] [stdout] 88 | unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileStream` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:206:42 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- similarly named struct `FontFileStream` defined here [INFO] [stdout] ... [INFO] [stdout] 206 | let font_file_stream: ComPtr = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 206 | let font_file_stream: ComPtr = [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 195 | impl DataFontHelper { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:214:37 [INFO] [stdout] | [INFO] [stdout] 214 | let mut font_file: *mut IDWriteFontFile = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:88:71 [INFO] [stdout] | [INFO] [stdout] 88 | unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:219:48 [INFO] [stdout] | [INFO] [stdout] 219 | mem::size_of::() as UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_file_loader_impl.rs:223:31 [INFO] [stdout] | [INFO] [stdout] 223 | assert!(hr == S_OK); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:95:59 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:95:72 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollectionLoaderVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:26:37 [INFO] [stdout] | [INFO] [stdout] 26 | static FONT_COLLECTION_LOADER_VTBL: IDWriteFontCollectionLoaderVtbl = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `CustomFontCollectionLoaderImpl` [INFO] [stdout] ... [INFO] [stdout] 34 | pub struct CustomFontCollectionLoaderImpl { [INFO] [stdout] | ----------------------------------------- similarly named struct `CustomFontCollectionLoaderImpl` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LOCALE_NAME_MAX_LENGTH` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:89:32 [INFO] [stdout] | [INFO] [stdout] 89 | locale_buf: [0u16; LOCALE_NAME_MAX_LENGTH], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LOCALE_NAME_MAX_LENGTH` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:109:32 [INFO] [stdout] | [INFO] [stdout] 109 | locale_buf: [0u16; LOCALE_NAME_MAX_LENGTH], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:114:10 [INFO] [stdout] | [INFO] [stdout] 114 | impl Com for CustomTextAnalysisSourceImpl<'_> { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IDWriteFontCollectionLoaderVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | IDWriteFontCollectionLoaderVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `CustomFontCollectionLoaderImpl` [INFO] [stdout] ... [INFO] [stdout] 34 | pub struct CustomFontCollectionLoaderImpl { [INFO] [stdout] | ----------------------------------------- similarly named struct `CustomFontCollectionLoaderImpl` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteTextAnalysisSourceVtbl` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 115 | type Vtbl = IDWriteTextAnalysisSourceVtbl; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteTextAnalysisSourceVtbl` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:117:27 [INFO] [stdout] | [INFO] [stdout] 117 | fn vtbl() -> &'static IDWriteTextAnalysisSourceVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/com_helpers.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | IUnknownVtbl { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:122:10 [INFO] [stdout] | [INFO] [stdout] 122 | impl Com for CustomTextAnalysisSourceImpl<'_> { [INFO] [stdout] | - ^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:60:40 [INFO] [stdout] | [INFO] [stdout] 60 | unknown_this: *mut IUnknown, [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:123:17 [INFO] [stdout] | [INFO] [stdout] 123 | type Vtbl = IUnknownVtbl; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:125:27 [INFO] [stdout] | [INFO] [stdout] 125 | fn vtbl() -> &'static IUnknownVtbl { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `REFIID` in this scope [INFO] [stdout] --> src/com_helpers.rs:61:27 [INFO] [stdout] | [INFO] [stdout] 61 | riid: REFIID, [INFO] [stdout] | ^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:131:16 [INFO] [stdout] | [INFO] [stdout] 131 | this: *mut IDWriteTextAnalysisSource, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/com_helpers.rs:63:22 [INFO] [stdout] | [INFO] [stdout] 63 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:132:20 [INFO] [stdout] | [INFO] [stdout] 132 | text_position: UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:133:23 [INFO] [stdout] | [INFO] [stdout] 133 | text_length: *mut UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/com_helpers.rs:81:28 [INFO] [stdout] | [INFO] [stdout] 81 | return S_OK; [INFO] [stdout] | ^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:135:6 [INFO] [stdout] | [INFO] [stdout] 135 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:88:58 [INFO] [stdout] | [INFO] [stdout] 88 | unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:156:16 [INFO] [stdout] | [INFO] [stdout] 156 | this: *mut IDWriteTextAnalysisSource, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:88:71 [INFO] [stdout] | [INFO] [stdout] 88 | unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:95:59 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:157:20 [INFO] [stdout] | [INFO] [stdout] 157 | text_position: UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:158:23 [INFO] [stdout] | [INFO] [stdout] 158 | text_length: *mut UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:95:72 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteNumberSubstitution` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:159:36 [INFO] [stdout] | [INFO] [stdout] 58 | pub struct NumberSubstitution { [INFO] [stdout] | ----------------------------- similarly named struct `NumberSubstitution` defined here [INFO] [stdout] ... [INFO] [stdout] 159 | number_substitution: *mut *mut IDWriteNumberSubstitution, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `NumberSubstitution` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct CustomFontCollectionLoaderImpl { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 37 | font_files: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:160:6 [INFO] [stdout] | [INFO] [stdout] 160 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollectionLoader` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | impl Com for CustomFontCollectionLoaderImpl { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `E_INVALIDARG` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:163:16 [INFO] [stdout] | [INFO] [stdout] 163 | return E_INVALIDARG; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollectionLoaderVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:41:17 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct CustomFontCollectionLoaderImpl { [INFO] [stdout] | ----------------------------------------- similarly named struct `CustomFontCollectionLoaderImpl` defined here [INFO] [stdout] ... [INFO] [stdout] 41 | type Vtbl = IDWriteFontCollectionLoaderVtbl; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `CustomFontCollectionLoaderImpl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:166:40 [INFO] [stdout] | [INFO] [stdout] 166 | *text_length = (this.text.len() as UINT32) - text_position; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollectionLoaderVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:43:27 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct CustomFontCollectionLoaderImpl { [INFO] [stdout] | ----------------------------------------- similarly named struct `CustomFontCollectionLoaderImpl` defined here [INFO] [stdout] ... [INFO] [stdout] 43 | fn vtbl() -> &'static IDWriteFontCollectionLoaderVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `CustomFontCollectionLoaderImpl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:48:10 [INFO] [stdout] | [INFO] [stdout] 48 | impl Com for CustomFontCollectionLoaderImpl { [INFO] [stdout] | - ^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | type Vtbl = IUnknownVtbl; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:51:27 [INFO] [stdout] | [INFO] [stdout] 51 | fn vtbl() -> &'static IUnknownVtbl { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollectionLoader` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:57:51 [INFO] [stdout] | [INFO] [stdout] 56 | impl CustomFontCollectionLoaderImpl { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 57 | pub fn new(font_files: &[FontFile]) -> ComPtr { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontCollectionLoader` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:72:16 [INFO] [stdout] | [INFO] [stdout] 72 | this: *mut IDWriteFontCollectionLoader, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFactory` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:73:13 [INFO] [stdout] | [INFO] [stdout] 73 | _: *mut IDWriteFactory, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileEnumerator` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:76:31 [INFO] [stdout] | [INFO] [stdout] 76 | out_enumerator: *mut *mut IDWriteFontFileEnumerator, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:77:6 [INFO] [stdout] | [INFO] [stdout] 77 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:176:5 [INFO] [stdout] | [INFO] [stdout] 176 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:180:16 [INFO] [stdout] | [INFO] [stdout] 180 | this: *mut IDWriteTextAnalysisSource, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_READING_DIRECTION` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:181:6 [INFO] [stdout] | [INFO] [stdout] 181 | ) -> DWRITE_READING_DIRECTION { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:187:16 [INFO] [stdout] | [INFO] [stdout] 187 | this: *mut IDWriteTextAnalysisSource, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:188:20 [INFO] [stdout] | [INFO] [stdout] 188 | text_position: UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileEnumerator` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:80:31 [INFO] [stdout] | [INFO] [stdout] 71 | unsafe extern "system" fn CustomFontCollectionLoaderImpl_CreateEnumeratorFromKey( [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 80 | let enumerator = ComPtr::::from_raw(enumerator.into_interface()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:190:23 [INFO] [stdout] | [INFO] [stdout] 190 | text_length: *mut UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:191:6 [INFO] [stdout] | [INFO] [stdout] 191 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:196:16 [INFO] [stdout] | [INFO] [stdout] 196 | return S_OK; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:199:40 [INFO] [stdout] | [INFO] [stdout] 199 | *text_length = (this.text.len() as UINT32) - text_position; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:204:16 [INFO] [stdout] | [INFO] [stdout] 204 | this: *mut IDWriteTextAnalysisSource, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:205:20 [INFO] [stdout] | [INFO] [stdout] 205 | text_position: UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | text_length: *mut UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:208:6 [INFO] [stdout] | [INFO] [stdout] 208 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:213:16 [INFO] [stdout] | [INFO] [stdout] 213 | return S_OK; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:217:5 [INFO] [stdout] | [INFO] [stdout] 217 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_NUMBER_SUBSTITUTION_METHOD` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:222:23 [INFO] [stdout] | [INFO] [stdout] 222 | subst_method: DWRITE_NUMBER_SUBSTITUTION_METHOD, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteNumberSubstitution` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:227:34 [INFO] [stdout] | [INFO] [stdout] 58 | pub struct NumberSubstitution { [INFO] [stdout] | ----------------------------- similarly named struct `NumberSubstitution` defined here [INFO] [stdout] ... [INFO] [stdout] 227 | let mut native: *mut IDWriteNumberSubstitution = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `NumberSubstitution` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:231:44 [INFO] [stdout] | [INFO] [stdout] 231 | if ignore_user_overrides { TRUE } else { FALSE }, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:90:28 [INFO] [stdout] | [INFO] [stdout] 87 | struct CustomFontFileEnumeratorImpl { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 90 | font_files: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileEnumerator` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:94:10 [INFO] [stdout] | [INFO] [stdout] 94 | impl Com for CustomFontFileEnumeratorImpl { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileEnumeratorVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:95:17 [INFO] [stdout] | [INFO] [stdout] 95 | type Vtbl = IDWriteFontFileEnumeratorVtbl; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:231:58 [INFO] [stdout] | [INFO] [stdout] 231 | if ignore_user_overrides { TRUE } else { FALSE }, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileEnumeratorVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:97:27 [INFO] [stdout] | [INFO] [stdout] 97 | fn vtbl() -> &'static IDWriteFontFileEnumeratorVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:102:10 [INFO] [stdout] | [INFO] [stdout] 102 | impl Com for CustomFontFileEnumeratorImpl { [INFO] [stdout] | - ^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:103:17 [INFO] [stdout] | [INFO] [stdout] 103 | type Vtbl = IUnknownVtbl; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:105:27 [INFO] [stdout] | [INFO] [stdout] 105 | fn vtbl() -> &'static IUnknownVtbl { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileEnumeratorVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | static FONT_FILE_ENUMERATOR_VTBL: IDWriteFontFileEnumeratorVtbl = IDWriteFontFileEnumeratorVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySinkVtbl` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:18:28 [INFO] [stdout] | [INFO] [stdout] 18 | static GEOMETRY_SINK_VTBL: ID2D1SimplifiedGeometrySinkVtbl = ID2D1SimplifiedGeometrySinkVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IDWriteFontFileEnumeratorVtbl` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:110:67 [INFO] [stdout] | [INFO] [stdout] 110 | static FONT_FILE_ENUMERATOR_VTBL: IDWriteFontFileEnumeratorVtbl = IDWriteFontFileEnumeratorVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ID2D1SimplifiedGeometrySinkVtbl` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:18:62 [INFO] [stdout] | [INFO] [stdout] 18 | static GEOMETRY_SINK_VTBL: ID2D1SimplifiedGeometrySinkVtbl = ID2D1SimplifiedGeometrySinkVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/com_helpers.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | IUnknownVtbl { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/com_helpers.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | IUnknownVtbl { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:60:40 [INFO] [stdout] | [INFO] [stdout] 60 | unknown_this: *mut IUnknown, [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:60:40 [INFO] [stdout] | [INFO] [stdout] 60 | unknown_this: *mut IUnknown, [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `REFIID` in this scope [INFO] [stdout] --> src/com_helpers.rs:61:27 [INFO] [stdout] | [INFO] [stdout] 61 | riid: REFIID, [INFO] [stdout] | ^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `REFIID` in this scope [INFO] [stdout] --> src/com_helpers.rs:61:27 [INFO] [stdout] | [INFO] [stdout] 61 | riid: REFIID, [INFO] [stdout] | ^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/com_helpers.rs:63:22 [INFO] [stdout] | [INFO] [stdout] 63 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/com_helpers.rs:63:22 [INFO] [stdout] | [INFO] [stdout] 63 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/com_helpers.rs:81:28 [INFO] [stdout] | [INFO] [stdout] 81 | return S_OK; [INFO] [stdout] | ^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:88:58 [INFO] [stdout] | [INFO] [stdout] 88 | unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/com_helpers.rs:81:28 [INFO] [stdout] | [INFO] [stdout] 81 | return S_OK; [INFO] [stdout] | ^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:88:71 [INFO] [stdout] | [INFO] [stdout] 88 | unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:88:58 [INFO] [stdout] | [INFO] [stdout] 88 | unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:95:59 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:88:71 [INFO] [stdout] | [INFO] [stdout] 88 | unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:95:72 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:117:39 [INFO] [stdout] | [INFO] [stdout] 116 | impl CustomFontFileEnumeratorImpl { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 117 | pub fn new(font_files: Vec>) -> CustomFontFileEnumeratorImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileEnumerator` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:128:16 [INFO] [stdout] | [INFO] [stdout] 128 | this: *mut IDWriteFontFileEnumerator, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:95:59 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFile` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:129:30 [INFO] [stdout] | [INFO] [stdout] 129 | out_font_file: *mut *mut IDWriteFontFile, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:130:6 [INFO] [stdout] | [INFO] [stdout] 130 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:95:72 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | impl Com for GeometrySinkImpl { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `E_INVALIDARG` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:133:16 [INFO] [stdout] | [INFO] [stdout] 133 | return E_INVALIDARG; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySinkVtbl` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | type Vtbl = ID2D1SimplifiedGeometrySinkVtbl; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFontFileEnumerator` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:143:16 [INFO] [stdout] | [INFO] [stdout] 143 | this: *mut IDWriteFontFileEnumerator, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySinkVtbl` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:39:27 [INFO] [stdout] | [INFO] [stdout] 39 | fn vtbl() -> &'static ID2D1SimplifiedGeometrySinkVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BOOL` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:144:28 [INFO] [stdout] | [INFO] [stdout] 144 | has_current_file: *mut BOOL, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | impl Com for GeometrySinkImpl { [INFO] [stdout] | - ^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:145:6 [INFO] [stdout] | [INFO] [stdout] 145 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:152:9 [INFO] [stdout] | [INFO] [stdout] 152 | TRUE [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | type Vtbl = IUnknownVtbl; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FALSE` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:154:9 [INFO] [stdout] | [INFO] [stdout] 154 | FALSE [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:47:27 [INFO] [stdout] | [INFO] [stdout] 47 | fn vtbl() -> &'static IUnknownVtbl { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/font_collection_impl.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:62:16 [INFO] [stdout] | [INFO] [stdout] 62 | this: *mut ID2D1SimplifiedGeometrySink, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_READING_DIRECTION` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:44:50 [INFO] [stdout] | [INFO] [stdout] 44 | fn get_paragraph_reading_direction(&self) -> DWRITE_READING_DIRECTION; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `D2D1_POINT_2F` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:63:18 [INFO] [stdout] | [INFO] [stdout] 63 | start_point: D2D1_POINT_2F, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LOCALE_NAME_MAX_LENGTH` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | locale_buf: [wchar_t; LOCALE_NAME_MAX_LENGTH], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `D2D1_FIGURE_BEGIN` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:64:8 [INFO] [stdout] | [INFO] [stdout] 64 | _: D2D1_FIGURE_BEGIN, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:73:16 [INFO] [stdout] | [INFO] [stdout] 73 | this: *mut ID2D1SimplifiedGeometrySink, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteNumberSubstitution` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:59:20 [INFO] [stdout] | [INFO] [stdout] 58 | pub struct NumberSubstitution { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 59 | native: ComPtr, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteTextAnalysisSourceVtbl` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:64:35 [INFO] [stdout] | [INFO] [stdout] 64 | static TEXT_ANALYSIS_SOURCE_VTBL: IDWriteTextAnalysisSourceVtbl = IDWriteTextAnalysisSourceVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `D2D1_FIGURE_END` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | figure_end: D2D1_FIGURE_END, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `D2D1_FIGURE_END_CLOSED` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:77:22 [INFO] [stdout] | [INFO] [stdout] 77 | if figure_end == D2D1_FIGURE_END_CLOSED { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IDWriteTextAnalysisSourceVtbl` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:64:67 [INFO] [stdout] | [INFO] [stdout] 64 | static TEXT_ANALYSIS_SOURCE_VTBL: IDWriteTextAnalysisSourceVtbl = IDWriteTextAnalysisSourceVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:83:16 [INFO] [stdout] | [INFO] [stdout] 83 | this: *mut ID2D1SimplifiedGeometrySink, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `D2D1_POINT_2F` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | points: *const D2D1_POINT_2F, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/com_helpers.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | IUnknownVtbl { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | points_count: UINT, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:60:40 [INFO] [stdout] | [INFO] [stdout] 60 | unknown_this: *mut IUnknown, [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:95:16 [INFO] [stdout] | [INFO] [stdout] 95 | this: *mut ID2D1SimplifiedGeometrySink, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `D2D1_BEZIER_SEGMENT` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:96:21 [INFO] [stdout] | [INFO] [stdout] 96 | beziers: *const D2D1_BEZIER_SEGMENT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `REFIID` in this scope [INFO] [stdout] --> src/com_helpers.rs:61:27 [INFO] [stdout] | [INFO] [stdout] 61 | riid: REFIID, [INFO] [stdout] | ^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:97:20 [INFO] [stdout] | [INFO] [stdout] 97 | beziers_count: UINT, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/com_helpers.rs:63:22 [INFO] [stdout] | [INFO] [stdout] 63 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:113:58 [INFO] [stdout] | [INFO] [stdout] 113 | unsafe extern "system" fn GeometrySinkImpl_Close(_: *mut ID2D1SimplifiedGeometrySink) -> HRESULT { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/com_helpers.rs:81:28 [INFO] [stdout] | [INFO] [stdout] 81 | return S_OK; [INFO] [stdout] | ^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:113:90 [INFO] [stdout] | [INFO] [stdout] 113 | unsafe extern "system" fn GeometrySinkImpl_Close(_: *mut ID2D1SimplifiedGeometrySink) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:114:5 [INFO] [stdout] | [INFO] [stdout] 114 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:88:58 [INFO] [stdout] | [INFO] [stdout] 88 | unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:118:13 [INFO] [stdout] | [INFO] [stdout] 118 | _: *mut ID2D1SimplifiedGeometrySink, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:88:71 [INFO] [stdout] | [INFO] [stdout] 88 | unsafe extern "system" fn AddRef(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `D2D1_FILL_MODE` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:119:8 [INFO] [stdout] | [INFO] [stdout] 119 | _: D2D1_FILL_MODE, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ID2D1SimplifiedGeometrySink` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:124:13 [INFO] [stdout] | [INFO] [stdout] 124 | _: *mut ID2D1SimplifiedGeometrySink, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/com_helpers.rs:95:59 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `D2D1_PATH_SEGMENT` in this scope [INFO] [stdout] --> src/geometry_sink_impl.rs:125:8 [INFO] [stdout] | [INFO] [stdout] 125 | _: D2D1_PATH_SEGMENT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/com_helpers.rs:95:72 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe extern "system" fn Release(_: *mut IUnknown) -> ULONG { [INFO] [stdout] | ^^^^^ not found in this scope [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LOCALE_NAME_MAX_LENGTH` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:89:32 [INFO] [stdout] | [INFO] [stdout] 89 | locale_buf: [0u16; LOCALE_NAME_MAX_LENGTH], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LOCALE_NAME_MAX_LENGTH` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:109:32 [INFO] [stdout] | [INFO] [stdout] 109 | locale_buf: [0u16; LOCALE_NAME_MAX_LENGTH], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_FACTORY_TYPE` in this scope [INFO] [stdout] --> src/lib.rs:122:36 [INFO] [stdout] | [INFO] [stdout] 118 | / lazy_static! { [INFO] [stdout] 119 | | static ref DWRITE_FACTORY_RAW_PTR: usize = { [INFO] [stdout] 120 | | unsafe { [INFO] [stdout] 121 | | type DWriteCreateFactoryType = [INFO] [stdout] 122 | | extern "system" fn(DWRITE_FACTORY_TYPE, REFIID, *mut *mut IUnknown) -> HRESULT; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `DWRITE_FACTORY_RAW_PTR` [INFO] [stdout] ... | [INFO] [stdout] 152 | | }; [INFO] [stdout] 153 | | } // end lazy static [INFO] [stdout] | |_- similarly named struct `DWRITE_FACTORY_RAW_PTR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:114:10 [INFO] [stdout] | [INFO] [stdout] 114 | impl Com for CustomTextAnalysisSourceImpl<'_> { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `REFIID` in this scope [INFO] [stdout] --> src/lib.rs:122:57 [INFO] [stdout] | [INFO] [stdout] 122 | extern "system" fn(DWRITE_FACTORY_TYPE, REFIID, *mut *mut IUnknown) -> HRESULT; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/lib.rs:122:75 [INFO] [stdout] | [INFO] [stdout] 122 | extern "system" fn(DWRITE_FACTORY_TYPE, REFIID, *mut *mut IUnknown) -> HRESULT; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteTextAnalysisSourceVtbl` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 115 | type Vtbl = IDWriteTextAnalysisSourceVtbl; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/lib.rs:122:88 [INFO] [stdout] | [INFO] [stdout] 122 | extern "system" fn(DWRITE_FACTORY_TYPE, REFIID, *mut *mut IUnknown) -> HRESULT; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LoadLibraryW` in this scope [INFO] [stdout] --> src/lib.rs:124:30 [INFO] [stdout] | [INFO] [stdout] 124 | let dwrite_dll = LoadLibraryW("dwrite.dll".to_wide_null().as_ptr()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetProcAddress` in this scope [INFO] [stdout] --> src/lib.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | GetProcAddress(dwrite_dll, create_factory_name.as_ptr() as LPCSTR); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteTextAnalysisSourceVtbl` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:117:27 [INFO] [stdout] | [INFO] [stdout] 117 | fn vtbl() -> &'static IDWriteTextAnalysisSourceVtbl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPCSTR` in this scope [INFO] [stdout] --> src/lib.rs:128:76 [INFO] [stdout] | [INFO] [stdout] 128 | GetProcAddress(dwrite_dll, create_factory_name.as_ptr() as LPCSTR); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFactory` in this scope [INFO] [stdout] --> src/lib.rs:135:35 [INFO] [stdout] | [INFO] [stdout] 135 | let mut factory: *mut IDWriteFactory = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DWRITE_FACTORY_TYPE_SHARED` in this scope [INFO] [stdout] --> src/lib.rs:137:17 [INFO] [stdout] | [INFO] [stdout] 137 | DWRITE_FACTORY_TYPE_SHARED, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:122:10 [INFO] [stdout] | [INFO] [stdout] 122 | impl Com for CustomTextAnalysisSourceImpl<'_> { [INFO] [stdout] | - ^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFactory` in this scope [INFO] [stdout] --> src/lib.rs:139:43 [INFO] [stdout] | [INFO] [stdout] 139 | &mut factory as *mut *mut IDWriteFactory as *mut *mut IUnknown, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/lib.rs:139:71 [INFO] [stdout] | [INFO] [stdout] 139 | &mut factory as *mut *mut IDWriteFactory as *mut *mut IUnknown, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/lib.rs:141:27 [INFO] [stdout] | [INFO] [stdout] 141 | assert!(hr == S_OK); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:123:17 [INFO] [stdout] | [INFO] [stdout] 123 | type Vtbl = IUnknownVtbl; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope [INFO] [stdout] --> src/lib.rs:147:52 [INFO] [stdout] | [INFO] [stdout] 147 | let mut default_rendering_params: *mut IDWriteRenderingParams = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `RenderingParams` [INFO] [stdout] | [INFO] [stdout] ::: src/rendering_params.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct RenderingParams { [INFO] [stdout] | -------------------------- similarly named struct `RenderingParams` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/lib.rs:149:27 [INFO] [stdout] | [INFO] [stdout] 149 | assert!(hr == S_OK); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFactory` in this scope [INFO] [stdout] --> src/lib.rs:160:28 [INFO] [stdout] | [INFO] [stdout] 160 | fn DWriteFactory() -> *mut IDWriteFactory { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknownVtbl` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:125:27 [INFO] [stdout] | [INFO] [stdout] 125 | fn vtbl() -> &'static IUnknownVtbl { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteFactory` in this scope [INFO] [stdout] --> src/lib.rs:161:39 [INFO] [stdout] | [INFO] [stdout] 161 | (*DWRITE_FACTORY_RAW_PTR) as *mut IDWriteFactory [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope [INFO] [stdout] --> src/lib.rs:165:40 [INFO] [stdout] | [INFO] [stdout] 165 | fn DefaultDWriteRenderParams() -> *mut IDWriteRenderingParams { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `RenderingParams` [INFO] [stdout] | [INFO] [stdout] ::: src/rendering_params.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct RenderingParams { [INFO] [stdout] | -------------------------- similarly named struct `RenderingParams` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteRenderingParams` in this scope [INFO] [stdout] --> src/lib.rs:166:56 [INFO] [stdout] | [INFO] [stdout] 166 | (*DEFAULT_DWRITE_RENDERING_PARAMS_RAW_PTR) as *mut IDWriteRenderingParams [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `RenderingParams` [INFO] [stdout] | [INFO] [stdout] ::: src/rendering_params.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct RenderingParams { [INFO] [stdout] | -------------------------- similarly named struct `RenderingParams` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:131:16 [INFO] [stdout] | [INFO] [stdout] 131 | this: *mut IDWriteTextAnalysisSource, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:132:20 [INFO] [stdout] | [INFO] [stdout] 132 | text_position: UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:133:23 [INFO] [stdout] | [INFO] [stdout] 133 | text_length: *mut UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:135:6 [INFO] [stdout] | [INFO] [stdout] 135 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:156:16 [INFO] [stdout] | [INFO] [stdout] 156 | this: *mut IDWriteTextAnalysisSource, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:157:20 [INFO] [stdout] | [INFO] [stdout] 157 | text_position: UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:158:23 [INFO] [stdout] | [INFO] [stdout] 158 | text_length: *mut UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteNumberSubstitution` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:159:36 [INFO] [stdout] | [INFO] [stdout] 58 | pub struct NumberSubstitution { [INFO] [stdout] | ----------------------------- similarly named struct `NumberSubstitution` defined here [INFO] [stdout] ... [INFO] [stdout] 159 | number_substitution: *mut *mut IDWriteNumberSubstitution, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `NumberSubstitution` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:160:6 [INFO] [stdout] | [INFO] [stdout] 160 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `E_INVALIDARG` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:163:16 [INFO] [stdout] | [INFO] [stdout] 163 | return E_INVALIDARG; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:166:40 [INFO] [stdout] | [INFO] [stdout] 166 | *text_length = (this.text.len() as UINT32) - text_position; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:176:5 [INFO] [stdout] | [INFO] [stdout] 176 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:180:16 [INFO] [stdout] | [INFO] [stdout] 180 | this: *mut IDWriteTextAnalysisSource, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWRITE_READING_DIRECTION` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:181:6 [INFO] [stdout] | [INFO] [stdout] 181 | ) -> DWRITE_READING_DIRECTION { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:187:16 [INFO] [stdout] | [INFO] [stdout] 187 | this: *mut IDWriteTextAnalysisSource, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:188:20 [INFO] [stdout] | [INFO] [stdout] 188 | text_position: UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:190:23 [INFO] [stdout] | [INFO] [stdout] 190 | text_length: *mut UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:191:6 [INFO] [stdout] | [INFO] [stdout] 191 | ) -> HRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:196:16 [INFO] [stdout] | [INFO] [stdout] 196 | return S_OK; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:199:40 [INFO] [stdout] | [INFO] [stdout] 199 | *text_length = (this.text.len() as UINT32) - text_position; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDWriteTextAnalysisSource` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:204:16 [INFO] [stdout] | [INFO] [stdout] 204 | this: *mut IDWriteTextAnalysisSource, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:205:20 [INFO] [stdout] | [INFO] [stdout] 205 | text_position: UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | text_length: *mut UINT32, [WARN] too many lines in the log, truncating it