[INFO] fetching crate win32console 0.1.5... [INFO] documenting win32console-0.1.5 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate win32console 0.1.5 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate win32console 0.1.5 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate win32console 0.1.5 [INFO] finished tweaking crates.io crate win32console 0.1.5 [INFO] tweaked toml for crates.io crate win32console 0.1.5 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate win32console 0.1.5 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", 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] 8118594b4a50a77ae942e34d65fb25b28a7a88bfebbdf380c0bd41ac1bdf8d00 [INFO] running `Command { std: "docker" "start" "-a" "8118594b4a50a77ae942e34d65fb25b28a7a88bfebbdf380c0bd41ac1bdf8d00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8118594b4a50a77ae942e34d65fb25b28a7a88bfebbdf380c0bd41ac1bdf8d00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8118594b4a50a77ae942e34d65fb25b28a7a88bfebbdf380c0bd41ac1bdf8d00", kill_on_drop: false }` [INFO] [stdout] 8118594b4a50a77ae942e34d65fb25b28a7a88bfebbdf380c0bd41ac1bdf8d00 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cb7ecec92fc9c9b936efb3b601bef8a91d5e03f97cadb49c0ed4edbbd6c85f3f [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" "cb7ecec92fc9c9b936efb3b601bef8a91d5e03f97cadb49c0ed4edbbd6c85f3f", kill_on_drop: false }` [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Documenting win32console v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/console.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | um::{ [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/console.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | shared::minwindef::MAX_PATH, [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/console.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | um::wincon::{GetConsoleProcessList, SetConsoleHistoryInfo, CONSOLE_HISTORY_INFO, GetConsoleHistoryInfo, GetConsoleCursorInfo, CONSOLE... [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/console.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | um::winnt::{HANDLE}, [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/console.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | 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/console.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | um::winuser::{MONITORINFO, GetMonitorInfoA, MonitorFromWindow, MONITOR_DEFAULTTOPRIMARY, GetWindowRect}, [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/console.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | shared::windef::HWND__, [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/console.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | um::utilapiset::Beep [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/structs/console_font_info.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::wincon::CONSOLE_FONT_INFO; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/structs/console_font_info_ex.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::wincon::CONSOLE_FONT_INFOEX; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/structs/console_font_info_ex.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::wingdi::LF_FACESIZE; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/structs/console_screen_buffer_info.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::wincon::CONSOLE_SCREEN_BUFFER_INFO; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/structs/console_screen_buffer_info_ex.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::wincon::CONSOLE_SCREEN_BUFFER_INFOEX; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/structs/console_selection_info.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::wincon::{CONSOLE_SELECTION_INFO}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/structs/console_history_info.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::wincon::{CONSOLE_HISTORY_INFO}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/structs/console_cursor_info.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::wincon::CONSOLE_CURSOR_INFO; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/structs/small_rect.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::um::wincon::SMALL_RECT; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/structs/coord.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::wincon::COORD; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `_core` in `winapi` [INFO] [stdout] --> src/structs/coord.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::_core::fmt::{Formatter, Error}; [INFO] [stdout] | ^^^^^ could not find `_core` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/structs/focus_event.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::wincon::FOCUS_EVENT_RECORD; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/structs/handle.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | um::handleapi::{CloseHandle, INVALID_HANDLE_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/structs/handle.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | um::winnt::HANDLE [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/structs/input_event.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::wincon::{FROM_LEFT_1ST_BUTTON_PRESSED, FROM_LEFT_2ND_BUTTON_PRESSED, FROM_LEFT_3RD_BUTTON_PRESSED, FROM_LEFT_4TH_BUTTON_P... [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/structs/input_record.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::wincon::{INPUT_RECORD, KEY_EVENT_RECORD, MOUSE_EVENT_RECORD, WINDOW_BUFFER_SIZE_RECORD, MENU_EVENT_RECORD, FOCUS_EVENT_RE... [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/structs/input_record.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::wincontypes::{ [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/structs/menu_event.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::wincon::MENU_EVENT_RECORD; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/structs/window_buffer_size_event.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::wincon::WINDOW_BUFFER_SIZE_RECORD; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/structs/char_info.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::wincon::{ CHAR_INFO }; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/structs/console_read_control.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::wincon::CONSOLE_READCONSOLE_CONTROL; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stdout] --> src/console.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | ctypes::c_void, [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `STD_INPUT_HANDLE` in this scope [INFO] [stdout] --> src/console.rs:129:13 [INFO] [stdout] | [INFO] [stdout] 129 | Input = STD_INPUT_HANDLE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `STD_OUTPUT_HANDLE` in this scope [INFO] [stdout] --> src/console.rs:131:14 [INFO] [stdout] | [INFO] [stdout] 131 | Output = STD_OUTPUT_HANDLE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `STD_ERROR_HANDLE` in this scope [INFO] [stdout] --> src/console.rs:133:13 [INFO] [stdout] | [INFO] [stdout] 133 | Error = STD_ERROR_HANDLE [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CONSOLE_FULLSCREEN` in this scope [INFO] [stdout] --> src/console.rs:143:18 [INFO] [stdout] | [INFO] [stdout] 143 | FullScreen = CONSOLE_FULLSCREEN, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CONSOLE_FULLSCREEN_HARDWARE` in this scope [INFO] [stdout] --> src/console.rs:146:26 [INFO] [stdout] | [INFO] [stdout] 146 | FullScreenHardware = CONSOLE_FULLSCREEN_HARDWARE [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CONSOLE_FULLSCREEN_MODE` in this scope [INFO] [stdout] --> src/console.rs:154:18 [INFO] [stdout] | [INFO] [stdout] 154 | FullScreen = CONSOLE_FULLSCREEN_MODE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CONSOLE_WINDOWED_MODE` in this scope [INFO] [stdout] --> src/console.rs:156:16 [INFO] [stdout] | [INFO] [stdout] 156 | Windowed = CONSOLE_WINDOWED_MODE [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CONSOLE_FONT_INFO` in this scope [INFO] [stdout] --> src/structs/console_font_info.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 15 | impl From for ConsoleFontInfo{ [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 `CONSOLE_FONT_INFO` in this scope [INFO] [stdout] --> src/structs/console_font_info.rs:17:19 [INFO] [stdout] | [INFO] [stdout] 17 | fn from(info: CONSOLE_FONT_INFO) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CONSOLE_FONT_INFO` in this scope [INFO] [stdout] --> src/structs/console_font_info.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | impl Into for ConsoleFontInfo{ [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 `CONSOLE_FONT_INFO` in this scope [INFO] [stdout] --> src/structs/console_font_info.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn into(self) -> CONSOLE_FONT_INFO { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LF_FACESIZE` in this scope [INFO] [stdout] --> src/structs/console_font_info_ex.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | pub face_name: [u16; LF_FACESIZE], [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CONSOLE_FONT_INFOEX` in this scope [INFO] [stdout] --> src/structs/console_font_info_ex.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | impl From<&CONSOLE_FONT_INFOEX> for ConsoleFontInfoEx { [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 `CONSOLE_FONT_INFOEX` in this scope [INFO] [stdout] --> src/structs/console_font_info_ex.rs:32:20 [INFO] [stdout] | [INFO] [stdout] 32 | fn from(info: &CONSOLE_FONT_INFOEX) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CONSOLE_FONT_INFOEX` in this scope [INFO] [stdout] --> src/structs/console_font_info_ex.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | impl Into for ConsoleFontInfoEx { [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 `CONSOLE_FONT_INFOEX` in this scope [INFO] [stdout] --> src/structs/console_font_info_ex.rs:46:22 [INFO] [stdout] | [INFO] [stdout] 46 | fn into(self) -> CONSOLE_FONT_INFOEX { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CONSOLE_SCREEN_BUFFER_INFO` in this scope [INFO] [stdout] --> src/structs/console_screen_buffer_info.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | impl From for ConsoleScreenBufferInfo { [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 `CONSOLE_SCREEN_BUFFER_INFO` in this scope [INFO] [stdout] --> src/structs/console_screen_buffer_info.rs:25:19 [INFO] [stdout] | [INFO] [stdout] 25 | fn from(info: CONSOLE_SCREEN_BUFFER_INFO) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CONSOLE_SCREEN_BUFFER_INFO` in this scope [INFO] [stdout] --> src/structs/console_screen_buffer_info.rs:36:11 [INFO] [stdout] | [INFO] [stdout] 36 | impl Into for ConsoleScreenBufferInfo { [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 `CONSOLE_SCREEN_BUFFER_INFO` in this scope [INFO] [stdout] --> src/structs/console_screen_buffer_info.rs:38:22 [INFO] [stdout] | [INFO] [stdout] 38 | fn into(self) -> CONSOLE_SCREEN_BUFFER_INFO { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CONSOLE_SCREEN_BUFFER_INFOEX` in this scope [INFO] [stdout] --> src/structs/console_screen_buffer_info_ex.rs:39:11 [INFO] [stdout] | [INFO] [stdout] 39 | impl From for ConsoleScreenBufferInfoEx { [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 `CONSOLE_SCREEN_BUFFER_INFOEX` in this scope [INFO] [stdout] --> src/structs/console_screen_buffer_info_ex.rs:41:19 [INFO] [stdout] | [INFO] [stdout] 41 | fn from(info: CONSOLE_SCREEN_BUFFER_INFOEX) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CONSOLE_SCREEN_BUFFER_INFOEX` in this scope [INFO] [stdout] --> src/structs/console_screen_buffer_info_ex.rs:56:11 [INFO] [stdout] | [INFO] [stdout] 56 | impl Into for ConsoleScreenBufferInfoEx { [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 `CONSOLE_SCREEN_BUFFER_INFOEX` in this scope [INFO] [stdout] --> src/structs/console_screen_buffer_info_ex.rs:58:22 [INFO] [stdout] | [INFO] [stdout] 58 | fn into(self) -> CONSOLE_SCREEN_BUFFER_INFOEX { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CONSOLE_SELECTION_INFO` in this scope [INFO] [stdout] --> src/structs/console_selection_info.rs:77:11 [INFO] [stdout] | [INFO] [stdout] 77 | impl Into for ConsoleSelectionInfo { [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 `CONSOLE_SELECTION_INFO` in this scope [INFO] [stdout] --> src/structs/console_selection_info.rs:79:22 [INFO] [stdout] | [INFO] [stdout] 79 | fn into(self) -> CONSOLE_SELECTION_INFO { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CONSOLE_SELECTION_INFO` in this scope [INFO] [stdout] --> src/structs/console_selection_info.rs:88:11 [INFO] [stdout] | [INFO] [stdout] 88 | impl From for ConsoleSelectionInfo { [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 `CONSOLE_SELECTION_INFO` in this scope [INFO] [stdout] --> src/structs/console_selection_info.rs:90:19 [INFO] [stdout] | [INFO] [stdout] 90 | fn from(info: CONSOLE_SELECTION_INFO) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CONSOLE_HISTORY_INFO` in this scope [INFO] [stdout] --> src/structs/console_history_info.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | impl Into for ConsoleHistoryInfo{ [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 `CONSOLE_HISTORY_INFO` in this scope [INFO] [stdout] --> src/structs/console_history_info.rs:20:22 [INFO] [stdout] | [INFO] [stdout] 20 | fn into(self) -> CONSOLE_HISTORY_INFO { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CONSOLE_HISTORY_INFO` in this scope [INFO] [stdout] --> src/structs/console_history_info.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | impl From for ConsoleHistoryInfo{ [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 `CONSOLE_HISTORY_INFO` in this scope [INFO] [stdout] --> src/structs/console_history_info.rs:32:19 [INFO] [stdout] | [INFO] [stdout] 32 | fn from(info: CONSOLE_HISTORY_INFO) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CONSOLE_CURSOR_INFO` in this scope [INFO] [stdout] --> src/structs/console_cursor_info.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 15 | impl Into for ConsoleCursorInfo{ [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 `CONSOLE_CURSOR_INFO` in this scope [INFO] [stdout] --> src/structs/console_cursor_info.rs:17:22 [INFO] [stdout] | [INFO] [stdout] 17 | fn into(self) -> CONSOLE_CURSOR_INFO { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CONSOLE_CURSOR_INFO` in this scope [INFO] [stdout] --> src/structs/console_cursor_info.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | impl From for ConsoleCursorInfo{ [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 `CONSOLE_CURSOR_INFO` in this scope [INFO] [stdout] --> src/structs/console_cursor_info.rs:27:19 [INFO] [stdout] | [INFO] [stdout] 27 | fn from(info: CONSOLE_CURSOR_INFO) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SMALL_RECT` in this scope [INFO] [stdout] --> src/structs/small_rect.rs:76:11 [INFO] [stdout] | [INFO] [stdout] 76 | impl From for SmallRect { [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 `SMALL_RECT` in this scope [INFO] [stdout] --> src/structs/small_rect.rs:78:19 [INFO] [stdout] | [INFO] [stdout] 78 | fn from(rect: SMALL_RECT) -> Self { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SMALL_RECT` in this scope [INFO] [stdout] --> src/structs/small_rect.rs:88:11 [INFO] [stdout] | [INFO] [stdout] 88 | impl Into for SmallRect { [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 `SMALL_RECT` in this scope [INFO] [stdout] --> src/structs/small_rect.rs:90:22 [INFO] [stdout] | [INFO] [stdout] 90 | fn into(self) -> SMALL_RECT { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Formatter` in this scope [INFO] [stdout] --> src/structs/coord.rs:48:27 [INFO] [stdout] | [INFO] [stdout] 48 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Formatter; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Formatter; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Error` in this scope [INFO] [stdout] --> src/structs/coord.rs:48:56 [INFO] [stdout] | [INFO] [stdout] 48 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `COORD` in this scope [INFO] [stdout] --> src/structs/coord.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct Coord { [INFO] [stdout] | ---------------- similarly named struct `Coord` defined here [INFO] [stdout] ... [INFO] [stdout] 53 | impl From for Coord { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 53 | impl From for Coord { [INFO] [stdout] | ~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 53 | impl From for Coord { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `COORD` in this scope [INFO] [stdout] --> src/structs/coord.rs:55:20 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct Coord { [INFO] [stdout] | ---------------- similarly named struct `Coord` defined here [INFO] [stdout] ... [INFO] [stdout] 55 | fn from(coord: COORD) -> Self { [INFO] [stdout] | ^^^^^ help: a struct with a similar name exists: `Coord` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `COORD` in this scope [INFO] [stdout] --> src/structs/coord.rs:60:11 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct Coord { [INFO] [stdout] | ---------------- similarly named struct `Coord` defined here [INFO] [stdout] ... [INFO] [stdout] 60 | impl Into for Coord { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 60 | impl Into for Coord { [INFO] [stdout] | ~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 60 | impl Into for Coord { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `COORD` in this scope [INFO] [stdout] --> src/structs/coord.rs:62:22 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct Coord { [INFO] [stdout] | ---------------- similarly named struct `Coord` defined here [INFO] [stdout] ... [INFO] [stdout] 62 | fn into(self) -> COORD { [INFO] [stdout] | ^^^^^ help: a struct with a similar name exists: `Coord` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FOCUS_EVENT_RECORD` in this scope [INFO] [stdout] --> src/structs/focus_event.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | impl Into for FocusEventRecord{ [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 `FOCUS_EVENT_RECORD` in this scope [INFO] [stdout] --> src/structs/focus_event.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 14 | fn into(self) -> FOCUS_EVENT_RECORD { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FOCUS_EVENT_RECORD` in this scope [INFO] [stdout] --> src/structs/focus_event.rs:21:11 [INFO] [stdout] | [INFO] [stdout] 21 | impl From for FocusEventRecord { [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 `FOCUS_EVENT_RECORD` in this scope [INFO] [stdout] --> src/structs/focus_event.rs:23:21 [INFO] [stdout] | [INFO] [stdout] 23 | fn from(record: FOCUS_EVENT_RECORD) -> Self { [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/structs/handle.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Handle(RawHandle); [INFO] [stdout] | ----------------------------- similarly named struct `Handle` defined here [INFO] [stdout] ... [INFO] [stdout] 14 | handle: HANDLE, [INFO] [stdout] | ^^^^^^ help: a struct with a similar name exists: `Handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/structs/handle.rs:54:24 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Handle(RawHandle); [INFO] [stdout] | ----------------------------- similarly named struct `Handle` defined here [INFO] [stdout] ... [INFO] [stdout] 54 | pub fn new(handle: HANDLE) -> Handle { [INFO] [stdout] | ^^^^^^ help: a struct with a similar name exists: `Handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/structs/handle.rs:84:30 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Handle(RawHandle); [INFO] [stdout] | ----------------------------- similarly named struct `Handle` defined here [INFO] [stdout] ... [INFO] [stdout] 84 | pub fn new_owned(handle: HANDLE) -> Handle { [INFO] [stdout] | ^^^^^^ help: a struct with a similar name exists: `Handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/structs/handle.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Handle(RawHandle); [INFO] [stdout] | ----------------------------- similarly named struct `Handle` defined here [INFO] [stdout] ... [INFO] [stdout] 105 | pub fn get_raw(&self) -> HANDLE { [INFO] [stdout] | ^^^^^^ help: a struct with a similar name exists: `Handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/structs/handle.rs:140:19 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Handle(RawHandle); [INFO] [stdout] | ----------------------------- similarly named struct `Handle` defined here [INFO] [stdout] ... [INFO] [stdout] 140 | type Target = HANDLE; [INFO] [stdout] | ^^^^^^ help: a struct with a similar name exists: `Handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `KEY_EVENT_RECORD` in this scope [INFO] [stdout] --> src/structs/input_event.rs:233:11 [INFO] [stdout] | [INFO] [stdout] 233 | impl Into for KeyEventRecord{ [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 `KEY_EVENT_RECORD` in this scope [INFO] [stdout] --> src/structs/input_event.rs:234:22 [INFO] [stdout] | [INFO] [stdout] 234 | fn into(self) -> KEY_EVENT_RECORD { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MOUSE_EVENT_RECORD` in this scope [INFO] [stdout] --> src/structs/input_event.rs:250:11 [INFO] [stdout] | [INFO] [stdout] 250 | impl Into for MouseEventRecord{ [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 `MOUSE_EVENT_RECORD` in this scope [INFO] [stdout] --> src/structs/input_event.rs:251:22 [INFO] [stdout] | [INFO] [stdout] 251 | fn into(self) -> MOUSE_EVENT_RECORD { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `KEY_EVENT_RECORD` in this scope [INFO] [stdout] --> src/structs/input_event.rs:261:11 [INFO] [stdout] | [INFO] [stdout] 261 | impl From for KeyEventRecord { [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 `KEY_EVENT_RECORD` in this scope [INFO] [stdout] --> src/structs/input_event.rs:263:21 [INFO] [stdout] | [INFO] [stdout] 263 | fn from(record: KEY_EVENT_RECORD) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MOUSE_EVENT_RECORD` in this scope [INFO] [stdout] --> src/structs/input_event.rs:288:11 [INFO] [stdout] | [INFO] [stdout] 288 | impl From for MouseEventRecord { [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 `MOUSE_EVENT_RECORD` in this scope [INFO] [stdout] --> src/structs/input_event.rs:290:20 [INFO] [stdout] | [INFO] [stdout] 290 | fn from(event: MOUSE_EVENT_RECORD) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INPUT_RECORD` in this scope [INFO] [stdout] --> src/structs/input_record.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 32 | impl From for InputRecord { [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 `INPUT_RECORD` in this scope [INFO] [stdout] --> src/structs/input_record.rs:33:21 [INFO] [stdout] | [INFO] [stdout] 33 | fn from(record: INPUT_RECORD) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INPUT_RECORD` in this scope [INFO] [stdout] --> src/structs/input_record.rs:49:11 [INFO] [stdout] | [INFO] [stdout] 49 | impl Into for InputRecord{ [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 `INPUT_RECORD` in this scope [INFO] [stdout] --> src/structs/input_record.rs:50:22 [INFO] [stdout] | [INFO] [stdout] 50 | fn into(self) -> INPUT_RECORD { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INPUT_RECORD` in this scope [INFO] [stdout] --> src/structs/input_record.rs:61:11 [INFO] [stdout] | [INFO] [stdout] 61 | impl Into for KeyEventRecord{ [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 `INPUT_RECORD` in this scope [INFO] [stdout] --> src/structs/input_record.rs:62:22 [INFO] [stdout] | [INFO] [stdout] 62 | fn into(self) -> INPUT_RECORD { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INPUT_RECORD` in this scope [INFO] [stdout] --> src/structs/input_record.rs:73:11 [INFO] [stdout] | [INFO] [stdout] 73 | impl Into for MouseEventRecord{ [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 `INPUT_RECORD` in this scope [INFO] [stdout] --> src/structs/input_record.rs:74:22 [INFO] [stdout] | [INFO] [stdout] 74 | fn into(self) -> INPUT_RECORD { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INPUT_RECORD` in this scope [INFO] [stdout] --> src/structs/input_record.rs:85:11 [INFO] [stdout] | [INFO] [stdout] 85 | impl Into for WindowBufferSizeRecord{ [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 `INPUT_RECORD` in this scope [INFO] [stdout] --> src/structs/input_record.rs:86:22 [INFO] [stdout] | [INFO] [stdout] 86 | fn into(self) -> INPUT_RECORD { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INPUT_RECORD` in this scope [INFO] [stdout] --> src/structs/input_record.rs:97:11 [INFO] [stdout] | [INFO] [stdout] 97 | impl Into for MenuEventRecord{ [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 `INPUT_RECORD` in this scope [INFO] [stdout] --> src/structs/input_record.rs:98:22 [INFO] [stdout] | [INFO] [stdout] 98 | fn into(self) -> INPUT_RECORD { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INPUT_RECORD` in this scope [INFO] [stdout] --> src/structs/input_record.rs:109:11 [INFO] [stdout] | [INFO] [stdout] 109 | impl Into for FocusEventRecord{ [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 `INPUT_RECORD` in this scope [INFO] [stdout] --> src/structs/input_record.rs:110:22 [INFO] [stdout] | [INFO] [stdout] 110 | fn into(self) -> INPUT_RECORD { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MENU_EVENT_RECORD` in this scope [INFO] [stdout] --> src/structs/menu_event.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | impl Into for MenuEventRecord{ [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 `MENU_EVENT_RECORD` in this scope [INFO] [stdout] --> src/structs/menu_event.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 14 | fn into(self) -> MENU_EVENT_RECORD { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MENU_EVENT_RECORD` in this scope [INFO] [stdout] --> src/structs/menu_event.rs:21:11 [INFO] [stdout] | [INFO] [stdout] 21 | impl From for MenuEventRecord { [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 `MENU_EVENT_RECORD` in this scope [INFO] [stdout] --> src/structs/menu_event.rs:23:21 [INFO] [stdout] | [INFO] [stdout] 23 | fn from(record: MENU_EVENT_RECORD) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WINDOW_BUFFER_SIZE_RECORD` in this scope [INFO] [stdout] --> src/structs/window_buffer_size_event.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | impl Into for WindowBufferSizeRecord{ [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 `WINDOW_BUFFER_SIZE_RECORD` in this scope [INFO] [stdout] --> src/structs/window_buffer_size_event.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 14 | fn into(self) -> WINDOW_BUFFER_SIZE_RECORD { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WINDOW_BUFFER_SIZE_RECORD` in this scope [INFO] [stdout] --> src/structs/window_buffer_size_event.rs:21:11 [INFO] [stdout] | [INFO] [stdout] 21 | impl From for WindowBufferSizeRecord { [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 `WINDOW_BUFFER_SIZE_RECORD` in this scope [INFO] [stdout] --> src/structs/window_buffer_size_event.rs:23:21 [INFO] [stdout] | [INFO] [stdout] 23 | fn from(record: WINDOW_BUFFER_SIZE_RECORD) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CHAR_INFO` in this scope [INFO] [stdout] --> src/structs/char_info.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 26 | impl From for CharInfo{ [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 `CHAR_INFO` in this scope [INFO] [stdout] --> src/structs/char_info.rs:27:19 [INFO] [stdout] | [INFO] [stdout] 27 | fn from(info: CHAR_INFO) -> Self { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CHAR_INFO` in this scope [INFO] [stdout] --> src/structs/char_info.rs:37:11 [INFO] [stdout] | [INFO] [stdout] 37 | impl Into for CharInfo{ [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 `CHAR_INFO` in this scope [INFO] [stdout] --> src/structs/char_info.rs:38:22 [INFO] [stdout] | [INFO] [stdout] 38 | fn into(self) -> CHAR_INFO { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CONSOLE_READCONSOLE_CONTROL` in this scope [INFO] [stdout] --> src/structs/console_read_control.rs:57:11 [INFO] [stdout] | [INFO] [stdout] 57 | impl From for ConsoleReadControl{ [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 `CONSOLE_READCONSOLE_CONTROL` in this scope [INFO] [stdout] --> src/structs/console_read_control.rs:59:22 [INFO] [stdout] | [INFO] [stdout] 59 | fn from(control: CONSOLE_READCONSOLE_CONTROL) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CONSOLE_READCONSOLE_CONTROL` in this scope [INFO] [stdout] --> src/structs/console_read_control.rs:69:11 [INFO] [stdout] | [INFO] [stdout] 69 | impl Into for ConsoleReadControl{ [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 `CONSOLE_READCONSOLE_CONTROL` in this scope [INFO] [stdout] --> src/structs/console_read_control.rs:71:22 [INFO] [stdout] | [INFO] [stdout] 71 | fn into(self) -> CONSOLE_READCONSOLE_CONTROL { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] thread 'rustc' panicked at 'internal error: entered unreachable code', compiler/rustc_resolve/src/lib.rs:3293:67 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7f0b469c71cd - std::backtrace_rs::backtrace::libunwind::trace::h22893a5306c091b4 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x7f0b469c71cd - std::backtrace_rs::backtrace::trace_unsynchronized::h29c3bc6f9e91819d [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x7f0b469c71cd - std::sys_common::backtrace::_print_fmt::he497d8a0ec903793 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stderr] 3: 0x7f0b469c71cd - ::fmt::h9c2a9d2774d81873 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stderr] 4: 0x7f0b46a2101c - core::fmt::write::hba4337c43d992f49 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/fmt/mod.rs:1194:17 [INFO] [stderr] 5: 0x7f0b469b87c1 - std::io::Write::write_fmt::heb73de6e02cfabed [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/io/mod.rs:1655:15 [INFO] [stderr] 6: 0x7f0b469ca2b5 - std::sys_common::backtrace::_print::h63c8b24acdd8e8ce [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stderr] 7: 0x7f0b469ca2b5 - std::sys_common::backtrace::print::h426700d6240cdcc2 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stderr] 8: 0x7f0b469ca2b5 - std::panicking::default_hook::{{closure}}::hc9a76eed0b18f82b [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x7f0b469c9f69 - std::panicking::default_hook::h2e88d02087fae196 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:314:9 [INFO] [stderr] 10: 0x7f0b471471d1 - rustc_driver[413d55b6344850e3]::DEFAULT_HOOK::{closure#0}::{closure#0} [INFO] [stderr] 11: 0x7f0b469caa00 - std::panicking::rust_panic_with_hook::habfdcc2e90f9fd4c [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:702:17 [INFO] [stderr] 12: 0x7f0b469ca7f9 - std::panicking::begin_panic_handler::{{closure}}::he054b2a83a51d2cd [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:586:13 [INFO] [stderr] 13: 0x7f0b469c7684 - std::sys_common::backtrace::__rust_end_short_backtrace::ha48b94ab49b30915 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stderr] 14: 0x7f0b469ca569 - rust_begin_unwind [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5 [INFO] [stderr] 15: 0x7f0b4698e6b3 - core::panicking::panic_fmt::h366d3a309ae17c94 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14 [INFO] [stderr] 16: 0x7f0b4698e57d - core::panicking::panic::h8705e81f284be8a5 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:48:5 [INFO] [stderr] 17: 0x7f0b47591203 - ::resolve_rustdoc_path [INFO] [stderr] 18: 0x55a304b91804 - ::load_links_in_attrs [INFO] [stderr] 19: 0x55a304b91dec - ::visit_item [INFO] [stderr] 20: 0x55a304b7767b - rustc_ast[f1ba8e19ab33c411]::visit::walk_item:: [INFO] [stderr] 21: 0x55a304b91d47 - ::visit_item [INFO] [stderr] 22: 0x55a304b7767b - rustc_ast[f1ba8e19ab33c411]::visit::walk_item:: [INFO] [stderr] 23: 0x55a304b91d47 - ::visit_item [INFO] [stderr] 24: 0x55a304b8f98a - rustdoc[2368e8ab35c11ae8]::passes::collect_intra_doc_links::early::early_resolve_intra_doc_links [INFO] [stderr] 25: 0x55a304d2a1d1 - rustc_interface[550884b2b179878f]::interface::create_compiler_and_run::, rustdoc[2368e8ab35c11ae8]::main_options::{closure#0}> [INFO] [stderr] 26: 0x55a304b9c7d3 - rustdoc[2368e8ab35c11ae8]::main_options [INFO] [stderr] 27: 0x55a304bafd2b - >::set::> [INFO] [stderr] 28: 0x55a304cf993f - std[3b302b3c9093c22]::sys_common::backtrace::__rust_begin_short_backtrace::>::{closure#0}, core[a3420257622cd381]::result::Result<(), rustc_errors[a7dbbf867eaca825]::ErrorGuaranteed>> [INFO] [stderr] 29: 0x55a304de8869 - <::spawn_unchecked_>::{closure#0}, core[a3420257622cd381]::result::Result<(), rustc_errors[a7dbbf867eaca825]::ErrorGuaranteed>>::{closure#1} as core[a3420257622cd381]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 30: 0x7f0b469d4bf3 - as core::ops::function::FnOnce>::call_once::ha99802c2c52ada61 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 [INFO] [stderr] 31: 0x7f0b469d4bf3 - as core::ops::function::FnOnce>::call_once::ha39aea1c57e28a15 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 [INFO] [stderr] 32: 0x7f0b469d4bf3 - std::sys::unix::thread::Thread::new::thread_start::h9f8e3d72b1f7662f [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stderr] 33: 0x7f0b468e7609 - start_thread [INFO] [stderr] 34: 0x7f0b46690163 - clone [INFO] [stderr] 35: 0x0 - [INFO] [stderr] [INFO] [stderr] error: internal compiler error: unexpected panic [INFO] [stderr] [INFO] [stderr] note: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md [INFO] [stderr] [INFO] [stderr] note: rustc 1.61.0 (fe5b13d68 2022-05-18) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type lib [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] end of query stack [INFO] [stdout] error: aborting due to 123 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 `win32console` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name win32console src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=22255135d6b463b3 -L dependency=/opt/rustwide/target/debug/deps --extern winapi=/opt/rustwide/target/debug/deps/libwinapi-3204bc7f2326409a.rmeta --cap-lints=warn --crate-version 0.1.5` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "cb7ecec92fc9c9b936efb3b601bef8a91d5e03f97cadb49c0ed4edbbd6c85f3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb7ecec92fc9c9b936efb3b601bef8a91d5e03f97cadb49c0ed4edbbd6c85f3f", kill_on_drop: false }` [INFO] [stdout] cb7ecec92fc9c9b936efb3b601bef8a91d5e03f97cadb49c0ed4edbbd6c85f3f