[INFO] fetching crate druid-win-shell 0.1.1... [INFO] documenting druid-win-shell-0.1.1 against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] extracting crate druid-win-shell 0.1.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate druid-win-shell 0.1.1 on toolchain beta-2020-08-29 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate druid-win-shell 0.1.1 [INFO] finished tweaking crates.io crate druid-win-shell 0.1.1 [INFO] tweaked toml for crates.io crate druid-win-shell 0.1.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 33d5231f9209ed1c42248dfba8f919b6a248a37beacf5ea2b0c4cc220d224bc2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "33d5231f9209ed1c42248dfba8f919b6a248a37beacf5ea2b0c4cc220d224bc2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "33d5231f9209ed1c42248dfba8f919b6a248a37beacf5ea2b0c4cc220d224bc2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33d5231f9209ed1c42248dfba8f919b6a248a37beacf5ea2b0c4cc220d224bc2", kill_on_drop: false }` [INFO] [stdout] 33d5231f9209ed1c42248dfba8f919b6a248a37beacf5ea2b0c4cc220d224bc2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fe4dd8c05612a9b78b3d4d2b88d44404de456b4f2d976eed5326bd0afeaf226c [INFO] running `Command { std: "docker" "start" "-a" "fe4dd8c05612a9b78b3d4d2b88d44404de456b4f2d976eed5326bd0afeaf226c", kill_on_drop: false }` [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Checking direct2d v0.2.0 [INFO] [stderr] Checking directwrite v0.1.4 [INFO] [stderr] Checking wio v0.2.2 [INFO] [stderr] Documenting druid-win-shell v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/dcomp.rs:25:13 [INFO] [stdout] | [INFO] [stdout] 25 | use winapi::shared::dxgi::IDXGIDevice; [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/dcomp.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | use winapi::shared::dxgi1_2::DXGI_ALPHA_MODE_IGNORE; [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/dcomp.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | use winapi::shared::dxgiformat::DXGI_FORMAT_B8G8R8A8_UNORM; [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/dcomp.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | 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/dcomp.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | use winapi::shared::windef::{HWND, POINT, RECT}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/dcomp.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | use winapi::shared::winerror::SUCCEEDED; [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/dcomp.rs:31:13 [INFO] [stdout] | [INFO] [stdout] 31 | use winapi::um::d2d1::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/dcomp.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | use winapi::um::d2d1_1::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/dcomp.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | use winapi::um::d3d11::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/dcomp.rs:34:13 [INFO] [stdout] | [INFO] [stdout] 34 | use winapi::um::d3dcommon::D3D_DRIVER_TYPE_HARDWARE; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/dcomp.rs:35:13 [INFO] [stdout] | [INFO] [stdout] 35 | 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/dcomp.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | use winapi::um::dcomp::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/dcomp.rs:37:13 [INFO] [stdout] | [INFO] [stdout] 37 | use winapi::um::dcompanimation::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/dcomp.rs:38:13 [INFO] [stdout] | [INFO] [stdout] 38 | use winapi::um::winnt::HRESULT; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::Interface` [INFO] [stdout] --> src/dcomp.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | use winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::com` [INFO] [stdout] --> src/dcomp.rs:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | use wio::com::ComPtr; [INFO] [stdout] | ^^^ could not find `com` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `direct2d::RenderTarget` [INFO] [stdout] --> src/dcomp.rs:41:22 [INFO] [stdout] | [INFO] [stdout] 41 | use direct2d::{self, RenderTarget}; [INFO] [stdout] | ^^^^^^^^^^^^ no `RenderTarget` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `direct2d::math` [INFO] [stdout] --> src/dcomp.rs:42:15 [INFO] [stdout] | [INFO] [stdout] 42 | use direct2d::math::Matrix3x2F; [INFO] [stdout] | ^^^^ could not find `math` in `direct2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/dialog.rs:20:13 [INFO] [stdout] | [INFO] [stdout] 20 | use winapi::shared::minwindef::*; [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/dialog.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | use winapi::shared::ntdef::LPWSTR; [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/dialog.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | use winapi::shared::windef::*; [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/dialog.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | use winapi::shared::wtypesbase::*; [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/dialog.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | use winapi::um::combaseapi::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/dialog.rs:25:13 [INFO] [stdout] | [INFO] [stdout] 25 | use winapi::um::shobjidl::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/dialog.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | use winapi::um::shobjidl_core::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::Interface` [INFO] [stdout] --> src/dialog.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | 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/menu.rs:20:13 [INFO] [stdout] | [INFO] [stdout] 20 | use winapi::shared::basetsd::*; [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/menu.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | use winapi::shared::windef::*; [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/menu.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | use winapi::um::winuser::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::com` [INFO] [stdout] --> src/dialog.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | use wio::com::ComPtr; [INFO] [stdout] | ^^^ could not find `com` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::Interface` [INFO] [stdout] --> src/paint.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | use winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/paint.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | use winapi::um::d2d1::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/paint.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | 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/paint.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | use winapi::um::winuser::*; [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/paint.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | use winapi::shared::dxgi::*; [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/paint.rs:31:13 [INFO] [stdout] | [INFO] [stdout] 31 | use winapi::shared::dxgi1_2::*; [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/paint.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | use winapi::shared::dxgiformat::*; [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/paint.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | use winapi::shared::windef::*; [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/paint.rs:34:13 [INFO] [stdout] | [INFO] [stdout] 34 | use winapi::shared::winerror::*; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stdout] --> src/paint.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | use winapi::ctypes::{c_void}; [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `direct2d::enums` [INFO] [stdout] --> src/paint.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | use direct2d::enums::{AlphaMode, RenderTargetType}; [INFO] [stdout] | ^^^^^ could not find `enums` in `direct2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/util.rs:23:14 [INFO] [stdout] | [INFO] [stdout] 23 | use std::os::windows::ffi::{OsStrExt, OsStringExt}; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `direct2d::render_target` [INFO] [stdout] --> src/paint.rs:38:15 [INFO] [stdout] | [INFO] [stdout] 38 | use direct2d::render_target::{DxgiSurfaceRenderTarget, GenericRenderTarget, HwndRenderTarget}; [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `render_target` in `direct2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/util.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | 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/util.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | use winapi::shared::minwindef::*; [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/util.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | use winapi::shared::ntdef::*; [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/util.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | use winapi::shared::windef::*; [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/util.rs:31:13 [INFO] [stdout] | [INFO] [stdout] 31 | use winapi::shared::winerror::SUCCEEDED; [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/util.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | use winapi::um::fileapi::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/util.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | use winapi::um::handleapi::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/util.rs:34:13 [INFO] [stdout] | [INFO] [stdout] 34 | use winapi::um::libloaderapi::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/util.rs:35:13 [INFO] [stdout] | [INFO] [stdout] 35 | use winapi::um::processenv::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/util.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | use winapi::um::shellscalingapi::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/util.rs:37:13 [INFO] [stdout] | [INFO] [stdout] 37 | 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/util.rs:38:13 [INFO] [stdout] | [INFO] [stdout] 38 | use winapi::um::winbase::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/util.rs:39:13 [INFO] [stdout] | [INFO] [stdout] 39 | use winapi::um::wincon::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/util.rs:41:13 [INFO] [stdout] | [INFO] [stdout] 41 | use winapi::um::winnt::{GENERIC_READ, GENERIC_WRITE, FILE_SHARE_WRITE}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stdout] --> src/util.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | 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/win_main.rs:20:13 [INFO] [stdout] | [INFO] [stdout] 20 | use winapi::shared::windef::*; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `direct2d::enums` [INFO] [stdout] --> src/util.rs:43:15 [INFO] [stdout] | [INFO] [stdout] 43 | use direct2d::enums::DrawTextOptions; [INFO] [stdout] | ^^^^^ could not find `enums` in `direct2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win_main.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | use winapi::um::winbase::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win_main.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | use winapi::um::winnt::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win_main.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | use winapi::um::winuser::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stdout] --> src/win_main.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | use winapi::ctypes::c_int; [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::Interface` [INFO] [stdout] --> src/window.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | 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/window.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | use winapi::shared::basetsd::*; [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/window.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | use winapi::shared::dxgi::*; [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/window.rs:31:13 [INFO] [stdout] | [INFO] [stdout] 31 | use winapi::shared::dxgi1_2::*; [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/window.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | use winapi::shared::dxgitype::*; [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/window.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | use winapi::shared::dxgiformat::*; [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/window.rs:34:13 [INFO] [stdout] | [INFO] [stdout] 34 | use winapi::shared::minwindef::*; [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/window.rs:35:13 [INFO] [stdout] | [INFO] [stdout] 35 | use winapi::shared::windef::*; [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/window.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | use winapi::shared::winerror::*; [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/window.rs:37:13 [INFO] [stdout] | [INFO] [stdout] 37 | use winapi::um::d2d1::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/window.rs:38:13 [INFO] [stdout] | [INFO] [stdout] 38 | use winapi::um::unknwnbase::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/window.rs:39:13 [INFO] [stdout] | [INFO] [stdout] 39 | use winapi::um::wingdi::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/window.rs:40:13 [INFO] [stdout] | [INFO] [stdout] 40 | use winapi::um::winnt::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/window.rs:41:13 [INFO] [stdout] | [INFO] [stdout] 41 | use winapi::um::winuser::*; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stdout] --> src/window.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | use winapi::ctypes::{c_int, c_void}; [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `direct2d::math` [INFO] [stdout] --> src/window.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | use direct2d::math::SizeU; [INFO] [stdout] | ^^^^ could not find `math` in `direct2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `direct2d::render_target` [INFO] [stdout] --> src/window.rs:45:15 [INFO] [stdout] | [INFO] [stdout] 45 | use direct2d::render_target::{GenericRenderTarget, HwndRenderTarget, RenderTarget}; [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `render_target` in `direct2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `DEFINE_GUID` in this scope [INFO] [stdout] --> src/dialog.rs:61:1 [INFO] [stdout] | [INFO] [stdout] 61 | DEFINE_GUID!{CLSID_FileOpenDialog, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `DEFINE_GUID` in this scope [INFO] [stdout] --> src/dialog.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | DEFINE_GUID!{CLSID_FileSaveDialog, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/dcomp.rs:46:29 [INFO] [stdout] | [INFO] [stdout] 46 | unsafe fn wrap(hr: HRESULT, ptr: *mut T, f: F) -> Result [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/dcomp.rs:46:70 [INFO] [stdout] | [INFO] [stdout] 46 | unsafe fn wrap(hr: HRESULT, ptr: *mut T, f: F) -> Result [INFO] [stdout] | - ^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `, HRESULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/dcomp.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | fn unit_err(hr: HRESULT) -> Result<(), HRESULT> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/dcomp.rs:56:40 [INFO] [stdout] | [INFO] [stdout] 56 | fn unit_err(hr: HRESULT) -> Result<(), HRESULT> { [INFO] [stdout] | - ^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ID3D11Device` in this scope [INFO] [stdout] --> src/dcomp.rs:60:31 [INFO] [stdout] | [INFO] [stdout] 60 | pub struct D3D11Device(ComPtr); [INFO] [stdout] | - ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ID2D1Device` in this scope [INFO] [stdout] --> src/dcomp.rs:61:30 [INFO] [stdout] | [INFO] [stdout] 61 | pub struct D2D1Device(ComPtr); [INFO] [stdout] | - ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDCompositionDevice` in this scope [INFO] [stdout] --> src/dcomp.rs:62:38 [INFO] [stdout] | [INFO] [stdout] 62 | pub struct DCompositionDevice(ComPtr); [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDCompositionTarget` in this scope [INFO] [stdout] --> src/dcomp.rs:63:38 [INFO] [stdout] | [INFO] [stdout] 63 | pub struct DCompositionTarget(ComPtr); [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDCompositionVisual` in this scope [INFO] [stdout] --> src/dcomp.rs:64:38 [INFO] [stdout] | [INFO] [stdout] 64 | pub struct DCompositionVisual(ComPtr); [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDCompositionVirtualSurface` in this scope [INFO] [stdout] --> src/dcomp.rs:65:46 [INFO] [stdout] | [INFO] [stdout] 65 | pub struct DCompositionVirtualSurface(ComPtr); [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/dcomp.rs:69:46 [INFO] [stdout] | [INFO] [stdout] 69 | unsafe fn unknown_ptr(&mut self) -> *mut IUnknown; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/dcomp.rs:74:48 [INFO] [stdout] | [INFO] [stdout] 72 | impl D3D11Device { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 73 | /// Creates a new device with basic defaults. [INFO] [stdout] 74 | pub fn new_simple() -> Result { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/dcomp.rs:87:64 [INFO] [stdout] | [INFO] [stdout] 72 | impl D3D11Device { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 87 | pub fn create_d2d1_device(&mut self) -> Result { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ID3D11Device` in this scope [INFO] [stdout] --> src/dcomp.rs:96:39 [INFO] [stdout] | [INFO] [stdout] 60 | pub struct D3D11Device(ComPtr); [INFO] [stdout] | --------------------------------------------- similarly named struct `D3D11Device` defined here [INFO] [stdout] ... [INFO] [stdout] 96 | pub fn raw_ptr(&mut self) -> *mut ID3D11Device { [INFO] [stdout] | ^^^^^^^^^^^^ help: a struct with a similar name exists: `D3D11Device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/dcomp.rs:104:79 [INFO] [stdout] | [INFO] [stdout] 101 | impl D2D1Device { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 104 | pub fn create_composition_device(&mut self) -> Result { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/dcomp.rs:117:59 [INFO] [stdout] | [INFO] [stdout] 117 | pub unsafe fn create_target_for_hwnd(&mut self, hwnd: HWND, topmost: bool) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/dcomp.rs:118:39 [INFO] [stdout] | [INFO] [stdout] 116 | impl DCompositionDevice { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 117 | pub unsafe fn create_target_for_hwnd(&mut self, hwnd: HWND, topmost: bool) [INFO] [stdout] 118 | -> Result [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/dcomp.rs:126:67 [INFO] [stdout] | [INFO] [stdout] 116 | impl DCompositionDevice { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 126 | pub fn create_visual(&mut self) -> Result { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/dcomp.rs:136:47 [INFO] [stdout] | [INFO] [stdout] 116 | impl DCompositionDevice { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 136 | -> Result [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/dcomp.rs:146:44 [INFO] [stdout] | [INFO] [stdout] 116 | impl DCompositionDevice { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 146 | pub fn commit(&mut self) -> Result<(), HRESULT> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/dcomp.rs:155:48 [INFO] [stdout] | [INFO] [stdout] 153 | impl DCompositionTarget { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 154 | // alternatively could be set_root with an option [INFO] [stdout] 155 | pub fn clear_root(&mut self) -> Result<(), HRESULT> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/dcomp.rs:161:79 [INFO] [stdout] | [INFO] [stdout] 153 | impl DCompositionTarget { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 161 | pub fn set_root(&mut self, visual: &mut DCompositionVisual) -> Result<(), HRESULT> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/dcomp.rs:169:78 [INFO] [stdout] | [INFO] [stdout] 168 | impl DCompositionVisual { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 169 | pub fn set_content(&mut self, content: &mut T) -> Result<(), HRESULT> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/dcomp.rs:176:60 [INFO] [stdout] | [INFO] [stdout] 176 | pub unsafe fn set_content_raw(&mut self, content: *mut IUnknown) -> Result<(), HRESULT> { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/dcomp.rs:176:84 [INFO] [stdout] | [INFO] [stdout] 168 | impl DCompositionVisual { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 176 | pub unsafe fn set_content_raw(&mut self, content: *mut IUnknown) -> Result<(), HRESULT> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/dialog.rs:47:30 [INFO] [stdout] | [INFO] [stdout] 47 | pub struct FileDialogOptions(DWORD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/dialog.rs:66:55 [INFO] [stdout] | [INFO] [stdout] 66 | pub(crate) unsafe fn get_file_dialog_path(hwnd_owner: HWND, ty: FileDialogType, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMENU` in this scope [INFO] [stdout] --> src/menu.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | hmenu: HMENU, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMENU` in this scope [INFO] [stdout] --> src/menu.rs:48:32 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn into_hmenu(self) -> HMENU { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Factory` in crate `direct2d` [INFO] [stdout] --> src/paint.rs:45:43 [INFO] [stdout] | [INFO] [stdout] 45 | pub(crate) d2d_factory: &'a direct2d::Factory, [INFO] [stdout] | ^^^^^^^ not found in `direct2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Factory` in crate `direct2d` [INFO] [stdout] --> src/paint.rs:49:67 [INFO] [stdout] | [INFO] [stdout] 49 | pub(crate) unsafe fn create_render_target(d2d_factory: &direct2d::Factory, hwnd: HWND) [INFO] [stdout] | ^^^^^^^ not found in `direct2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/paint.rs:49:82 [INFO] [stdout] | [INFO] [stdout] 49 | pub(crate) unsafe fn create_render_target(d2d_factory: &direct2d::Factory, hwnd: HWND) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Factory` in crate `direct2d` [INFO] [stdout] --> src/paint.rs:71:72 [INFO] [stdout] | [INFO] [stdout] 71 | pub(crate) unsafe fn create_render_target_dxgi(d2d_factory: &direct2d::Factory, [INFO] [stdout] | ^^^^^^^ not found in `direct2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDXGISwapChain1` in this scope [INFO] [stdout] --> src/paint.rs:72:22 [INFO] [stdout] | [INFO] [stdout] 72 | swap_chain: *mut IDXGISwapChain1, dpi: f32) -> Result [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Factory` in crate `direct2d` [INFO] [stdout] --> src/paint.rs:105:45 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn d2d_factory(&self) -> &direct2d::Factory { [INFO] [stdout] | ^^^^^^^ not found in `direct2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/util.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 49 | Hr(HRESULT), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/util.rs:67:22 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn as_result(hr: HRESULT) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/util.rs:75:11 [INFO] [stdout] | [INFO] [stdout] 75 | impl From for Error { [INFO] [stdout] | - ^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/util.rs:76:17 [INFO] [stdout] | [INFO] [stdout] 76 | fn from(hr: HRESULT) -> Error { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPWSTR` in this scope [INFO] [stdout] --> src/util.rs:107:19 [INFO] [stdout] | [INFO] [stdout] 107 | impl FromWide for LPWSTR { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/util.rs:125:55 [INFO] [stdout] | [INFO] [stdout] 125 | type GetDpiForSystem = unsafe extern "system" fn() -> UINT; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMONITOR` in this scope [INFO] [stdout] --> src/util.rs:126:51 [INFO] [stdout] | [INFO] [stdout] 126 | type GetDpiForMonitor = unsafe extern "system" fn(HMONITOR, MONITOR_DPI_TYPE, *mut UINT, *mut UINT); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MONITOR_DPI_TYPE` in this scope [INFO] [stdout] --> src/util.rs:126:61 [INFO] [stdout] | [INFO] [stdout] 126 | type GetDpiForMonitor = unsafe extern "system" fn(HMONITOR, MONITOR_DPI_TYPE, *mut UINT, *mut UINT); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/util.rs:126:84 [INFO] [stdout] | [INFO] [stdout] 126 | type GetDpiForMonitor = unsafe extern "system" fn(HMONITOR, MONITOR_DPI_TYPE, *mut UINT, *mut UINT); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/util.rs:126:95 [INFO] [stdout] | [INFO] [stdout] 126 | type GetDpiForMonitor = unsafe extern "system" fn(HMONITOR, MONITOR_DPI_TYPE, *mut UINT, *mut UINT); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PROCESS_DPI_AWARENESS` in this scope [INFO] [stdout] --> src/util.rs:128:57 [INFO] [stdout] | [INFO] [stdout] 128 | type SetProcessDpiAwareness = unsafe extern "system" fn(PROCESS_DPI_AWARENESS) -> HRESULT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/util.rs:128:83 [INFO] [stdout] | [INFO] [stdout] 128 | type SetProcessDpiAwareness = unsafe extern "system" fn(PROCESS_DPI_AWARENESS) -> HRESULT; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/util.rs:130:29 [INFO] [stdout] | [INFO] [stdout] 130 | renderingDevice: *const IUnknown, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `REFIID` in this scope [INFO] [stdout] --> src/util.rs:131:10 [INFO] [stdout] | [INFO] [stdout] 131 | iid: REFIID, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/util.rs:133:6 [INFO] [stdout] | [INFO] [stdout] 133 | ) -> HRESULT; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/util.rs:135:12 [INFO] [stdout] | [INFO] [stdout] 135 | Flags: UINT, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `REFIID` in this scope [INFO] [stdout] --> src/util.rs:136:11 [INFO] [stdout] | [INFO] [stdout] 136 | riid: REFIID, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/util.rs:138:6 [INFO] [stdout] | [INFO] [stdout] 138 | ) -> HRESULT; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMODULE` in this scope [INFO] [stdout] --> src/util.rs:176:36 [INFO] [stdout] | [INFO] [stdout] 176 | fn load_library(name: &str) -> HMODULE { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/win_main.rs:37:8 [INFO] [stdout] | [INFO] [stdout] 37 | h: HANDLE, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HACCEL` in this scope [INFO] [stdout] --> src/win_main.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 43 | accel: HACCEL, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ACCEL` in this scope [INFO] [stdout] --> src/win_main.rs:61:42 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn set_accel(&mut self, accel: &[ACCEL]) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/win_main.rs:125:44 [INFO] [stdout] | [INFO] [stdout] 125 | pub unsafe fn add_handler(&self, h: HANDLE, callback: F) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/window.rs:61:14 [INFO] [stdout] | [INFO] [stdout] 61 | dwStyle: DWORD, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/window.rs:104:22 [INFO] [stdout] | [INFO] [stdout] 104 | pub(crate) hwnd: HWND, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/window.rs:119:16 [INFO] [stdout] | [INFO] [stdout] 118 | struct WindowState { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 119 | hwnd: Cell, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/window.rs:260:33 [INFO] [stdout] | [INFO] [stdout] 260 | fn window_proc(&self, hwnd: HWND, msg: UINT, wparam: WPARAM, lparam: LPARAM) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/window.rs:260:44 [INFO] [stdout] | [INFO] [stdout] 260 | fn window_proc(&self, hwnd: HWND, msg: UINT, wparam: WPARAM, lparam: LPARAM) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/window.rs:260:58 [INFO] [stdout] | [INFO] [stdout] 260 | fn window_proc(&self, hwnd: HWND, msg: UINT, wparam: WPARAM, lparam: LPARAM) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/window.rs:260:74 [INFO] [stdout] | [INFO] [stdout] 260 | fn window_proc(&self, hwnd: HWND, msg: UINT, wparam: WPARAM, lparam: LPARAM) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LRESULT` in this scope [INFO] [stdout] --> src/window.rs:261:19 [INFO] [stdout] | [INFO] [stdout] 257 | trait WndProc { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 261 | -> Option; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Factory` in crate `direct2d` [INFO] [stdout] --> src/window.rs:278:28 [INFO] [stdout] | [INFO] [stdout] 278 | d2d_factory: direct2d::Factory, [INFO] [stdout] | ^^^^^^^ not found in `direct2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDXGISwapChain1` in this scope [INFO] [stdout] --> src/window.rs:291:22 [INFO] [stdout] | [INFO] [stdout] 291 | swap_chain: *mut IDXGISwapChain1, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/window.rs:300:20 [INFO] [stdout] | [INFO] [stdout] 300 | const XI_RUN_IDLE: UINT = WM_USER; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_USER` in this scope [INFO] [stdout] --> src/window.rs:300:27 [INFO] [stdout] | [INFO] [stdout] 300 | const XI_RUN_IDLE: UINT = WM_USER; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/window.rs:310:26 [INFO] [stdout] | [INFO] [stdout] 310 | fn get_mod_state(lparam: LPARAM) -> u32 { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/window.rs:363:33 [INFO] [stdout] | [INFO] [stdout] 363 | fn window_proc(&self, hwnd: HWND, msg: UINT, wparam: WPARAM, lparam: LPARAM) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/window.rs:363:44 [INFO] [stdout] | [INFO] [stdout] 363 | fn window_proc(&self, hwnd: HWND, msg: UINT, wparam: WPARAM, lparam: LPARAM) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/window.rs:363:58 [INFO] [stdout] | [INFO] [stdout] 363 | fn window_proc(&self, hwnd: HWND, msg: UINT, wparam: WPARAM, lparam: LPARAM) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/window.rs:363:74 [INFO] [stdout] | [INFO] [stdout] 363 | fn window_proc(&self, hwnd: HWND, msg: UINT, wparam: WPARAM, lparam: LPARAM) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LRESULT` in this scope [INFO] [stdout] --> src/window.rs:364:19 [INFO] [stdout] | [INFO] [stdout] 356 | impl WndProc for MyWndProc { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 364 | -> Option [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDXGIFactory2` in this scope [INFO] [stdout] --> src/window.rs:722:40 [INFO] [stdout] | [INFO] [stdout] 722 | unsafe fn choose_adapter(factory: *mut IDXGIFactory2) -> *mut IDXGIAdapter { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IDXGIAdapter` in this scope [INFO] [stdout] --> src/window.rs:722:63 [INFO] [stdout] | [INFO] [stdout] 722 | unsafe fn choose_adapter(factory: *mut IDXGIFactory2) -> *mut IDXGIAdapter { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/window.rs:747:71 [INFO] [stdout] | [INFO] [stdout] 747 | unsafe fn create_dcomp_state(present_strategy: PresentStrategy, hwnd: HWND) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/window.rs:803:51 [INFO] [stdout] | [INFO] [stdout] 803 | unsafe extern "system" fn win_proc_dispatch(hwnd: HWND, msg: UINT, wparam: WPARAM, lparam: LPARAM) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/window.rs:803:62 [INFO] [stdout] | [INFO] [stdout] 803 | unsafe extern "system" fn win_proc_dispatch(hwnd: HWND, msg: UINT, wparam: WPARAM, lparam: LPARAM) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/window.rs:803:76 [INFO] [stdout] | [INFO] [stdout] 803 | unsafe extern "system" fn win_proc_dispatch(hwnd: HWND, msg: UINT, wparam: WPARAM, lparam: LPARAM) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/window.rs:803:92 [INFO] [stdout] | [INFO] [stdout] 803 | unsafe extern "system" fn win_proc_dispatch(hwnd: HWND, msg: UINT, wparam: WPARAM, lparam: LPARAM) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LRESULT` in this scope [INFO] [stdout] --> src/window.rs:804:8 [INFO] [stdout] | [INFO] [stdout] 804 | -> LRESULT [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/window.rs:833:20 [INFO] [stdout] | [INFO] [stdout] 833 | dwExStyle: DWORD, lpClassName: LPCWSTR, lpWindowName: LPCWSTR, dwStyle: DWORD, x: c_int, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPCWSTR` in this scope [INFO] [stdout] --> src/window.rs:833:40 [INFO] [stdout] | [INFO] [stdout] 833 | dwExStyle: DWORD, lpClassName: LPCWSTR, lpWindowName: LPCWSTR, dwStyle: DWORD, x: c_int, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPCWSTR` in this scope [INFO] [stdout] --> src/window.rs:833:63 [INFO] [stdout] | [INFO] [stdout] 833 | dwExStyle: DWORD, lpClassName: LPCWSTR, lpWindowName: LPCWSTR, dwStyle: DWORD, x: c_int, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/window.rs:833:81 [INFO] [stdout] | [INFO] [stdout] 833 | dwExStyle: DWORD, lpClassName: LPCWSTR, lpWindowName: LPCWSTR, dwStyle: DWORD, x: c_int, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/window.rs:834:62 [INFO] [stdout] | [INFO] [stdout] 834 | y: c_int, nWidth: c_int, nHeight: c_int, hWndParent: HWND, hMenu: HMENU, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMENU` in this scope [INFO] [stdout] --> src/window.rs:834:75 [INFO] [stdout] | [INFO] [stdout] 834 | y: c_int, nWidth: c_int, nHeight: c_int, hWndParent: HWND, hMenu: HMENU, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HINSTANCE` in this scope [INFO] [stdout] --> src/window.rs:835:20 [INFO] [stdout] | [INFO] [stdout] 835 | hInstance: HINSTANCE, wndproc: Rc) -> HWND [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/window.rs:835:60 [INFO] [stdout] | [INFO] [stdout] 835 | hInstance: HINSTANCE, wndproc: Rc) -> HWND [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPCWSTR` in this scope [INFO] [stdout] --> src/window.rs:842:30 [INFO] [stdout] | [INFO] [stdout] 842 | fn get_lpcwstr(&self) -> LPCWSTR { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/window.rs:881:38 [INFO] [stdout] | [INFO] [stdout] 850 | impl WindowHandle { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 881 | pub fn get_hwnd(&self) -> Option { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 178 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: Could not document `druid-win-shell`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name druid_win_shell src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --extern direct2d=/opt/rustwide/target/debug/deps/libdirect2d-e868e68bf7a9d29e.rmeta --extern directwrite=/opt/rustwide/target/debug/deps/libdirectwrite-b027d61e24edab7a.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-db88f49d9e5662e7.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-bb712bfb1e6d5b0b.rmeta --extern winapi=/opt/rustwide/target/debug/deps/libwinapi-95bbf611d58d7fdd.rmeta --extern wio=/opt/rustwide/target/debug/deps/libwio-d3810e40ff801471.rmeta --cap-lints=warn --crate-version 0.1.1` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "fe4dd8c05612a9b78b3d4d2b88d44404de456b4f2d976eed5326bd0afeaf226c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe4dd8c05612a9b78b3d4d2b88d44404de456b4f2d976eed5326bd0afeaf226c", kill_on_drop: false }` [INFO] [stdout] fe4dd8c05612a9b78b3d4d2b88d44404de456b4f2d976eed5326bd0afeaf226c