[INFO] fetching crate dwrote 0.11.0... [INFO] checking dwrote-0.11.0 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] extracting crate dwrote 0.11.0 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate dwrote 0.11.0 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "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-3-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 13 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d3bc530cc974246a4e7088fe94071b0fd1565ad800d839be5bac43b70dabd7e5 [INFO] running `Command { std: "docker" "start" "-a" "d3bc530cc974246a4e7088fe94071b0fd1565ad800d839be5bac43b70dabd7e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d3bc530cc974246a4e7088fe94071b0fd1565ad800d839be5bac43b70dabd7e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3bc530cc974246a4e7088fe94071b0fd1565ad800d839be5bac43b70dabd7e5", kill_on_drop: false }` [INFO] [stdout] d3bc530cc974246a4e7088fe94071b0fd1565ad800d839be5bac43b70dabd7e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4b057f6f31c58755d5e1e9c7f2446d03651d0d551ddf743d8dc8fec8e839aa64 [INFO] running `Command { std: "docker" "start" "-a" "4b057f6f31c58755d5e1e9c7f2446d03651d0d551ddf743d8dc8fec8e839aa64", kill_on_drop: false }` [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Checking wio v0.2.2 [INFO] [stderr] Checking dwrote v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | use winapi::shared::guiddef::REFIID; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | use winapi::shared::winerror::S_OK; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/lib.rs:25:13 [INFO] [stdout] | [INFO] [stdout] 25 | use winapi::um::dwrite::DWRITE_FACTORY_TYPE; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/lib.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | use winapi::um::dwrite::DWRITE_FACTORY_TYPE_SHARED; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/lib.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | use winapi::um::dwrite::IDWriteFactory; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/lib.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | use winapi::um::dwrite::IDWriteRenderingParams; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/lib.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `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 `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] note: found an item that was configured out [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/std/src/os/mod.rs:53:9 [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/std/src/os/mod.rs:100:9 [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 `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] note: found an item that was configured out [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/std/src/os/mod.rs:53:9 [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/std/src/os/mod.rs:100:9 [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::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[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/helpers.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::shared::winerror::S_OK; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/helpers.rs:10:13 [INFO] [stdout] | [INFO] [stdout] 10 | use winapi::um::dwrite::IDWriteLocalizedStrings; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/helpers.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | use winapi::um::winnls::GetUserDefaultLocaleName; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `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/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: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: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: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: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: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: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: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: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: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[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[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/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: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: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[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[E0432]: unresolved import `winapi::ctypes` [INFO] [stdout] --> src/bitmap_render_target.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::ctypes::c_void; [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/font.rs: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 `shared` in `winapi` [INFO] [stdout] --> src/font.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::shared::minwindef::{FALSE, TRUE}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/font.rs: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 `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: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: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: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: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: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 `um` in `winapi` [INFO] [stdout] --> src/font.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | use winapi::um::dwrite::IDWriteFontFamily; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/font_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.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_collection.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | use winapi::um::dwrite::IDWriteFontCollectionLoader; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/font_collection.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | use winapi::um::dwrite::{IDWriteFont, IDWriteFontCollection, IDWriteFontFamily}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/font.rs: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[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[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/font_face.rs:17:13 [INFO] [stdout] | [INFO] [stdout] 17 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE_RAW_CFF, DWRITE_FONT_FACE_TYPE_TYPE1}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/font_face.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE_TRUETYPE_COLLECTION, DWRITE_FONT_FACE_TYPE_VECTOR}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/font_face.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | use winapi::um::dwrite::{DWRITE_FONT_SIMULATIONS, DWRITE_GLYPH_METRICS}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/font.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:20:13 [INFO] [stdout] | [INFO] [stdout] 20 | use winapi::um::dwrite::{DWRITE_GLYPH_OFFSET, DWRITE_MATRIX, DWRITE_RENDERING_MODE}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/font_face.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | use winapi::um::dwrite::{DWRITE_RENDERING_MODE_DEFAULT, DWRITE_RENDERING_MODE_NATURAL_SYMMETRIC}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/font_face.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | use winapi::um::dwrite_1::IDWriteFontFace1; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/font_face.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | use winapi::um::dwrite_3::{IDWriteFontFace5, IDWriteFontResource, DWRITE_FONT_AXIS_VALUE}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stdout] --> src/font_face.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::ctypes::c_void; [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/font_fallback.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::um::dwrite_2::{IDWriteFactory2, IDWriteFontFallback}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::com` [INFO] [stdout] --> src/font_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_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_family.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::um::dwrite::{IDWriteFont, IDWriteFontCollection, IDWriteFontFamily}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::com` [INFO] [stdout] --> src/font_fallback.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | use wio::com::ComPtr; [INFO] [stdout] | ^^^ could not find `com` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/font_file.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | use std::os::windows::ffi::{OsStrExt, OsStringExt}; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/std/src/os/mod.rs:53:9 [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/std/src/os/mod.rs:100:9 [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_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_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/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[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/font_file.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | use winapi::um::winnt::HRESULT; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stdout] --> src/font_file.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | use winapi::ctypes::c_void; [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/gdi_interop.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::um::dwrite::IDWriteBitmapRenderTarget; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[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] note: found an item that was configured out [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/std/src/os/mod.rs:53:9 [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/std/src/os/mod.rs:100:9 [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 `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[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/font_face.rs:17:13 [INFO] [stdout] | [INFO] [stdout] 17 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE_RAW_CFF, DWRITE_FONT_FACE_TYPE_TYPE1}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/font_face.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | use winapi::um::dwrite::{DWRITE_FONT_FACE_TYPE_TRUETYPE_COLLECTION, DWRITE_FONT_FACE_TYPE_VECTOR}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/font_face.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | use winapi::um::dwrite::{DWRITE_FONT_SIMULATIONS, DWRITE_GLYPH_METRICS}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `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 the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this unresolved item through its public re-export instead [INFO] [stdout] | [INFO] [stdout] 64 | use crate::Interface; [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `$crate::winapi::Interface` [INFO] [stdout] --> src/com_helpers.rs:13:25 [INFO] [stdout] | [INFO] [stdout] 13 | use $crate::winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] | [INFO] [stdout] ::: src/font_file_loader_impl.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream), [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this unresolved item through its public re-export instead [INFO] [stdout] | [INFO] [stdout] 13 | use crate::Interface; [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `$crate::winapi::Interface` [INFO] [stdout] --> src/com_helpers.rs:64:25 [INFO] [stdout] | [INFO] [stdout] 64 | use $crate::winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] | [INFO] [stdout] ::: src/font_collection_impl.rs:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | parent: implement_iunknown!(static IDWriteFontCollectionLoader, [INFO] [stdout] | _________________- [INFO] [stdout] 29 | | CustomFontCollectionLoaderImpl), [INFO] [stdout] | |___________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this unresolved item through its public re-export instead [INFO] [stdout] | [INFO] [stdout] 64 | use crate::Interface; [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `$crate::winapi::Interface` [INFO] [stdout] --> src/com_helpers.rs:64:25 [INFO] [stdout] | [INFO] [stdout] 64 | use $crate::winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] | [INFO] [stdout] ::: src/font_collection_impl.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl), [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this unresolved item through its public re-export instead [INFO] [stdout] | [INFO] [stdout] 64 | use crate::Interface; [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `$crate::winapi::Interface` [INFO] [stdout] --> src/com_helpers.rs:64:25 [INFO] [stdout] | [INFO] [stdout] 64 | use $crate::winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] | [INFO] [stdout] ::: src/text_analysis_source_impl.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl), [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this unresolved item through its public re-export instead [INFO] [stdout] | [INFO] [stdout] 64 | use crate::Interface; [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `$crate::winapi::Interface` [INFO] [stdout] --> src/com_helpers.rs:64:25 [INFO] [stdout] | [INFO] [stdout] 64 | use $crate::winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] | [INFO] [stdout] ::: src/geometry_sink_impl.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl), [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this unresolved item through its public re-export instead [INFO] [stdout] | [INFO] [stdout] 64 | use crate::Interface; [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/font_face.rs:20:13 [INFO] [stdout] | [INFO] [stdout] 20 | use winapi::um::dwrite::{DWRITE_GLYPH_OFFSET, DWRITE_MATRIX, DWRITE_RENDERING_MODE}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/font_face.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | use winapi::um::dwrite::{DWRITE_RENDERING_MODE_DEFAULT, DWRITE_RENDERING_MODE_NATURAL_SYMMETRIC}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/font_face.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | use winapi::um::dwrite_1::IDWriteFontFace1; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/font_face.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | use winapi::um::dwrite_3::{IDWriteFontFace5, IDWriteFontResource, DWRITE_FONT_AXIS_VALUE}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stdout] --> src/font_face.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::ctypes::c_void; [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/font_fallback.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::um::dwrite_2::{IDWriteFactory2, IDWriteFontFallback}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::com` [INFO] [stdout] --> src/font_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_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_family.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::um::dwrite::{IDWriteFont, IDWriteFontCollection, IDWriteFontFamily}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::com` [INFO] [stdout] --> src/font_fallback.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | use wio::com::ComPtr; [INFO] [stdout] | ^^^ could not find `com` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/font_file.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | use std::os::windows::ffi::{OsStrExt, OsStringExt}; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/std/src/os/mod.rs:53:9 [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/std/src/os/mod.rs:100:9 [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/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[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/font_file.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | use winapi::um::winnt::HRESULT; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stdout] --> src/font_file.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | use winapi::ctypes::c_void; [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/gdi_interop.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::um::dwrite::IDWriteBitmapRenderTarget; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[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/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/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/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/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/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/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] note: found an item that was configured out [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/std/src/os/mod.rs:53:9 [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/std/src/os/mod.rs:100:9 [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/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/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 `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 `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[E0433]: failed to resolve: could not find `ctypes` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:62:58 [INFO] [stdout] | [INFO] [stdout] 62 | ppvObject: *mut *mut $crate::winapi::ctypes::c_void, [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_file_loader_impl.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader), [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::com` [INFO] [stdout] --> src/text_analysis_source_impl.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | use wio::com::ComPtr; [INFO] [stdout] | ^^^ could not find `com` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `$crate::winapi::Interface` [INFO] [stdout] --> src/com_helpers.rs:64:25 [INFO] [stdout] | [INFO] [stdout] 64 | use $crate::winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] | [INFO] [stdout] ::: src/font_file_loader_impl.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader), [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this unresolved item through its public re-export instead [INFO] [stdout] | [INFO] [stdout] 64 | use crate::Interface; [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `$crate::winapi::Interface` [INFO] [stdout] --> src/com_helpers.rs:13:25 [INFO] [stdout] | [INFO] [stdout] 13 | use $crate::winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] | [INFO] [stdout] ::: src/font_file_loader_impl.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream), [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this unresolved item through its public re-export instead [INFO] [stdout] | [INFO] [stdout] 13 | use crate::Interface; [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `$crate::winapi::Interface` [INFO] [stdout] --> src/com_helpers.rs:64:25 [INFO] [stdout] | [INFO] [stdout] 64 | use $crate::winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] | [INFO] [stdout] ::: src/font_collection_impl.rs:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | parent: implement_iunknown!(static IDWriteFontCollectionLoader, [INFO] [stdout] | _________________- [INFO] [stdout] 29 | | CustomFontCollectionLoaderImpl), [INFO] [stdout] | |___________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this unresolved item through its public re-export instead [INFO] [stdout] | [INFO] [stdout] 64 | use crate::Interface; [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `$crate::winapi::Interface` [INFO] [stdout] --> src/com_helpers.rs:64:25 [INFO] [stdout] | [INFO] [stdout] 64 | use $crate::winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] | [INFO] [stdout] ::: src/font_collection_impl.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl), [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this unresolved item through its public re-export instead [INFO] [stdout] | [INFO] [stdout] 64 | use crate::Interface; [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `$crate::winapi::Interface` [INFO] [stdout] --> src/com_helpers.rs:64:25 [INFO] [stdout] | [INFO] [stdout] 64 | use $crate::winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] | [INFO] [stdout] ::: src/text_analysis_source_impl.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl), [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this unresolved item through its public re-export instead [INFO] [stdout] | [INFO] [stdout] 64 | use crate::Interface; [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:65:51 [INFO] [stdout] | [INFO] [stdout] 65 | let this = if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_file_loader_impl.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader), [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `$crate::winapi::Interface` [INFO] [stdout] --> src/com_helpers.rs:64:25 [INFO] [stdout] | [INFO] [stdout] 64 | use $crate::winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] | [INFO] [stdout] ::: src/geometry_sink_impl.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl), [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this unresolved item through its public re-export instead [INFO] [stdout] | [INFO] [stdout] 64 | use crate::Interface; [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:70:47 [INFO] [stdout] | [INFO] [stdout] 70 | } else if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_file_loader_impl.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader), [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `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 `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:76:48 [INFO] [stdout] | [INFO] [stdout] 76 | return $crate::winapi::shared::winerror::E_NOINTERFACE; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_file_loader_impl.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader), [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `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 `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:14:51 [INFO] [stdout] | [INFO] [stdout] 14 | let this = if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_file_loader_impl.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream), [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `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 `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:19:47 [INFO] [stdout] | [INFO] [stdout] 19 | } else if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_file_loader_impl.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream), [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `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 `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:25:48 [INFO] [stdout] | [INFO] [stdout] 25 | return $crate::winapi::shared::winerror::E_NOINTERFACE; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_file_loader_impl.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream), [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `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_collection_impl.rs:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | parent: implement_iunknown!(static IDWriteFontCollectionLoader, [INFO] [stdout] | _________________- [INFO] [stdout] 29 | | CustomFontCollectionLoaderImpl), [INFO] [stdout] | |___________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:65:51 [INFO] [stdout] | [INFO] [stdout] 65 | let this = if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_collection_impl.rs:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | parent: implement_iunknown!(static IDWriteFontCollectionLoader, [INFO] [stdout] | _________________- [INFO] [stdout] 29 | | CustomFontCollectionLoaderImpl), [INFO] [stdout] | |___________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ctypes` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:62:58 [INFO] [stdout] | [INFO] [stdout] 62 | ppvObject: *mut *mut $crate::winapi::ctypes::c_void, [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_file_loader_impl.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader), [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:70:47 [INFO] [stdout] | [INFO] [stdout] 70 | } else if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_collection_impl.rs:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | parent: implement_iunknown!(static IDWriteFontCollectionLoader, [INFO] [stdout] | _________________- [INFO] [stdout] 29 | | CustomFontCollectionLoaderImpl), [INFO] [stdout] | |___________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:65:51 [INFO] [stdout] | [INFO] [stdout] 65 | let this = if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_file_loader_impl.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader), [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:76:48 [INFO] [stdout] | [INFO] [stdout] 76 | return $crate::winapi::shared::winerror::E_NOINTERFACE; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_collection_impl.rs:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | parent: implement_iunknown!(static IDWriteFontCollectionLoader, [INFO] [stdout] | _________________- [INFO] [stdout] 29 | | CustomFontCollectionLoaderImpl), [INFO] [stdout] | |___________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:70:47 [INFO] [stdout] | [INFO] [stdout] 70 | } else if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_file_loader_impl.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader), [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:76:48 [INFO] [stdout] | [INFO] [stdout] 76 | return $crate::winapi::shared::winerror::E_NOINTERFACE; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_file_loader_impl.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | parent: implement_iunknown!(static IDWriteFontFileLoader, FontFileLoader), [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ctypes` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:62:58 [INFO] [stdout] | [INFO] [stdout] 62 | ppvObject: *mut *mut $crate::winapi::ctypes::c_void, [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_collection_impl.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl), [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:14:51 [INFO] [stdout] | [INFO] [stdout] 14 | let this = if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_file_loader_impl.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream), [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:65:51 [INFO] [stdout] | [INFO] [stdout] 65 | let this = if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_collection_impl.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl), [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:19:47 [INFO] [stdout] | [INFO] [stdout] 19 | } else if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_file_loader_impl.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream), [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:25:48 [INFO] [stdout] | [INFO] [stdout] 25 | return $crate::winapi::shared::winerror::E_NOINTERFACE; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_file_loader_impl.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream), [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:70:47 [INFO] [stdout] | [INFO] [stdout] 70 | } else if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_collection_impl.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl), [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ctypes` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:62:58 [INFO] [stdout] | [INFO] [stdout] 62 | ppvObject: *mut *mut $crate::winapi::ctypes::c_void, [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_collection_impl.rs:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | parent: implement_iunknown!(static IDWriteFontCollectionLoader, [INFO] [stdout] | _________________- [INFO] [stdout] 29 | | CustomFontCollectionLoaderImpl), [INFO] [stdout] | |___________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:76:48 [INFO] [stdout] | [INFO] [stdout] 76 | return $crate::winapi::shared::winerror::E_NOINTERFACE; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_collection_impl.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl), [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:65:51 [INFO] [stdout] | [INFO] [stdout] 65 | let this = if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_collection_impl.rs:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | parent: implement_iunknown!(static IDWriteFontCollectionLoader, [INFO] [stdout] | _________________- [INFO] [stdout] 29 | | CustomFontCollectionLoaderImpl), [INFO] [stdout] | |___________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:70:47 [INFO] [stdout] | [INFO] [stdout] 70 | } else if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_collection_impl.rs:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | parent: implement_iunknown!(static IDWriteFontCollectionLoader, [INFO] [stdout] | _________________- [INFO] [stdout] 29 | | CustomFontCollectionLoaderImpl), [INFO] [stdout] | |___________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ctypes` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:62:58 [INFO] [stdout] | [INFO] [stdout] 62 | ppvObject: *mut *mut $crate::winapi::ctypes::c_void, [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/text_analysis_source_impl.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl), [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:76:48 [INFO] [stdout] | [INFO] [stdout] 76 | return $crate::winapi::shared::winerror::E_NOINTERFACE; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_collection_impl.rs:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | parent: implement_iunknown!(static IDWriteFontCollectionLoader, [INFO] [stdout] | _________________- [INFO] [stdout] 29 | | CustomFontCollectionLoaderImpl), [INFO] [stdout] | |___________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:65:51 [INFO] [stdout] | [INFO] [stdout] 65 | let this = if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/text_analysis_source_impl.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl), [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ctypes` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:62:58 [INFO] [stdout] | [INFO] [stdout] 62 | ppvObject: *mut *mut $crate::winapi::ctypes::c_void, [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_collection_impl.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl), [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:70:47 [INFO] [stdout] | [INFO] [stdout] 70 | } else if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/text_analysis_source_impl.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl), [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:65:51 [INFO] [stdout] | [INFO] [stdout] 65 | let this = if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_collection_impl.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl), [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:70:47 [INFO] [stdout] | [INFO] [stdout] 70 | } else if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_collection_impl.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl), [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:76:48 [INFO] [stdout] | [INFO] [stdout] 76 | return $crate::winapi::shared::winerror::E_NOINTERFACE; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/text_analysis_source_impl.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl), [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:76:48 [INFO] [stdout] | [INFO] [stdout] 76 | return $crate::winapi::shared::winerror::E_NOINTERFACE; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/font_collection_impl.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | parent: implement_iunknown!(static IDWriteFontFileEnumerator, CustomFontFileEnumeratorImpl), [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ctypes` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:62:58 [INFO] [stdout] | [INFO] [stdout] 62 | ppvObject: *mut *mut $crate::winapi::ctypes::c_void, [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/geometry_sink_impl.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl), [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ctypes` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:62:58 [INFO] [stdout] | [INFO] [stdout] 62 | ppvObject: *mut *mut $crate::winapi::ctypes::c_void, [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/text_analysis_source_impl.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl), [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:65:51 [INFO] [stdout] | [INFO] [stdout] 65 | let this = if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/geometry_sink_impl.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl), [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:65:51 [INFO] [stdout] | [INFO] [stdout] 65 | let this = if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/text_analysis_source_impl.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl), [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:70:47 [INFO] [stdout] | [INFO] [stdout] 70 | } else if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/geometry_sink_impl.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl), [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:70:47 [INFO] [stdout] | [INFO] [stdout] 70 | } else if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/text_analysis_source_impl.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl), [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:76:48 [INFO] [stdout] | [INFO] [stdout] 76 | return $crate::winapi::shared::winerror::E_NOINTERFACE; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/geometry_sink_impl.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl), [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:76:48 [INFO] [stdout] | [INFO] [stdout] 76 | return $crate::winapi::shared::winerror::E_NOINTERFACE; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/text_analysis_source_impl.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | parent: implement_iunknown!(static IDWriteTextAnalysisSource, CustomTextAnalysisSourceImpl), [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ctypes` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:62:58 [INFO] [stdout] | [INFO] [stdout] 62 | ppvObject: *mut *mut $crate::winapi::ctypes::c_void, [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/geometry_sink_impl.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl), [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:65:51 [INFO] [stdout] | [INFO] [stdout] 65 | let this = if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/geometry_sink_impl.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl), [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:70:47 [INFO] [stdout] | [INFO] [stdout] 70 | } else if $crate::winapi::shared::guiddef::IsEqualGUID( [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/geometry_sink_impl.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl), [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/com_helpers.rs:76:48 [INFO] [stdout] | [INFO] [stdout] 76 | return $crate::winapi::shared::winerror::E_NOINTERFACE; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] | [INFO] [stdout] ::: src/geometry_sink_impl.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | parent: implement_iunknown!(static ID2D1SimplifiedGeometrySink, GeometrySinkImpl), [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope [INFO] [stdout] --> src/helpers.rs:63:23 [INFO] [stdout] | [INFO] [stdout] 63 | self.as_ref().encode_wide().collect() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `to_wide` with a similar name [INFO] [stdout] | [INFO] [stdout] 63 | self.as_ref().to_wide().collect() [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope [INFO] [stdout] --> src/helpers.rs:63:23 [INFO] [stdout] | [INFO] [stdout] 63 | self.as_ref().encode_wide().collect() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `to_wide` with a similar name [INFO] [stdout] | [INFO] [stdout] 63 | self.as_ref().to_wide().collect() [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope [INFO] [stdout] --> src/helpers.rs:66:23 [INFO] [stdout] | [INFO] [stdout] 66 | self.as_ref().encode_wide().chain(Some(0)).collect() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `to_wide` with a similar name [INFO] [stdout] | [INFO] [stdout] 66 | self.as_ref().to_wide().chain(Some(0)).collect() [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope [INFO] [stdout] --> src/helpers.rs:66:23 [INFO] [stdout] | [INFO] [stdout] 66 | self.as_ref().encode_wide().chain(Some(0)).collect() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `to_wide` with a similar name [INFO] [stdout] | [INFO] [stdout] 66 | self.as_ref().to_wide().chain(Some(0)).collect() [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `is_some` exists for enum `Option`, but its trait bounds were not satisfied [INFO] [stdout] --> src/test.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 13 | assert!(system_fc [INFO] [stdout] | _____________- [INFO] [stdout] 14 | | .families_iter() [INFO] [stdout] 15 | | .find(|f| f.name() == "Arial") [INFO] [stdout] 16 | | .is_some()); [INFO] [stdout] | | -^^^^^^^ method cannot be called on `Option` due to unsatisfied trait bounds [INFO] [stdout] | |_________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] ::: src/font_family.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct FontFamily { [INFO] [stdout] | --------------------- doesn't satisfy `font_family::FontFamily: Sized` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `font_family::FontFamily: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `unwrap` exists for enum `Option`, but its trait bounds were not satisfied [INFO] [stdout] --> src/test.rs:23:67 [INFO] [stdout] | [INFO] [stdout] 23 | let arial_family = system_fc.get_font_family_by_name("Arial").unwrap(); [INFO] [stdout] | ^^^^^^ method cannot be called on `Option` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/font_family.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct FontFamily { [INFO] [stdout] | --------------------- doesn't satisfy `font_family::FontFamily: Sized` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `font_family::FontFamily: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `unwrap` exists for enum `Option`, but its trait bounds were not satisfied [INFO] [stdout] --> src/test.rs:33:72 [INFO] [stdout] | [INFO] [stdout] 33 | let arial_font_2 = system_fc.get_font_from_descriptor(&descriptor).unwrap(); [INFO] [stdout] | ^^^^^^ method cannot be called on `Option` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/font.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | pub struct Font { [INFO] [stdout] | --------------- doesn't satisfy `font::Font: Sized` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `font::Font: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `unwrap` exists for enum `Option`, but its trait bounds were not satisfied [INFO] [stdout] --> src/test.rs:42:67 [INFO] [stdout] | [INFO] [stdout] 42 | let arial_family = system_fc.get_font_family_by_name("Arial").unwrap(); [INFO] [stdout] | ^^^^^^ method cannot be called on `Option` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/font_family.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct FontFamily { [INFO] [stdout] | --------------------- doesn't satisfy `font_family::FontFamily: Sized` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `font_family::FontFamily: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `unwrap` exists for enum `Option`, but its trait bounds were not satisfied [INFO] [stdout] --> src/test.rs:60:67 [INFO] [stdout] | [INFO] [stdout] 60 | let arial_family = system_fc.get_font_family_by_name("Arial").unwrap(); [INFO] [stdout] | ^^^^^^ method cannot be called on `Option` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/font_family.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct FontFamily { [INFO] [stdout] | --------------------- doesn't satisfy `font_family::FontFamily: Sized` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `font_family::FontFamily: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `unwrap` exists for enum `Option`, but its trait bounds were not satisfied [INFO] [stdout] --> src/test.rs:68:79 [INFO] [stdout] | [INFO] [stdout] 68 | let courier_new_family = system_fc.get_font_family_by_name("Courier New").unwrap(); [INFO] [stdout] | ^^^^^^ method cannot be called on `Option` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/font_family.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct FontFamily { [INFO] [stdout] | --------------------- doesn't satisfy `font_family::FontFamily: Sized` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `font_family::FontFamily: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `unwrap` exists for enum `Option`, but its trait bounds were not satisfied [INFO] [stdout] --> src/test.rs:81:67 [INFO] [stdout] | [INFO] [stdout] 81 | let arial_family = system_fc.get_font_family_by_name("Arial").unwrap(); [INFO] [stdout] | ^^^^^^ method cannot be called on `Option` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/font_family.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct FontFamily { [INFO] [stdout] | --------------------- doesn't satisfy `font_family::FontFamily: Sized` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `font_family::FontFamily: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `is_some` exists for enum `Option`, but its trait bounds were not satisfied [INFO] [stdout] --> src/test.rs:96:22 [INFO] [stdout] | [INFO] [stdout] 96 | assert!(new_font.is_some()); [INFO] [stdout] | ^^^^^^^ method cannot be called on `Option` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/font_file.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | pub struct FontFile { [INFO] [stdout] | ------------------- doesn't satisfy `font_file::FontFile: Sized` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `font_file::FontFile: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `unwrap` exists for enum `Option`, but its trait bounds were not satisfied [INFO] [stdout] --> src/test.rs:98:30 [INFO] [stdout] | [INFO] [stdout] 98 | let _new_font = new_font.unwrap(); [INFO] [stdout] | ^^^^^^ method cannot be called on `Option` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/font_file.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | pub struct FontFile { [INFO] [stdout] | ------------------- doesn't satisfy `font_file::FontFile: Sized` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `font_file::FontFile: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `unwrap` exists for enum `Option`, but its trait bounds were not satisfied [INFO] [stdout] --> src/test.rs:104:67 [INFO] [stdout] | [INFO] [stdout] 104 | let arial_family = system_fc.get_font_family_by_name("Arial").unwrap(); [INFO] [stdout] | ^^^^^^ method cannot be called on `Option` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/font_family.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct FontFamily { [INFO] [stdout] | --------------------- doesn't satisfy `font_family::FontFamily: Sized` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `font_family::FontFamily: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_interface` found for struct `GeometrySinkImpl` in the current scope [INFO] [stdout] --> src/font_face.rs:274:47 [INFO] [stdout] | [INFO] [stdout] 274 | let geometry_sink = geometry_sink.into_interface(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `GeometrySinkImpl` [INFO] [stdout] | [INFO] [stdout] ::: src/geometry_sink_impl.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct GeometrySinkImpl { [INFO] [stdout] | --------------------------- method `into_interface` not found for this struct [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `into_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed for `*mut _` [INFO] [stdout] --> src/font_fallback.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | let mut font = null_mut(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | let mapped_font = if font.is_null() { [INFO] [stdout] | ------- cannot call a method on a raw pointer with an unknown pointee type [INFO] [stdout] | [INFO] [stdout] help: consider giving `font` an explicit type, where the type for type parameter `T` is specified [INFO] [stdout] | [INFO] [stdout] 63 | let mut font: *mut T = null_mut(); [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope [INFO] [stdout] --> src/font_file.rs:38:64 [INFO] [stdout] | [INFO] [stdout] 38 | let mut path: Vec = path.as_ref().as_os_str().encode_wide().collect(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `to_wide` with a similar name [INFO] [stdout] | [INFO] [stdout] 38 | let mut path: Vec = path.as_ref().as_os_str().to_wide().collect(); [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_interface` found for struct `GeometrySinkImpl` in the current scope [INFO] [stdout] --> src/font_face.rs:274:47 [INFO] [stdout] | [INFO] [stdout] 274 | let geometry_sink = geometry_sink.into_interface(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `GeometrySinkImpl` [INFO] [stdout] | [INFO] [stdout] ::: src/geometry_sink_impl.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct GeometrySinkImpl { [INFO] [stdout] | --------------------------- method `into_interface` not found for this struct [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `into_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope [INFO] [stdout] --> src/font_file.rs:216:42 [INFO] [stdout] | [INFO] [stdout] 216 | Some(PathBuf::from(OsString::from_wide(&file_path_buf))) [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `OsString` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions: [INFO] [stdout] OsString::new [INFO] [stdout] OsString::from_encoded_bytes_unchecked [INFO] [stdout] OsString::with_capacity [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/std/src/ffi/os_str.rs:143:5 [INFO] [stdout] help: there is a method `to_wide` with a similar name, but with different arguments [INFO] [stdout] --> src/helpers.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | fn to_wide(&self) -> Vec; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_interface` found for struct `text_analysis_source_impl::CustomTextAnalysisSourceImpl` in the current scope [INFO] [stdout] --> src/text_analysis_source.rs:31:77 [INFO] [stdout] | [INFO] [stdout] 31 | CustomTextAnalysisSourceImpl::from_text_native(inner, text).into_interface() [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `CustomTextAnalysisSourceImpl<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/text_analysis_source_impl.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | ------------------------------------------- method `into_interface` not found for this struct [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `into_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed for `*mut _` [INFO] [stdout] --> src/font_fallback.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | let mut font = null_mut(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | let mapped_font = if font.is_null() { [INFO] [stdout] | ------- cannot call a method on a raw pointer with an unknown pointee type [INFO] [stdout] | [INFO] [stdout] help: consider giving `font` an explicit type, where the type for type parameter `T` is specified [INFO] [stdout] | [INFO] [stdout] 63 | let mut font: *mut T = null_mut(); [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_interface` found for struct `text_analysis_source_impl::CustomTextAnalysisSourceImpl` in the current scope [INFO] [stdout] --> src/text_analysis_source.rs:54:18 [INFO] [stdout] | [INFO] [stdout] 49 | / CustomTextAnalysisSourceImpl::from_text_and_number_subst_native( [INFO] [stdout] 50 | | inner, [INFO] [stdout] 51 | | text, [INFO] [stdout] 52 | | number_subst, [INFO] [stdout] 53 | | ) [INFO] [stdout] 54 | | .into_interface() [INFO] [stdout] | | -^^^^^^^^^^^^^^ method not found in `CustomTextAnalysisSourceImpl<'_>` [INFO] [stdout] | |_________________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] ::: src/text_analysis_source_impl.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | ------------------------------------------- method `into_interface` not found for this struct [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `into_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope [INFO] [stdout] --> src/font_file.rs:38:64 [INFO] [stdout] | [INFO] [stdout] 38 | let mut path: Vec = path.as_ref().as_os_str().encode_wide().collect(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `to_wide` with a similar name [INFO] [stdout] | [INFO] [stdout] 38 | let mut path: Vec = path.as_ref().as_os_str().to_wide().collect(); [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `get` exists for struct `MutexGuard<'_, HashMap>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/font_file_loader_impl.rs:39:69 [INFO] [stdout] | [INFO] [stdout] 39 | let stream = match FONT_FILE_STREAM_MAP.lock().unwrap().get(&key) { [INFO] [stdout] | ^^^ method cannot be called on `MutexGuard<'_, HashMap>` due to unsatisfied trait bounds [INFO] [stdout] ... [INFO] [stdout] 167 | struct FontFileStreamPtr(*mut IDWriteFontFileStream); [INFO] [stdout] | ------------------------ doesn't satisfy `FontFileStreamPtr: Sized` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `FontFileStreamPtr: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `FontFileStream` in the current scope [INFO] [stdout] --> src/com_helpers.rs:36:38 [INFO] [stdout] | [INFO] [stdout] 36 | let this = $typ::from_interface(unknown_this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `FontFileStream` [INFO] [stdout] | [INFO] [stdout] ::: src/font_file_loader_impl.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 87 | parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream), [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `FontFileStream`, consider using `FontFileStream::new` which returns `FontFileStream` [INFO] [stdout] --> src/font_file_loader_impl.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn new(key: usize, data: Arc>) -> FontFileStream { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope [INFO] [stdout] --> src/font_file.rs:216:42 [INFO] [stdout] | [INFO] [stdout] 216 | Some(PathBuf::from(OsString::from_wide(&file_path_buf))) [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `OsString` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions: [INFO] [stdout] OsString::new [INFO] [stdout] OsString::from_encoded_bytes_unchecked [INFO] [stdout] OsString::with_capacity [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/std/src/ffi/os_str.rs:143:5 [INFO] [stdout] help: there is a method `to_wide` with a similar name, but with different arguments [INFO] [stdout] --> src/helpers.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | fn to_wide(&self) -> Vec; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `FontFileStream` in the current scope [INFO] [stdout] --> src/com_helpers.rs:44:38 [INFO] [stdout] | [INFO] [stdout] 44 | let this = $typ::from_interface(unknown_this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `FontFileStream` [INFO] [stdout] | [INFO] [stdout] ::: src/font_file_loader_impl.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 87 | parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream), [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `FontFileStream`, consider using `FontFileStream::new` which returns `FontFileStream` [INFO] [stdout] --> src/font_file_loader_impl.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn new(key: usize, data: Arc>) -> FontFileStream { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_interface` found for struct `text_analysis_source_impl::CustomTextAnalysisSourceImpl` in the current scope [INFO] [stdout] --> src/text_analysis_source.rs:31:77 [INFO] [stdout] | [INFO] [stdout] 31 | CustomTextAnalysisSourceImpl::from_text_native(inner, text).into_interface() [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `CustomTextAnalysisSourceImpl<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/text_analysis_source_impl.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | ------------------------------------------- method `into_interface` not found for this struct [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `into_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `FontFileStream` in the current scope [INFO] [stdout] --> src/font_file_loader_impl.rs:96:40 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 96 | let this = FontFileStream::from_interface(This); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `FontFileStream` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `FontFileStream`, consider using `FontFileStream::new` which returns `FontFileStream` [INFO] [stdout] --> src/font_file_loader_impl.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn new(key: usize, data: Arc>) -> FontFileStream { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `FontFileStream` in the current scope [INFO] [stdout] --> src/font_file_loader_impl.rs:120:40 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 120 | let this = FontFileStream::from_interface(This); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `FontFileStream` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `FontFileStream`, consider using `FontFileStream::new` which returns `FontFileStream` [INFO] [stdout] --> src/font_file_loader_impl.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn new(key: usize, data: Arc>) -> FontFileStream { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_interface` found for struct `text_analysis_source_impl::CustomTextAnalysisSourceImpl` in the current scope [INFO] [stdout] --> src/text_analysis_source.rs:54:18 [INFO] [stdout] | [INFO] [stdout] 49 | / CustomTextAnalysisSourceImpl::from_text_and_number_subst_native( [INFO] [stdout] 50 | | inner, [INFO] [stdout] 51 | | text, [INFO] [stdout] 52 | | number_subst, [INFO] [stdout] 53 | | ) [INFO] [stdout] 54 | | .into_interface() [INFO] [stdout] | | -^^^^^^^^^^^^^^ method not found in `CustomTextAnalysisSourceImpl<'_>` [INFO] [stdout] | |_________________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] ::: src/text_analysis_source_impl.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | ------------------------------------------- method `into_interface` not found for this struct [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `into_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `get` exists for struct `Lazy>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/font_file_loader_impl.rs:179:1 [INFO] [stdout] | [INFO] [stdout] 179 | / lazy_static! { [INFO] [stdout] 180 | | static ref FONT_FILE_STREAM_MAP: Mutex> = [INFO] [stdout] 181 | | { Mutex::new(HashMap::new()) }; [INFO] [stdout] 182 | | static ref FONT_FILE_LOADER: Mutex = { [INFO] [stdout] ... | [INFO] [stdout] 190 | | }; [INFO] [stdout] 191 | | } [INFO] [stdout] | |_^ method cannot be called on `Lazy>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `Mutex>: Sync` [INFO] [stdout] = note: this error originates in the macro `__lazy_static_internal` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `get` exists for struct `MutexGuard<'_, HashMap>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/font_file_loader_impl.rs:39:69 [INFO] [stdout] | [INFO] [stdout] 39 | let stream = match FONT_FILE_STREAM_MAP.lock().unwrap().get(&key) { [INFO] [stdout] | ^^^ method cannot be called on `MutexGuard<'_, HashMap>` due to unsatisfied trait bounds [INFO] [stdout] ... [INFO] [stdout] 167 | struct FontFileStreamPtr(*mut IDWriteFontFileStream); [INFO] [stdout] | ------------------------ doesn't satisfy `FontFileStreamPtr: Sized` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `FontFileStreamPtr: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_interface` found for struct `FontFileLoader` in the current scope [INFO] [stdout] --> src/font_file_loader_impl.rs:185:76 [INFO] [stdout] | [INFO] [stdout] 23 | struct FontFileLoader; [INFO] [stdout] | --------------------- method `into_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 185 | let ffl = ComPtr::::from_raw(ffl_native.into_interface()); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `FontFileLoader` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `into_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `FontFileStream` in the current scope [INFO] [stdout] --> src/com_helpers.rs:36:38 [INFO] [stdout] | [INFO] [stdout] 36 | let this = $typ::from_interface(unknown_this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `FontFileStream` [INFO] [stdout] | [INFO] [stdout] ::: src/font_file_loader_impl.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 87 | parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream), [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `FontFileStream`, consider using `FontFileStream::new` which returns `FontFileStream` [INFO] [stdout] --> src/font_file_loader_impl.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn new(key: usize, data: Arc>) -> FontFileStream { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `get` exists for struct `Lazy>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/font_file_loader_impl.rs:179:1 [INFO] [stdout] | [INFO] [stdout] 179 | / lazy_static! { [INFO] [stdout] 180 | | static ref FONT_FILE_STREAM_MAP: Mutex> = [INFO] [stdout] 181 | | { Mutex::new(HashMap::new()) }; [INFO] [stdout] 182 | | static ref FONT_FILE_LOADER: Mutex = { [INFO] [stdout] ... | [INFO] [stdout] 190 | | }; [INFO] [stdout] 191 | | } [INFO] [stdout] | |_^ method cannot be called on `Lazy>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `Mutex: Sized` [INFO] [stdout] = note: this error originates in the macro `__lazy_static_internal` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `FontFileStream` in the current scope [INFO] [stdout] --> src/com_helpers.rs:44:38 [INFO] [stdout] | [INFO] [stdout] 44 | let this = $typ::from_interface(unknown_this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `FontFileStream` [INFO] [stdout] | [INFO] [stdout] ::: src/font_file_loader_impl.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 87 | parent: implement_iunknown!(IDWriteFontFileStream, FontFileStream), [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `FontFileStream`, consider using `FontFileStream::new` which returns `FontFileStream` [INFO] [stdout] --> src/font_file_loader_impl.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn new(key: usize, data: Arc>) -> FontFileStream { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the macro `implement_iunknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `FontFileStream` in the current scope [INFO] [stdout] --> src/font_file_loader_impl.rs:96:40 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 96 | let this = FontFileStream::from_interface(This); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `FontFileStream` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `FontFileStream`, consider using `FontFileStream::new` which returns `FontFileStream` [INFO] [stdout] --> src/font_file_loader_impl.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn new(key: usize, data: Arc>) -> FontFileStream { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_interface` found for struct `FontFileStream` in the current scope [INFO] [stdout] --> src/font_file_loader_impl.rs:207:58 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- method `into_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 207 | ComPtr::from_raw(font_file_stream_native.into_interface()); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `FontFileStream` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `into_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `FontFileStream` in the current scope [INFO] [stdout] --> src/font_file_loader_impl.rs:120:40 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 120 | let this = FontFileStream::from_interface(This); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `FontFileStream` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `FontFileStream`, consider using `FontFileStream::new` which returns `FontFileStream` [INFO] [stdout] --> src/font_file_loader_impl.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn new(key: usize, data: Arc>) -> FontFileStream { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `insert` exists for struct `MutexGuard<'_, HashMap>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/font_file_loader_impl.rs:211:21 [INFO] [stdout] | [INFO] [stdout] 167 | struct FontFileStreamPtr(*mut IDWriteFontFileStream); [INFO] [stdout] | ------------------------ doesn't satisfy `FontFileStreamPtr: Sized` [INFO] [stdout] ... [INFO] [stdout] 211 | map.insert(key, FontFileStreamPtr(font_file_stream.as_raw())); [INFO] [stdout] | ^^^^^^ method cannot be called on `MutexGuard<'_, HashMap>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `FontFileStreamPtr: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `get` exists for struct `Lazy>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/font_file_loader_impl.rs:179:1 [INFO] [stdout] | [INFO] [stdout] 179 | / lazy_static! { [INFO] [stdout] 180 | | static ref FONT_FILE_STREAM_MAP: Mutex> = [INFO] [stdout] 181 | | { Mutex::new(HashMap::new()) }; [INFO] [stdout] 182 | | static ref FONT_FILE_LOADER: Mutex = { [INFO] [stdout] ... | [INFO] [stdout] 190 | | }; [INFO] [stdout] 191 | | } [INFO] [stdout] | |_^ method cannot be called on `Lazy>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `Mutex>: Sync` [INFO] [stdout] = note: this error originates in the macro `__lazy_static_internal` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_interface` found for struct `FontFileLoader` in the current scope [INFO] [stdout] --> src/font_file_loader_impl.rs:185:76 [INFO] [stdout] | [INFO] [stdout] 23 | struct FontFileLoader; [INFO] [stdout] | --------------------- method `into_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 185 | let ffl = ComPtr::::from_raw(ffl_native.into_interface()); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `FontFileLoader` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `into_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `remove` exists for struct `MutexGuard<'_, HashMap>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/font_file_loader_impl.rs:233:16 [INFO] [stdout] | [INFO] [stdout] 167 | struct FontFileStreamPtr(*mut IDWriteFontFileStream); [INFO] [stdout] | ------------------------ doesn't satisfy `FontFileStreamPtr: Sized` [INFO] [stdout] ... [INFO] [stdout] 233 | if map.remove(&key).is_none() { [INFO] [stdout] | ^^^^^^ method cannot be called on `MutexGuard<'_, HashMap>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `FontFileStreamPtr: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `get` exists for struct `Lazy>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/font_file_loader_impl.rs:179:1 [INFO] [stdout] | [INFO] [stdout] 179 | / lazy_static! { [INFO] [stdout] 180 | | static ref FONT_FILE_STREAM_MAP: Mutex> = [INFO] [stdout] 181 | | { Mutex::new(HashMap::new()) }; [INFO] [stdout] 182 | | static ref FONT_FILE_LOADER: Mutex = { [INFO] [stdout] ... | [INFO] [stdout] 190 | | }; [INFO] [stdout] 191 | | } [INFO] [stdout] | |_^ method cannot be called on `Lazy>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `Mutex: Sized` [INFO] [stdout] = note: this error originates in the macro `__lazy_static_internal` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `iter` exists for reference `&[FontFile]`, but its trait bounds were not satisfied [INFO] [stdout] --> src/font_collection_impl.rs:62:44 [INFO] [stdout] | [INFO] [stdout] 62 | font_files: font_files.iter().map(|file| file.as_com_ptr()).collect(), [INFO] [stdout] | ^^^^ method cannot be called on `&[FontFile]` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/font_file.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | pub struct FontFile { [INFO] [stdout] | ------------------- doesn't satisfy `FontFile: Sized` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `FontFile: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_interface` found for struct `FontFileStream` in the current scope [INFO] [stdout] --> src/font_file_loader_impl.rs:207:58 [INFO] [stdout] | [INFO] [stdout] 80 | struct FontFileStream { [INFO] [stdout] | --------------------- method `into_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 207 | ComPtr::from_raw(font_file_stream_native.into_interface()); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `FontFileStream` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `into_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_interface` found for struct `CustomFontCollectionLoaderImpl` in the current scope [INFO] [stdout] --> src/font_collection_impl.rs:64:18 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct CustomFontCollectionLoaderImpl { [INFO] [stdout] | ----------------------------------------- method `into_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 60 | / CustomFontCollectionLoaderImpl { [INFO] [stdout] 61 | | _refcount: AtomicUsize::new(1), [INFO] [stdout] 62 | | font_files: font_files.iter().map(|file| file.as_com_ptr()).collect(), [INFO] [stdout] 63 | | } [INFO] [stdout] 64 | | .into_interface(), [INFO] [stdout] | | -^^^^^^^^^^^^^^ method not found in `CustomFontCollectionLoaderImpl` [INFO] [stdout] | |_________________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `into_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `insert` exists for struct `MutexGuard<'_, HashMap>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/font_file_loader_impl.rs:211:21 [INFO] [stdout] | [INFO] [stdout] 167 | struct FontFileStreamPtr(*mut IDWriteFontFileStream); [INFO] [stdout] | ------------------------ doesn't satisfy `FontFileStreamPtr: Sized` [INFO] [stdout] ... [INFO] [stdout] 211 | map.insert(key, FontFileStreamPtr(font_file_stream.as_raw())); [INFO] [stdout] | ^^^^^^ method cannot be called on `MutexGuard<'_, HashMap>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `FontFileStreamPtr: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `CustomFontCollectionLoaderImpl` in the current scope [INFO] [stdout] --> src/font_collection_impl.rs:78:48 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct CustomFontCollectionLoaderImpl { [INFO] [stdout] | ----------------------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 78 | let this = CustomFontCollectionLoaderImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `CustomFontCollectionLoaderImpl` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `remove` exists for struct `MutexGuard<'_, HashMap>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/font_file_loader_impl.rs:233:16 [INFO] [stdout] | [INFO] [stdout] 167 | struct FontFileStreamPtr(*mut IDWriteFontFileStream); [INFO] [stdout] | ------------------------ doesn't satisfy `FontFileStreamPtr: Sized` [INFO] [stdout] ... [INFO] [stdout] 233 | if map.remove(&key).is_none() { [INFO] [stdout] | ^^^^^^ method cannot be called on `MutexGuard<'_, HashMap>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `FontFileStreamPtr: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `iter` exists for reference `&[FontFile]`, but its trait bounds were not satisfied [INFO] [stdout] --> src/font_collection_impl.rs:62:44 [INFO] [stdout] | [INFO] [stdout] 62 | font_files: font_files.iter().map(|file| file.as_com_ptr()).collect(), [INFO] [stdout] | ^^^^ method cannot be called on `&[FontFile]` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/font_file.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | pub struct FontFile { [INFO] [stdout] | ------------------- doesn't satisfy `font_file::FontFile: Sized` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `font_file::FontFile: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_interface` found for struct `CustomFontFileEnumeratorImpl` in the current scope [INFO] [stdout] --> src/font_collection_impl.rs:80:79 [INFO] [stdout] | [INFO] [stdout] 80 | let enumerator = ComPtr::::from_raw(enumerator.into_interface()); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `CustomFontFileEnumeratorImpl` [INFO] [stdout] ... [INFO] [stdout] 87 | struct CustomFontFileEnumeratorImpl { [INFO] [stdout] | ----------------------------------- method `into_interface` not found for this struct [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `into_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_interface` found for struct `CustomFontCollectionLoaderImpl` in the current scope [INFO] [stdout] --> src/font_collection_impl.rs:64:18 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct CustomFontCollectionLoaderImpl { [INFO] [stdout] | ----------------------------------------- method `into_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 60 | / CustomFontCollectionLoaderImpl { [INFO] [stdout] 61 | | _refcount: AtomicUsize::new(1), [INFO] [stdout] 62 | | font_files: font_files.iter().map(|file| file.as_com_ptr()).collect(), [INFO] [stdout] 63 | | } [INFO] [stdout] 64 | | .into_interface(), [INFO] [stdout] | | -^^^^^^^^^^^^^^ method not found in `CustomFontCollectionLoaderImpl` [INFO] [stdout] | |_________________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `into_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `CustomFontFileEnumeratorImpl` in the current scope [INFO] [stdout] --> src/font_collection_impl.rs:131:46 [INFO] [stdout] | [INFO] [stdout] 87 | struct CustomFontFileEnumeratorImpl { [INFO] [stdout] | ----------------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 131 | let this = CustomFontFileEnumeratorImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `CustomFontFileEnumeratorImpl` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `CustomFontFileEnumeratorImpl`, consider using `CustomFontFileEnumeratorImpl::new` which returns `CustomFontFileEnumeratorImpl` [INFO] [stdout] --> src/font_collection_impl.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn new(font_files: Vec>) -> CustomFontFileEnumeratorImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `CustomFontCollectionLoaderImpl` in the current scope [INFO] [stdout] --> src/font_collection_impl.rs:78:48 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct CustomFontCollectionLoaderImpl { [INFO] [stdout] | ----------------------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 78 | let this = CustomFontCollectionLoaderImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `CustomFontCollectionLoaderImpl` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `CustomFontFileEnumeratorImpl` in the current scope [INFO] [stdout] --> src/font_collection_impl.rs:146:46 [INFO] [stdout] | [INFO] [stdout] 87 | struct CustomFontFileEnumeratorImpl { [INFO] [stdout] | ----------------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 146 | let this = CustomFontFileEnumeratorImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `CustomFontFileEnumeratorImpl` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `CustomFontFileEnumeratorImpl`, consider using `CustomFontFileEnumeratorImpl::new` which returns `CustomFontFileEnumeratorImpl` [INFO] [stdout] --> src/font_collection_impl.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn new(font_files: Vec>) -> CustomFontFileEnumeratorImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_interface` found for struct `CustomFontFileEnumeratorImpl` in the current scope [INFO] [stdout] --> src/font_collection_impl.rs:80:79 [INFO] [stdout] | [INFO] [stdout] 80 | let enumerator = ComPtr::::from_raw(enumerator.into_interface()); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `CustomFontFileEnumeratorImpl` [INFO] [stdout] ... [INFO] [stdout] 87 | struct CustomFontFileEnumeratorImpl { [INFO] [stdout] | ----------------------------------- method `into_interface` not found for this struct [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `into_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `text_analysis_source_impl::CustomTextAnalysisSourceImpl` in the current scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:136:46 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | ------------------------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 136 | let this = CustomTextAnalysisSourceImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `CustomTextAnalysisSourceImpl<'_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `text_analysis_source_impl::CustomTextAnalysisSourceImpl<'_>` consider using one of the following associated functions: [INFO] [stdout] text_analysis_source_impl::CustomTextAnalysisSourceImpl::<'a>::from_text_native [INFO] [stdout] text_analysis_source_impl::CustomTextAnalysisSourceImpl::<'a>::from_text_and_number_subst_native [INFO] [stdout] --> src/text_analysis_source_impl.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | / pub fn from_text_native( [INFO] [stdout] 80 | | inner: Box, [INFO] [stdout] 81 | | text: Cow<'a, [wchar_t]>, [INFO] [stdout] 82 | | ) -> CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 98 | / pub fn from_text_and_number_subst_native( [INFO] [stdout] 99 | | inner: Box, [INFO] [stdout] 100 | | text: Cow<'a, [wchar_t]>, [INFO] [stdout] 101 | | number_subst: NumberSubstitution, [INFO] [stdout] 102 | | ) -> CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `CustomFontFileEnumeratorImpl` in the current scope [INFO] [stdout] --> src/font_collection_impl.rs:131:46 [INFO] [stdout] | [INFO] [stdout] 87 | struct CustomFontFileEnumeratorImpl { [INFO] [stdout] | ----------------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 131 | let this = CustomFontFileEnumeratorImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `CustomFontFileEnumeratorImpl` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `CustomFontFileEnumeratorImpl`, consider using `CustomFontFileEnumeratorImpl::new` which returns `CustomFontFileEnumeratorImpl` [INFO] [stdout] --> src/font_collection_impl.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn new(font_files: Vec>) -> CustomFontFileEnumeratorImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:140:40 [INFO] [stdout] | [INFO] [stdout] 140 | for (i, c) in OsStr::new(&*locale).encode_wide().chain(Some(0)).enumerate() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `to_wide` with a similar name [INFO] [stdout] | [INFO] [stdout] 140 | for (i, c) in OsStr::new(&*locale).to_wide().chain(Some(0)).enumerate() { [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `CustomFontFileEnumeratorImpl` in the current scope [INFO] [stdout] --> src/font_collection_impl.rs:146:46 [INFO] [stdout] | [INFO] [stdout] 87 | struct CustomFontFileEnumeratorImpl { [INFO] [stdout] | ----------------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 146 | let this = CustomFontFileEnumeratorImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `CustomFontFileEnumeratorImpl` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `CustomFontFileEnumeratorImpl`, consider using `CustomFontFileEnumeratorImpl::new` which returns `CustomFontFileEnumeratorImpl` [INFO] [stdout] --> src/font_collection_impl.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn new(font_files: Vec>) -> CustomFontFileEnumeratorImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `text_analysis_source_impl::CustomTextAnalysisSourceImpl` in the current scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:161:46 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | ------------------------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 161 | let this = CustomTextAnalysisSourceImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `CustomTextAnalysisSourceImpl<'_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `text_analysis_source_impl::CustomTextAnalysisSourceImpl<'_>` consider using one of the following associated functions: [INFO] [stdout] text_analysis_source_impl::CustomTextAnalysisSourceImpl::<'a>::from_text_native [INFO] [stdout] text_analysis_source_impl::CustomTextAnalysisSourceImpl::<'a>::from_text_and_number_subst_native [INFO] [stdout] --> src/text_analysis_source_impl.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | / pub fn from_text_native( [INFO] [stdout] 80 | | inner: Box, [INFO] [stdout] 81 | | text: Cow<'a, [wchar_t]>, [INFO] [stdout] 82 | | ) -> CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 98 | / pub fn from_text_and_number_subst_native( [INFO] [stdout] 99 | | inner: Box, [INFO] [stdout] 100 | | text: Cow<'a, [wchar_t]>, [INFO] [stdout] 101 | | number_subst: NumberSubstitution, [INFO] [stdout] 102 | | ) -> CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `text_analysis_source_impl::CustomTextAnalysisSourceImpl` in the current scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:136:46 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | ------------------------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 136 | let this = CustomTextAnalysisSourceImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `CustomTextAnalysisSourceImpl<'_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `text_analysis_source_impl::CustomTextAnalysisSourceImpl<'_>` consider using one of the following associated functions: [INFO] [stdout] text_analysis_source_impl::CustomTextAnalysisSourceImpl::<'a>::from_text_native [INFO] [stdout] text_analysis_source_impl::CustomTextAnalysisSourceImpl::<'a>::from_text_and_number_subst_native [INFO] [stdout] --> src/text_analysis_source_impl.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | / pub fn from_text_native( [INFO] [stdout] 80 | | inner: Box, [INFO] [stdout] 81 | | text: Cow<'a, [wchar_t]>, [INFO] [stdout] 82 | | ) -> CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 98 | / pub fn from_text_and_number_subst_native( [INFO] [stdout] 99 | | inner: Box, [INFO] [stdout] 100 | | text: Cow<'a, [wchar_t]>, [INFO] [stdout] 101 | | number_subst: NumberSubstitution, [INFO] [stdout] 102 | | ) -> CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `text_analysis_source_impl::CustomTextAnalysisSourceImpl` in the current scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:182:46 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | ------------------------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 182 | let this = CustomTextAnalysisSourceImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `CustomTextAnalysisSourceImpl<'_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `text_analysis_source_impl::CustomTextAnalysisSourceImpl<'_>` consider using one of the following associated functions: [INFO] [stdout] text_analysis_source_impl::CustomTextAnalysisSourceImpl::<'a>::from_text_native [INFO] [stdout] text_analysis_source_impl::CustomTextAnalysisSourceImpl::<'a>::from_text_and_number_subst_native [INFO] [stdout] --> src/text_analysis_source_impl.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | / pub fn from_text_native( [INFO] [stdout] 80 | | inner: Box, [INFO] [stdout] 81 | | text: Cow<'a, [wchar_t]>, [INFO] [stdout] 82 | | ) -> CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 98 | / pub fn from_text_and_number_subst_native( [INFO] [stdout] 99 | | inner: Box, [INFO] [stdout] 100 | | text: Cow<'a, [wchar_t]>, [INFO] [stdout] 101 | | number_subst: NumberSubstitution, [INFO] [stdout] 102 | | ) -> CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:140:40 [INFO] [stdout] | [INFO] [stdout] 140 | for (i, c) in OsStr::new(&*locale).encode_wide().chain(Some(0)).enumerate() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `to_wide` with a similar name [INFO] [stdout] | [INFO] [stdout] 140 | for (i, c) in OsStr::new(&*locale).to_wide().chain(Some(0)).enumerate() { [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `text_analysis_source_impl::CustomTextAnalysisSourceImpl` in the current scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:192:46 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | ------------------------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 192 | let this = CustomTextAnalysisSourceImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `CustomTextAnalysisSourceImpl<'_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `text_analysis_source_impl::CustomTextAnalysisSourceImpl<'_>` consider using one of the following associated functions: [INFO] [stdout] text_analysis_source_impl::CustomTextAnalysisSourceImpl::<'a>::from_text_native [INFO] [stdout] text_analysis_source_impl::CustomTextAnalysisSourceImpl::<'a>::from_text_and_number_subst_native [INFO] [stdout] --> src/text_analysis_source_impl.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | / pub fn from_text_native( [INFO] [stdout] 80 | | inner: Box, [INFO] [stdout] 81 | | text: Cow<'a, [wchar_t]>, [INFO] [stdout] 82 | | ) -> CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 98 | / pub fn from_text_and_number_subst_native( [INFO] [stdout] 99 | | inner: Box, [INFO] [stdout] 100 | | text: Cow<'a, [wchar_t]>, [INFO] [stdout] 101 | | number_subst: NumberSubstitution, [INFO] [stdout] 102 | | ) -> CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `text_analysis_source_impl::CustomTextAnalysisSourceImpl` in the current scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:161:46 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | ------------------------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 161 | let this = CustomTextAnalysisSourceImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `CustomTextAnalysisSourceImpl<'_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `text_analysis_source_impl::CustomTextAnalysisSourceImpl<'_>` consider using one of the following associated functions: [INFO] [stdout] text_analysis_source_impl::CustomTextAnalysisSourceImpl::<'a>::from_text_native [INFO] [stdout] text_analysis_source_impl::CustomTextAnalysisSourceImpl::<'a>::from_text_and_number_subst_native [INFO] [stdout] --> src/text_analysis_source_impl.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | / pub fn from_text_native( [INFO] [stdout] 80 | | inner: Box, [INFO] [stdout] 81 | | text: Cow<'a, [wchar_t]>, [INFO] [stdout] 82 | | ) -> CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 98 | / pub fn from_text_and_number_subst_native( [INFO] [stdout] 99 | | inner: Box, [INFO] [stdout] 100 | | text: Cow<'a, [wchar_t]>, [INFO] [stdout] 101 | | number_subst: NumberSubstitution, [INFO] [stdout] 102 | | ) -> CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `text_analysis_source_impl::CustomTextAnalysisSourceImpl` in the current scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:182:46 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | ------------------------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 182 | let this = CustomTextAnalysisSourceImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `CustomTextAnalysisSourceImpl<'_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `text_analysis_source_impl::CustomTextAnalysisSourceImpl<'_>` consider using one of the following associated functions: [INFO] [stdout] text_analysis_source_impl::CustomTextAnalysisSourceImpl::<'a>::from_text_native [INFO] [stdout] text_analysis_source_impl::CustomTextAnalysisSourceImpl::<'a>::from_text_and_number_subst_native [INFO] [stdout] --> src/text_analysis_source_impl.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | / pub fn from_text_native( [INFO] [stdout] 80 | | inner: Box, [INFO] [stdout] 81 | | text: Cow<'a, [wchar_t]>, [INFO] [stdout] 82 | | ) -> CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 98 | / pub fn from_text_and_number_subst_native( [INFO] [stdout] 99 | | inner: Box, [INFO] [stdout] 100 | | text: Cow<'a, [wchar_t]>, [INFO] [stdout] 101 | | number_subst: NumberSubstitution, [INFO] [stdout] 102 | | ) -> CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `text_analysis_source_impl::CustomTextAnalysisSourceImpl` in the current scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:192:46 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | ------------------------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 192 | let this = CustomTextAnalysisSourceImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `CustomTextAnalysisSourceImpl<'_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `text_analysis_source_impl::CustomTextAnalysisSourceImpl<'_>` consider using one of the following associated functions: [INFO] [stdout] text_analysis_source_impl::CustomTextAnalysisSourceImpl::<'a>::from_text_native [INFO] [stdout] text_analysis_source_impl::CustomTextAnalysisSourceImpl::<'a>::from_text_and_number_subst_native [INFO] [stdout] --> src/text_analysis_source_impl.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | / pub fn from_text_native( [INFO] [stdout] 80 | | inner: Box, [INFO] [stdout] 81 | | text: Cow<'a, [wchar_t]>, [INFO] [stdout] 82 | | ) -> CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 98 | / pub fn from_text_and_number_subst_native( [INFO] [stdout] 99 | | inner: Box, [INFO] [stdout] 100 | | text: Cow<'a, [wchar_t]>, [INFO] [stdout] 101 | | number_subst: NumberSubstitution, [INFO] [stdout] 102 | | ) -> CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `text_analysis_source_impl::CustomTextAnalysisSourceImpl` in the current scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:209:46 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | ------------------------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 209 | let this = CustomTextAnalysisSourceImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `CustomTextAnalysisSourceImpl<'_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `text_analysis_source_impl::CustomTextAnalysisSourceImpl<'_>` consider using one of the following associated functions: [INFO] [stdout] text_analysis_source_impl::CustomTextAnalysisSourceImpl::<'a>::from_text_native [INFO] [stdout] text_analysis_source_impl::CustomTextAnalysisSourceImpl::<'a>::from_text_and_number_subst_native [INFO] [stdout] --> src/text_analysis_source_impl.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | / pub fn from_text_native( [INFO] [stdout] 80 | | inner: Box, [INFO] [stdout] 81 | | text: Cow<'a, [wchar_t]>, [INFO] [stdout] 82 | | ) -> CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 98 | / pub fn from_text_and_number_subst_native( [INFO] [stdout] 99 | | inner: Box, [INFO] [stdout] 100 | | text: Cow<'a, [wchar_t]>, [INFO] [stdout] 101 | | number_subst: NumberSubstitution, [INFO] [stdout] 102 | | ) -> CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `GeometrySinkImpl` in the current scope [INFO] [stdout] --> src/geometry_sink_impl.rs:66:34 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct GeometrySinkImpl { [INFO] [stdout] | --------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 66 | let this = GeometrySinkImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `GeometrySinkImpl` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `GeometrySinkImpl`, consider using `GeometrySinkImpl::new` which returns `GeometrySinkImpl` [INFO] [stdout] --> src/geometry_sink_impl.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn new(outline_builder: Box) -> GeometrySinkImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `text_analysis_source_impl::CustomTextAnalysisSourceImpl` in the current scope [INFO] [stdout] --> src/text_analysis_source_impl.rs:209:46 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | ------------------------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 209 | let this = CustomTextAnalysisSourceImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `CustomTextAnalysisSourceImpl<'_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `text_analysis_source_impl::CustomTextAnalysisSourceImpl<'_>` consider using one of the following associated functions: [INFO] [stdout] text_analysis_source_impl::CustomTextAnalysisSourceImpl::<'a>::from_text_native [INFO] [stdout] text_analysis_source_impl::CustomTextAnalysisSourceImpl::<'a>::from_text_and_number_subst_native [INFO] [stdout] --> src/text_analysis_source_impl.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | / pub fn from_text_native( [INFO] [stdout] 80 | | inner: Box, [INFO] [stdout] 81 | | text: Cow<'a, [wchar_t]>, [INFO] [stdout] 82 | | ) -> CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 98 | / pub fn from_text_and_number_subst_native( [INFO] [stdout] 99 | | inner: Box, [INFO] [stdout] 100 | | text: Cow<'a, [wchar_t]>, [INFO] [stdout] 101 | | number_subst: NumberSubstitution, [INFO] [stdout] 102 | | ) -> CustomTextAnalysisSourceImpl<'a> { [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `GeometrySinkImpl` in the current scope [INFO] [stdout] --> src/geometry_sink_impl.rs:76:34 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct GeometrySinkImpl { [INFO] [stdout] | --------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 76 | let this = GeometrySinkImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `GeometrySinkImpl` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `GeometrySinkImpl`, consider using `GeometrySinkImpl::new` which returns `GeometrySinkImpl` [INFO] [stdout] --> src/geometry_sink_impl.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn new(outline_builder: Box) -> GeometrySinkImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `GeometrySinkImpl` in the current scope [INFO] [stdout] --> src/geometry_sink_impl.rs:87:34 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct GeometrySinkImpl { [INFO] [stdout] | --------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 87 | let this = GeometrySinkImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `GeometrySinkImpl` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `GeometrySinkImpl`, consider using `GeometrySinkImpl::new` which returns `GeometrySinkImpl` [INFO] [stdout] --> src/geometry_sink_impl.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn new(outline_builder: Box) -> GeometrySinkImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `GeometrySinkImpl` in the current scope [INFO] [stdout] --> src/geometry_sink_impl.rs:66:34 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct GeometrySinkImpl { [INFO] [stdout] | --------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 66 | let this = GeometrySinkImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `GeometrySinkImpl` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `GeometrySinkImpl`, consider using `GeometrySinkImpl::new` which returns `GeometrySinkImpl` [INFO] [stdout] --> src/geometry_sink_impl.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn new(outline_builder: Box) -> GeometrySinkImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `GeometrySinkImpl` in the current scope [INFO] [stdout] --> src/geometry_sink_impl.rs:99:34 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct GeometrySinkImpl { [INFO] [stdout] | --------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 99 | let this = GeometrySinkImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `GeometrySinkImpl` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `GeometrySinkImpl`, consider using `GeometrySinkImpl::new` which returns `GeometrySinkImpl` [INFO] [stdout] --> src/geometry_sink_impl.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn new(outline_builder: Box) -> GeometrySinkImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `GeometrySinkImpl` in the current scope [INFO] [stdout] --> src/geometry_sink_impl.rs:76:34 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct GeometrySinkImpl { [INFO] [stdout] | --------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 76 | let this = GeometrySinkImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `GeometrySinkImpl` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `GeometrySinkImpl`, consider using `GeometrySinkImpl::new` which returns `GeometrySinkImpl` [INFO] [stdout] --> src/geometry_sink_impl.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn new(outline_builder: Box) -> GeometrySinkImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `GeometrySinkImpl` in the current scope [INFO] [stdout] --> src/geometry_sink_impl.rs:87:34 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct GeometrySinkImpl { [INFO] [stdout] | --------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 87 | let this = GeometrySinkImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `GeometrySinkImpl` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `GeometrySinkImpl`, consider using `GeometrySinkImpl::new` which returns `GeometrySinkImpl` [INFO] [stdout] --> src/geometry_sink_impl.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn new(outline_builder: Box) -> GeometrySinkImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_interface` found for struct `GeometrySinkImpl` in the current scope [INFO] [stdout] --> src/geometry_sink_impl.rs:99:34 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct GeometrySinkImpl { [INFO] [stdout] | --------------------------- function or associated item `from_interface` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 99 | let this = GeometrySinkImpl::from_interface(this); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `GeometrySinkImpl` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `GeometrySinkImpl`, consider using `GeometrySinkImpl::new` which returns `GeometrySinkImpl` [INFO] [stdout] --> src/geometry_sink_impl.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn new(outline_builder: Box) -> GeometrySinkImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `com_helpers::Com` defines an item `from_interface`, perhaps you need to implement it [INFO] [stdout] --> src/com_helpers.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | pub trait Com [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 219 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 229 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `dwrote` (lib) due to 220 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `dwrote` (lib test) due to 230 previous errors [INFO] running `Command { std: "docker" "inspect" "4b057f6f31c58755d5e1e9c7f2446d03651d0d551ddf743d8dc8fec8e839aa64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b057f6f31c58755d5e1e9c7f2446d03651d0d551ddf743d8dc8fec8e839aa64", kill_on_drop: false }` [INFO] [stdout] 4b057f6f31c58755d5e1e9c7f2446d03651d0d551ddf743d8dc8fec8e839aa64 [INFO] checking dwrote-0.11.0 against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] extracting crate dwrote 0.11.0 into /workspace/builds/worker-3-tc2/source [INFO] validating manifest of crates.io crate dwrote 0.11.0 on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "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-3-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 13 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1e466e50153b92ba70d28bfd59549f4f6c488472a059d32af6042e0fe9944f43 [INFO] running `Command { std: "docker" "start" "-a" "1e466e50153b92ba70d28bfd59549f4f6c488472a059d32af6042e0fe9944f43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1e466e50153b92ba70d28bfd59549f4f6c488472a059d32af6042e0fe9944f43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e466e50153b92ba70d28bfd59549f4f6c488472a059d32af6042e0fe9944f43", kill_on_drop: false }` [INFO] [stdout] 1e466e50153b92ba70d28bfd59549f4f6c488472a059d32af6042e0fe9944f43 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c40fc16b3af09332af00ad061cae8a55e917c7d6d4bfcd7eb9a29395a875fea3 [INFO] running `Command { std: "docker" "start" "-a" "c40fc16b3af09332af00ad061cae8a55e917c7d6d4bfcd7eb9a29395a875fea3", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] skipping non-2021 edition `2018` [INFO] running `Command { std: "docker" "inspect" "c40fc16b3af09332af00ad061cae8a55e917c7d6d4bfcd7eb9a29395a875fea3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c40fc16b3af09332af00ad061cae8a55e917c7d6d4bfcd7eb9a29395a875fea3", kill_on_drop: false }` [INFO] [stdout] c40fc16b3af09332af00ad061cae8a55e917c7d6d4bfcd7eb9a29395a875fea3