[INFO] fetching crate win32console 0.1.4... [INFO] documenting win32console-0.1.4 against 1.46.0 for beta-1.47-rustdoc-1 [INFO] extracting crate win32console 0.1.4 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate win32console 0.1.4 on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate win32console 0.1.4 [INFO] finished tweaking crates.io crate win32console 0.1.4 [INFO] tweaked toml for crates.io crate win32console 0.1.4 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate win32console 0.1.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "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" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d4a1dcc1383cca178887cda7de748e01c5fb8f65fc33271cb700ca1f2777704d [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" "d4a1dcc1383cca178887cda7de748e01c5fb8f65fc33271cb700ca1f2777704d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d4a1dcc1383cca178887cda7de748e01c5fb8f65fc33271cb700ca1f2777704d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4a1dcc1383cca178887cda7de748e01c5fb8f65fc33271cb700ca1f2777704d", kill_on_drop: false }` [INFO] [stdout] d4a1dcc1383cca178887cda7de748e01c5fb8f65fc33271cb700ca1f2777704d [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" "+1.46.0" "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] 26544f9f82328ad9ed6bb9b9564a360f4f936fdb0d0e672bd32b50f561dfb128 [INFO] running `Command { std: "docker" "start" "-a" "26544f9f82328ad9ed6bb9b9564a360f4f936fdb0d0e672bd32b50f561dfb128", kill_on_drop: false }` [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Documenting win32console v0.1.4 (/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 crate::structs::small_rect::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 crate::console::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::structs::small_rect::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [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] 53 | impl From for Coord { [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 `COORD` in this scope [INFO] [stdout] --> src/structs/coord.rs:55:20 [INFO] [stdout] | [INFO] [stdout] 55 | fn from(coord: COORD) -> Self { [INFO] [stdout] | ^^^^^ not found in this scope [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] 60 | impl Into for Coord { [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 `COORD` in this scope [INFO] [stdout] --> src/structs/coord.rs:62:22 [INFO] [stdout] | [INFO] [stdout] 62 | fn into(self) -> COORD { [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: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] 14 | handle: HANDLE, [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:54:24 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn new(handle: HANDLE) -> Handle { [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:84:30 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn new_owned(handle: HANDLE) -> Handle { [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:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn get_raw(&self) -> HANDLE { [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:140:19 [INFO] [stdout] | [INFO] [stdout] 140 | type Target = HANDLE; [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: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] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 124 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 --document-private-items -L dependency=/opt/rustwide/target/debug/deps --extern winapi=/opt/rustwide/target/debug/deps/libwinapi-10232939195d5b57.rmeta --cap-lints=warn` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "26544f9f82328ad9ed6bb9b9564a360f4f936fdb0d0e672bd32b50f561dfb128", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26544f9f82328ad9ed6bb9b9564a360f4f936fdb0d0e672bd32b50f561dfb128", kill_on_drop: false }` [INFO] [stdout] 26544f9f82328ad9ed6bb9b9564a360f4f936fdb0d0e672bd32b50f561dfb128