Nov 28 10:29:34.957 INFO documenting read-0.1.1 against try#f5a0bd723553ea4b7556bd7087b9f0919cafb483 for pr-55318 Nov 28 10:29:34.957 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55318/worker-0/try#f5a0bd723553ea4b7556bd7087b9f0919cafb483:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55318/try#f5a0bd723553ea4b7556bd7087b9f0919cafb483:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +f5a0bd723553ea4b7556bd7087b9f0919cafb483-alt doc --frozen --no-deps --document-private-items" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 28 10:29:35.300 INFO [stdout] 340f9ead5e1419545a291341aed2a06a013702d544b260e2b44ded05d086702b Nov 28 10:29:35.302 INFO running `"docker" "start" "-a" "340f9ead5e1419545a291341aed2a06a013702d544b260e2b44ded05d086702b"` Nov 28 10:29:35.912 INFO [stderr] usermod: no changes Nov 28 10:29:35.979 INFO [stderr] Compiling winapi v0.3.6 Nov 28 10:29:37.943 INFO [stderr] Documenting read v0.1.1 (/source) Nov 28 10:29:38.359 INFO [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` Nov 28 10:29:38.359 INFO [stderr] --> src/main.rs:35:13 Nov 28 10:29:38.360 INFO [stderr] | Nov 28 10:29:38.360 INFO [stderr] 35 | use winapi::um::{minwinbase::LMEM_MOVEABLE, winnt::{LPCWSTR, LONG, HANDLE}}; Nov 28 10:29:38.360 INFO [stderr] | ^^ could not find `um` in `winapi` Nov 28 10:29:38.361 INFO [stderr] Nov 28 10:29:38.361 INFO [stderr] error[E0432]: unresolved import `winapi::shared` Nov 28 10:29:38.361 INFO [stderr] --> src/main.rs:34:13 Nov 28 10:29:38.362 INFO [stderr] | Nov 28 10:29:38.362 INFO [stderr] 34 | use winapi::shared::windowsx as winx; Nov 28 10:29:38.362 INFO [stderr] | ^^^^^^ could not find `shared` in `winapi` Nov 28 10:29:38.362 INFO [stderr] Nov 28 10:29:38.363 INFO [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` Nov 28 10:29:38.363 INFO [stderr] --> src/main.rs:37:13 Nov 28 10:29:38.363 INFO [stderr] | Nov 28 10:29:38.363 INFO [stderr] 37 | use winapi::shared::windef::{HWND, HMENU, HBRUSH, HICON, HFONT, HGDIOBJ, HBITMAP, HDC, RECT, POINT}; Nov 28 10:29:38.364 INFO [stderr] | ^^^^^^ could not find `shared` in `winapi` Nov 28 10:29:38.364 INFO [stderr] Nov 28 10:29:38.364 INFO [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` Nov 28 10:29:38.364 INFO [stderr] --> src/main.rs:38:13 Nov 28 10:29:38.365 INFO [stderr] | Nov 28 10:29:38.365 INFO [stderr] 38 | use winapi::shared::minwindef::{INT, UINT, DWORD, MAX_PATH, HINSTANCE, HGLOBAL, LRESULT, LPVOID, WPARAM, LPARAM, HIWORD, LOWORD}; Nov 28 10:29:38.365 INFO [stderr] | ^^^^^^ could not find `shared` in `winapi` Nov 28 10:29:38.366 INFO [stderr] Nov 28 10:29:38.366 INFO [stderr] error[E0433]: failed to resolve: could not find `windows` in `os` Nov 28 10:29:38.366 INFO [stderr] --> src/main.rs:40:95 Nov 28 10:29:38.366 INFO [stderr] | Nov 28 10:29:38.367 INFO [stderr] 40 | use std::{ptr, mem, io::{Read, Write}, fs::File, ffi::OsStr, sync::Mutex, string::String, os::windows::ffi::OsStrExt}; Nov 28 10:29:38.367 INFO [stderr] | ^^^^^^^ could not find `windows` in `os` Nov 28 10:29:38.367 INFO [stderr] Nov 28 10:29:38.368 INFO [stderr] error[E0432]: unresolved import `winapi::um` Nov 28 10:29:38.368 INFO [stderr] --> src/main.rs:36:13 Nov 28 10:29:38.368 INFO [stderr] | Nov 28 10:29:38.369 INFO [stderr] 36 | use winapi::um::{shellapi as shell, winuser as user, wingdi as gdi, winbase as win}; Nov 28 10:29:38.369 INFO [stderr] | ^^ could not find `um` in `winapi` Nov 28 10:29:38.369 INFO [stderr] Nov 28 10:29:38.707 INFO [stderr] error[E0412]: cannot find type `LONG` in this scope Nov 28 10:29:38.708 INFO [stderr] --> src/main.rs:49:15 Nov 28 10:29:38.708 INFO [stderr] | Nov 28 10:29:38.708 INFO [stderr] 49 | struct CH {x :LONG, y :LONG, c :char} Nov 28 10:29:38.709 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.710 INFO [stderr] Nov 28 10:29:38.710 INFO [stderr] error[E0412]: cannot find type `LONG` in this scope Nov 28 10:29:38.710 INFO [stderr] --> src/main.rs:49:24 Nov 28 10:29:38.710 INFO [stderr] | Nov 28 10:29:38.710 INFO [stderr] 49 | struct CH {x :LONG, y :LONG, c :char} Nov 28 10:29:38.710 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.710 INFO [stderr] Nov 28 10:29:38.710 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Nov 28 10:29:38.710 INFO [stderr] --> src/main.rs:50:18 Nov 28 10:29:38.710 INFO [stderr] | Nov 28 10:29:38.710 INFO [stderr] 50 | struct MV {font :HFONT, save: HICON, edit :HICON, visual :HICON, sw :HWND} Nov 28 10:29:38.710 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.710 INFO [stderr] Nov 28 10:29:38.710 INFO [stderr] error[E0412]: cannot find type `HICON` in this scope Nov 28 10:29:38.710 INFO [stderr] --> src/main.rs:50:31 Nov 28 10:29:38.710 INFO [stderr] | Nov 28 10:29:38.710 INFO [stderr] 50 | struct MV {font :HFONT, save: HICON, edit :HICON, visual :HICON, sw :HWND} Nov 28 10:29:38.710 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.710 INFO [stderr] Nov 28 10:29:38.710 INFO [stderr] error[E0412]: cannot find type `HICON` in this scope Nov 28 10:29:38.710 INFO [stderr] --> src/main.rs:50:44 Nov 28 10:29:38.710 INFO [stderr] | Nov 28 10:29:38.710 INFO [stderr] 50 | struct MV {font :HFONT, save: HICON, edit :HICON, visual :HICON, sw :HWND} Nov 28 10:29:38.710 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.710 INFO [stderr] Nov 28 10:29:38.710 INFO [stderr] error[E0412]: cannot find type `HICON` in this scope Nov 28 10:29:38.710 INFO [stderr] --> src/main.rs:50:59 Nov 28 10:29:38.710 INFO [stderr] | Nov 28 10:29:38.710 INFO [stderr] 50 | struct MV {font :HFONT, save: HICON, edit :HICON, visual :HICON, sw :HWND} Nov 28 10:29:38.710 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.710 INFO [stderr] Nov 28 10:29:38.710 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.710 INFO [stderr] --> src/main.rs:50:70 Nov 28 10:29:38.710 INFO [stderr] | Nov 28 10:29:38.710 INFO [stderr] 50 | struct MV {font :HFONT, save: HICON, edit :HICON, visual :HICON, sw :HWND} Nov 28 10:29:38.710 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.710 INFO [stderr] Nov 28 10:29:38.710 INFO [stderr] error[E0412]: cannot find type `POINT` in this scope Nov 28 10:29:38.710 INFO [stderr] --> src/main.rs:57:25 Nov 28 10:29:38.710 INFO [stderr] | Nov 28 10:29:38.710 INFO [stderr] 57 | static ref POS: Mutex = Mutex::new(POINT{x:0, y:0}); Nov 28 10:29:38.710 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.710 INFO [stderr] Nov 28 10:29:38.710 INFO [stderr] error[E0412]: cannot find type `LONG` in this scope Nov 28 10:29:38.710 INFO [stderr] --> src/main.rs:58:25 Nov 28 10:29:38.710 INFO [stderr] | Nov 28 10:29:38.710 INFO [stderr] 58 | static ref CHX: Mutex = Mutex::new(0); Nov 28 10:29:38.710 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.710 INFO [stderr] Nov 28 10:29:38.710 INFO [stderr] error[E0412]: cannot find type `LONG` in this scope Nov 28 10:29:38.710 INFO [stderr] --> src/main.rs:59:25 Nov 28 10:29:38.710 INFO [stderr] | Nov 28 10:29:38.710 INFO [stderr] 59 | static ref CHY: Mutex = Mutex::new(0); Nov 28 10:29:38.710 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.710 INFO [stderr] Nov 28 10:29:38.710 INFO [stderr] error[E0412]: cannot find type `LONG` in this scope Nov 28 10:29:38.710 INFO [stderr] --> src/main.rs:60:25 Nov 28 10:29:38.710 INFO [stderr] | Nov 28 10:29:38.710 INFO [stderr] 60 | static ref DEY: Mutex = Mutex::new(0); Nov 28 10:29:38.710 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.710 INFO [stderr] Nov 28 10:29:38.710 INFO [stderr] error[E0412]: cannot find type `LONG` in this scope Nov 28 10:29:38.710 INFO [stderr] --> src/main.rs:64:28 Nov 28 10:29:38.710 INFO [stderr] | Nov 28 10:29:38.710 INFO [stderr] 64 | static ref SCREEN: Mutex = Mutex::new(31); Nov 28 10:29:38.710 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.710 INFO [stderr] Nov 28 10:29:38.711 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.711 INFO [stderr] --> src/main.rs:77:12 Nov 28 10:29:38.711 INFO [stderr] | Nov 28 10:29:38.711 INFO [stderr] 77 | fn copy(w :HWND, f :HFONT) Nov 28 10:29:38.711 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.711 INFO [stderr] Nov 28 10:29:38.711 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Nov 28 10:29:38.711 INFO [stderr] --> src/main.rs:77:21 Nov 28 10:29:38.711 INFO [stderr] | Nov 28 10:29:38.711 INFO [stderr] 77 | fn copy(w :HWND, f :HFONT) Nov 28 10:29:38.711 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.711 INFO [stderr] Nov 28 10:29:38.711 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.711 INFO [stderr] --> src/main.rs:103:13 Nov 28 10:29:38.711 INFO [stderr] | Nov 28 10:29:38.711 INFO [stderr] 103 | fn paste(w :HWND, f :HFONT) Nov 28 10:29:38.711 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.711 INFO [stderr] Nov 28 10:29:38.711 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Nov 28 10:29:38.711 INFO [stderr] --> src/main.rs:103:22 Nov 28 10:29:38.711 INFO [stderr] | Nov 28 10:29:38.711 INFO [stderr] 103 | fn paste(w :HWND, f :HFONT) Nov 28 10:29:38.711 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.711 INFO [stderr] Nov 28 10:29:38.711 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.711 INFO [stderr] --> src/main.rs:119:12 Nov 28 10:29:38.711 INFO [stderr] | Nov 28 10:29:38.711 INFO [stderr] 119 | fn file(w :HWND, f :HFONT, path :String, mode :u8) Nov 28 10:29:38.711 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.711 INFO [stderr] Nov 28 10:29:38.711 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Nov 28 10:29:38.711 INFO [stderr] --> src/main.rs:119:21 Nov 28 10:29:38.711 INFO [stderr] | Nov 28 10:29:38.711 INFO [stderr] 119 | fn file(w :HWND, f :HFONT, path :String, mode :u8) Nov 28 10:29:38.711 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.711 INFO [stderr] Nov 28 10:29:38.711 INFO [stderr] error[E0412]: cannot find type `LONG` in this scope Nov 28 10:29:38.711 INFO [stderr] --> src/main.rs:162:22 Nov 28 10:29:38.711 INFO [stderr] | Nov 28 10:29:38.711 INFO [stderr] 162 | fn getx(i :usize) -> LONG {let vec = {TEXT.lock().unwrap()}; let x = vec[i].x; x} Nov 28 10:29:38.711 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.711 INFO [stderr] Nov 28 10:29:38.711 INFO [stderr] error[E0412]: cannot find type `LONG` in this scope Nov 28 10:29:38.711 INFO [stderr] --> src/main.rs:163:22 Nov 28 10:29:38.711 INFO [stderr] | Nov 28 10:29:38.711 INFO [stderr] 163 | fn gety(i :usize) -> LONG {let vec = {TEXT.lock().unwrap()}; let y = vec[i].y; y} Nov 28 10:29:38.711 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.711 INFO [stderr] Nov 28 10:29:38.711 INFO [stderr] error[E0412]: cannot find type `LONG` in this scope Nov 28 10:29:38.711 INFO [stderr] --> src/main.rs:165:22 Nov 28 10:29:38.711 INFO [stderr] | Nov 28 10:29:38.711 INFO [stderr] 165 | fn setx(i :usize, x :LONG){let mut vec = {TEXT.lock().unwrap()}; vec[i].x = x;} Nov 28 10:29:38.711 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.711 INFO [stderr] Nov 28 10:29:38.711 INFO [stderr] error[E0412]: cannot find type `LONG` in this scope Nov 28 10:29:38.711 INFO [stderr] --> src/main.rs:166:22 Nov 28 10:29:38.711 INFO [stderr] | Nov 28 10:29:38.711 INFO [stderr] 166 | fn sety(i :usize, y :LONG){let mut vec = {TEXT.lock().unwrap()}; vec[i].y = y;} Nov 28 10:29:38.711 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.711 INFO [stderr] Nov 28 10:29:38.711 INFO [stderr] error[E0412]: cannot find type `POINT` in this scope Nov 28 10:29:38.711 INFO [stderr] --> src/main.rs:183:20 Nov 28 10:29:38.711 INFO [stderr] | Nov 28 10:29:38.711 INFO [stderr] 183 | fn getlastpos() -> POINT Nov 28 10:29:38.711 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.711 INFO [stderr] Nov 28 10:29:38.711 INFO [stderr] error[E0412]: cannot find type `WNDPROC` in this scope Nov 28 10:29:38.711 INFO [stderr] --> src/main.rs:255:45 Nov 28 10:29:38.711 INFO [stderr] | Nov 28 10:29:38.711 INFO [stderr] 255 | fn window(c :Vec, win :Vec, proc :WNDPROC, icon :HICON, style :DWORD, w :i32, h :i32, v :LPVOID) -> HWND Nov 28 10:29:38.711 INFO [stderr] | ^^^^^^^ not found in this scope Nov 28 10:29:38.711 INFO [stderr] Nov 28 10:29:38.711 INFO [stderr] error[E0412]: cannot find type `HICON` in this scope Nov 28 10:29:38.711 INFO [stderr] --> src/main.rs:255:60 Nov 28 10:29:38.711 INFO [stderr] | Nov 28 10:29:38.711 INFO [stderr] 255 | fn window(c :Vec, win :Vec, proc :WNDPROC, icon :HICON, style :DWORD, w :i32, h :i32, v :LPVOID) -> HWND Nov 28 10:29:38.711 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.711 INFO [stderr] Nov 28 10:29:38.711 INFO [stderr] error[E0412]: cannot find type `DWORD` in this scope Nov 28 10:29:38.711 INFO [stderr] --> src/main.rs:255:74 Nov 28 10:29:38.711 INFO [stderr] | Nov 28 10:29:38.711 INFO [stderr] 255 | fn window(c :Vec, win :Vec, proc :WNDPROC, icon :HICON, style :DWORD, w :i32, h :i32, v :LPVOID) -> HWND Nov 28 10:29:38.711 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.711 INFO [stderr] Nov 28 10:29:38.711 INFO [stderr] error[E0412]: cannot find type `LPVOID` in this scope Nov 28 10:29:38.712 INFO [stderr] --> src/main.rs:255:100 Nov 28 10:29:38.712 INFO [stderr] | Nov 28 10:29:38.712 INFO [stderr] 255 | fn window(c :Vec, win :Vec, proc :WNDPROC, icon :HICON, style :DWORD, w :i32, h :i32, v :LPVOID) -> HWND Nov 28 10:29:38.712 INFO [stderr] | ^^^^^^ not found in this scope Nov 28 10:29:38.712 INFO [stderr] Nov 28 10:29:38.712 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.712 INFO [stderr] --> src/main.rs:255:111 Nov 28 10:29:38.712 INFO [stderr] | Nov 28 10:29:38.712 INFO [stderr] 255 | fn window(c :Vec, win :Vec, proc :WNDPROC, icon :HICON, style :DWORD, w :i32, h :i32, v :LPVOID) -> HWND Nov 28 10:29:38.712 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.712 INFO [stderr] Nov 28 10:29:38.712 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.712 INFO [stderr] --> src/main.rs:273:20 Nov 28 10:29:38.712 INFO [stderr] | Nov 28 10:29:38.712 INFO [stderr] 273 | fn change_state(w :HWND, icon :HICON) Nov 28 10:29:38.712 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.712 INFO [stderr] Nov 28 10:29:38.712 INFO [stderr] error[E0412]: cannot find type `HICON` in this scope Nov 28 10:29:38.712 INFO [stderr] --> src/main.rs:273:32 Nov 28 10:29:38.712 INFO [stderr] | Nov 28 10:29:38.712 INFO [stderr] 273 | fn change_state(w :HWND, icon :HICON) Nov 28 10:29:38.712 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.712 INFO [stderr] Nov 28 10:29:38.712 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.712 INFO [stderr] --> src/main.rs:277:19 Nov 28 10:29:38.712 INFO [stderr] | Nov 28 10:29:38.712 INFO [stderr] 277 | fn clearscreen(w :HWND) Nov 28 10:29:38.712 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.712 INFO [stderr] Nov 28 10:29:38.712 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.712 INFO [stderr] --> src/main.rs:287:15 Nov 28 10:29:38.712 INFO [stderr] | Nov 28 10:29:38.712 INFO [stderr] 287 | fn clearch(w :HWND, i :usize, r :i32) Nov 28 10:29:38.712 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.712 INFO [stderr] Nov 28 10:29:38.712 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.712 INFO [stderr] --> src/main.rs:292:18 Nov 28 10:29:38.712 INFO [stderr] | Nov 28 10:29:38.712 INFO [stderr] 292 | fn clearrange(w :HWND, f :HFONT, start :usize, end :usize) Nov 28 10:29:38.712 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.712 INFO [stderr] Nov 28 10:29:38.712 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Nov 28 10:29:38.712 INFO [stderr] --> src/main.rs:292:27 Nov 28 10:29:38.712 INFO [stderr] | Nov 28 10:29:38.712 INFO [stderr] 292 | fn clearrange(w :HWND, f :HFONT, start :usize, end :usize) Nov 28 10:29:38.712 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.712 INFO [stderr] Nov 28 10:29:38.712 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.712 INFO [stderr] --> src/main.rs:296:17 Nov 28 10:29:38.712 INFO [stderr] | Nov 28 10:29:38.712 INFO [stderr] 296 | fn drawrange(w :HWND, f :HFONT, start :usize, end :usize) Nov 28 10:29:38.712 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.712 INFO [stderr] Nov 28 10:29:38.712 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Nov 28 10:29:38.712 INFO [stderr] --> src/main.rs:296:26 Nov 28 10:29:38.712 INFO [stderr] | Nov 28 10:29:38.712 INFO [stderr] 296 | fn drawrange(w :HWND, f :HFONT, start :usize, end :usize) Nov 28 10:29:38.712 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.712 INFO [stderr] Nov 28 10:29:38.712 INFO [stderr] error[E0412]: cannot find type `RECT` in this scope Nov 28 10:29:38.712 INFO [stderr] --> src/main.rs:300:25 Nov 28 10:29:38.712 INFO [stderr] | Nov 28 10:29:38.712 INFO [stderr] 300 | fn getrect(i :usize) -> RECT Nov 28 10:29:38.712 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.712 INFO [stderr] Nov 28 10:29:38.712 INFO [stderr] error[E0412]: cannot find type `POINT` in this scope Nov 28 10:29:38.712 INFO [stderr] --> src/main.rs:320:36 Nov 28 10:29:38.712 INFO [stderr] | Nov 28 10:29:38.712 INFO [stderr] 320 | fn getpos(x :i32, y:i32) -> Option Nov 28 10:29:38.712 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.712 INFO [stderr] Nov 28 10:29:38.712 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.712 INFO [stderr] --> src/main.rs:370:14 Nov 28 10:29:38.712 INFO [stderr] | Nov 28 10:29:38.712 INFO [stderr] 370 | fn delete(w :HWND, f :HFONT) Nov 28 10:29:38.712 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.712 INFO [stderr] Nov 28 10:29:38.712 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Nov 28 10:29:38.712 INFO [stderr] --> src/main.rs:370:23 Nov 28 10:29:38.712 INFO [stderr] | Nov 28 10:29:38.712 INFO [stderr] 370 | fn delete(w :HWND, f :HFONT) Nov 28 10:29:38.712 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.712 INFO [stderr] Nov 28 10:29:38.712 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.723 INFO [stderr] --> src/main.rs:468:13 Nov 28 10:29:38.723 INFO [stderr] | Nov 28 10:29:38.723 INFO [stderr] 468 | fn enter(w :HWND, f :HFONT){save(CH{x:getposx(),y:getposy(),c:NEWLINE});} Nov 28 10:29:38.723 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.723 INFO [stderr] Nov 28 10:29:38.723 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Nov 28 10:29:38.723 INFO [stderr] --> src/main.rs:468:22 Nov 28 10:29:38.723 INFO [stderr] | Nov 28 10:29:38.723 INFO [stderr] 468 | fn enter(w :HWND, f :HFONT){save(CH{x:getposx(),y:getposy(),c:NEWLINE});} Nov 28 10:29:38.723 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.723 INFO [stderr] Nov 28 10:29:38.723 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.723 INFO [stderr] --> src/main.rs:469:12 Nov 28 10:29:38.723 INFO [stderr] | Nov 28 10:29:38.723 INFO [stderr] 469 | fn draw(w :HWND, f :HFONT, buffer :String) Nov 28 10:29:38.723 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.723 INFO [stderr] Nov 28 10:29:38.723 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Nov 28 10:29:38.723 INFO [stderr] --> src/main.rs:469:21 Nov 28 10:29:38.723 INFO [stderr] | Nov 28 10:29:38.723 INFO [stderr] 469 | fn draw(w :HWND, f :HFONT, buffer :String) Nov 28 10:29:38.723 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.723 INFO [stderr] Nov 28 10:29:38.723 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.723 INFO [stderr] --> src/main.rs:490:13 Nov 28 10:29:38.723 INFO [stderr] | Nov 28 10:29:38.723 INFO [stderr] 490 | fn copy2(w :HWND, f :HFONT, mode :u8) Nov 28 10:29:38.723 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.723 INFO [stderr] Nov 28 10:29:38.723 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Nov 28 10:29:38.723 INFO [stderr] --> src/main.rs:490:22 Nov 28 10:29:38.723 INFO [stderr] | Nov 28 10:29:38.723 INFO [stderr] 490 | fn copy2(w :HWND, f :HFONT, mode :u8) Nov 28 10:29:38.723 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.723 INFO [stderr] Nov 28 10:29:38.723 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.723 INFO [stderr] --> src/main.rs:500:14 Nov 28 10:29:38.723 INFO [stderr] | Nov 28 10:29:38.723 INFO [stderr] 500 | fn redraw(w :HWND, f :HFONT, offset: isize, mode :u8, s :usize, e :usize) Nov 28 10:29:38.723 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.723 INFO [stderr] Nov 28 10:29:38.723 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Nov 28 10:29:38.723 INFO [stderr] --> src/main.rs:500:23 Nov 28 10:29:38.723 INFO [stderr] | Nov 28 10:29:38.723 INFO [stderr] 500 | fn redraw(w :HWND, f :HFONT, offset: isize, mode :u8, s :usize, e :usize) Nov 28 10:29:38.723 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.723 INFO [stderr] Nov 28 10:29:38.723 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.723 INFO [stderr] --> src/main.rs:520:16 Nov 28 10:29:38.723 INFO [stderr] | Nov 28 10:29:38.723 INFO [stderr] 520 | fn drawtext(w :HWND, f :HFONT, c :&CH, p :WPARAM, l :LPARAM) Nov 28 10:29:38.723 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.723 INFO [stderr] Nov 28 10:29:38.723 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Nov 28 10:29:38.723 INFO [stderr] --> src/main.rs:520:25 Nov 28 10:29:38.723 INFO [stderr] | Nov 28 10:29:38.723 INFO [stderr] 520 | fn drawtext(w :HWND, f :HFONT, c :&CH, p :WPARAM, l :LPARAM) Nov 28 10:29:38.723 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.723 INFO [stderr] Nov 28 10:29:38.723 INFO [stderr] error[E0412]: cannot find type `WPARAM` in this scope Nov 28 10:29:38.723 INFO [stderr] --> src/main.rs:520:43 Nov 28 10:29:38.723 INFO [stderr] | Nov 28 10:29:38.723 INFO [stderr] 520 | fn drawtext(w :HWND, f :HFONT, c :&CH, p :WPARAM, l :LPARAM) Nov 28 10:29:38.723 INFO [stderr] | ^^^^^^ not found in this scope Nov 28 10:29:38.723 INFO [stderr] Nov 28 10:29:38.723 INFO [stderr] error[E0412]: cannot find type `LPARAM` in this scope Nov 28 10:29:38.724 INFO [stderr] --> src/main.rs:520:54 Nov 28 10:29:38.724 INFO [stderr] | Nov 28 10:29:38.724 INFO [stderr] 520 | fn drawtext(w :HWND, f :HFONT, c :&CH, p :WPARAM, l :LPARAM) Nov 28 10:29:38.724 INFO [stderr] | ^^^^^^ not found in this scope Nov 28 10:29:38.724 INFO [stderr] Nov 28 10:29:38.724 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.724 INFO [stderr] --> src/main.rs:555:14 Nov 28 10:29:38.724 INFO [stderr] | Nov 28 10:29:38.724 INFO [stderr] 555 | fn key_up(w :HWND){let y = getposy();if y == 0 {return;} hidecaret(w);setposmy(1); showcaret(w);} Nov 28 10:29:38.724 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.724 INFO [stderr] Nov 28 10:29:38.724 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.724 INFO [stderr] --> src/main.rs:556:16 Nov 28 10:29:38.724 INFO [stderr] | Nov 28 10:29:38.724 INFO [stderr] 556 | fn key_down(w :HWND){hidecaret(w);setpospy(1);showcaret(w);} Nov 28 10:29:38.724 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.724 INFO [stderr] Nov 28 10:29:38.724 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.724 INFO [stderr] --> src/main.rs:557:16 Nov 28 10:29:38.724 INFO [stderr] | Nov 28 10:29:38.724 INFO [stderr] 557 | fn key_left(w :HWND) Nov 28 10:29:38.724 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.724 INFO [stderr] Nov 28 10:29:38.724 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.724 INFO [stderr] --> src/main.rs:571:17 Nov 28 10:29:38.724 INFO [stderr] | Nov 28 10:29:38.724 INFO [stderr] 571 | fn key_right(w :HWND, f :HFONT) Nov 28 10:29:38.724 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.724 INFO [stderr] Nov 28 10:29:38.724 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Nov 28 10:29:38.724 INFO [stderr] --> src/main.rs:571:26 Nov 28 10:29:38.724 INFO [stderr] | Nov 28 10:29:38.724 INFO [stderr] 571 | fn key_right(w :HWND, f :HFONT) Nov 28 10:29:38.724 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.724 INFO [stderr] Nov 28 10:29:38.724 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.724 INFO [stderr] --> src/main.rs:603:17 Nov 28 10:29:38.724 INFO [stderr] | Nov 28 10:29:38.724 INFO [stderr] 603 | fn showcaret(w :HWND) Nov 28 10:29:38.724 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.724 INFO [stderr] Nov 28 10:29:38.724 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.724 INFO [stderr] --> src/main.rs:632:17 Nov 28 10:29:38.724 INFO [stderr] | Nov 28 10:29:38.724 INFO [stderr] 632 | fn hidecaret(w :HWND) {unsafe{user::HideCaret(w);}} Nov 28 10:29:38.724 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.724 INFO [stderr] Nov 28 10:29:38.724 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.724 INFO [stderr] --> src/main.rs:633:16 Nov 28 10:29:38.724 INFO [stderr] | Nov 28 10:29:38.724 INFO [stderr] 633 | fn wheel_up(w :HWND, f :HFONT) Nov 28 10:29:38.724 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.724 INFO [stderr] Nov 28 10:29:38.724 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Nov 28 10:29:38.724 INFO [stderr] --> src/main.rs:633:25 Nov 28 10:29:38.724 INFO [stderr] | Nov 28 10:29:38.724 INFO [stderr] 633 | fn wheel_up(w :HWND, f :HFONT) Nov 28 10:29:38.724 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.724 INFO [stderr] Nov 28 10:29:38.724 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.724 INFO [stderr] --> src/main.rs:654:18 Nov 28 10:29:38.724 INFO [stderr] | Nov 28 10:29:38.724 INFO [stderr] 654 | fn wheel_down(w :HWND, f :HFONT) Nov 28 10:29:38.724 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.724 INFO [stderr] Nov 28 10:29:38.724 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Nov 28 10:29:38.724 INFO [stderr] --> src/main.rs:654:27 Nov 28 10:29:38.724 INFO [stderr] | Nov 28 10:29:38.724 INFO [stderr] 654 | fn wheel_down(w :HWND, f :HFONT) Nov 28 10:29:38.724 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.724 INFO [stderr] Nov 28 10:29:38.724 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.724 INFO [stderr] --> src/main.rs:671:12 Nov 28 10:29:38.724 INFO [stderr] | Nov 28 10:29:38.724 INFO [stderr] 671 | fn ctrl(w :HWND, p :WPARAM, mov :&mut MV) Nov 28 10:29:38.724 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.724 INFO [stderr] Nov 28 10:29:38.724 INFO [stderr] error[E0412]: cannot find type `WPARAM` in this scope Nov 28 10:29:38.724 INFO [stderr] --> src/main.rs:671:21 Nov 28 10:29:38.724 INFO [stderr] | Nov 28 10:29:38.724 INFO [stderr] 671 | fn ctrl(w :HWND, p :WPARAM, mov :&mut MV) Nov 28 10:29:38.724 INFO [stderr] | ^^^^^^ not found in this scope Nov 28 10:29:38.724 INFO [stderr] Nov 28 10:29:38.724 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.724 INFO [stderr] --> src/main.rs:752:16 Nov 28 10:29:38.724 INFO [stderr] | Nov 28 10:29:38.725 INFO [stderr] 752 | fn key_0x44(w :HWND) // key D Nov 28 10:29:38.725 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.725 INFO [stderr] Nov 28 10:29:38.725 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.725 INFO [stderr] --> src/main.rs:757:16 Nov 28 10:29:38.725 INFO [stderr] | Nov 28 10:29:38.725 INFO [stderr] 757 | fn key_0x47(w :HWND) // key G Nov 28 10:29:38.725 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.725 INFO [stderr] Nov 28 10:29:38.725 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.725 INFO [stderr] --> src/main.rs:761:16 Nov 28 10:29:38.725 INFO [stderr] | Nov 28 10:29:38.725 INFO [stderr] 761 | fn key_0x64(w :HWND, f :HFONT) // key dd Nov 28 10:29:38.725 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.725 INFO [stderr] Nov 28 10:29:38.725 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Nov 28 10:29:38.725 INFO [stderr] --> src/main.rs:761:25 Nov 28 10:29:38.725 INFO [stderr] | Nov 28 10:29:38.725 INFO [stderr] 761 | fn key_0x64(w :HWND, f :HFONT) // key dd Nov 28 10:29:38.725 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.725 INFO [stderr] Nov 28 10:29:38.725 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.725 INFO [stderr] --> src/main.rs:797:16 Nov 28 10:29:38.725 INFO [stderr] | Nov 28 10:29:38.725 INFO [stderr] 797 | fn key_0x67(w :HWND) // key gg Nov 28 10:29:38.725 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.725 INFO [stderr] Nov 28 10:29:38.725 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.725 INFO [stderr] --> src/main.rs:815:16 Nov 28 10:29:38.725 INFO [stderr] | Nov 28 10:29:38.725 INFO [stderr] 815 | fn key_0x6f(w :HWND, f :HFONT, icon :HICON) // o: change mode Nov 28 10:29:38.725 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.725 INFO [stderr] Nov 28 10:29:38.725 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Nov 28 10:29:38.725 INFO [stderr] --> src/main.rs:815:25 Nov 28 10:29:38.725 INFO [stderr] | Nov 28 10:29:38.725 INFO [stderr] 815 | fn key_0x6f(w :HWND, f :HFONT, icon :HICON) // o: change mode Nov 28 10:29:38.725 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.725 INFO [stderr] Nov 28 10:29:38.725 INFO [stderr] error[E0412]: cannot find type `HICON` in this scope Nov 28 10:29:38.725 INFO [stderr] --> src/main.rs:815:38 Nov 28 10:29:38.725 INFO [stderr] | Nov 28 10:29:38.725 INFO [stderr] 815 | fn key_0x6f(w :HWND, f :HFONT, icon :HICON) // o: change mode Nov 28 10:29:38.725 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.725 INFO [stderr] Nov 28 10:29:38.725 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.725 INFO [stderr] --> src/main.rs:819:16 Nov 28 10:29:38.725 INFO [stderr] | Nov 28 10:29:38.725 INFO [stderr] 819 | fn key_0x70(w :HWND, f :HFONT) // key p Nov 28 10:29:38.725 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.725 INFO [stderr] Nov 28 10:29:38.725 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Nov 28 10:29:38.725 INFO [stderr] --> src/main.rs:819:25 Nov 28 10:29:38.725 INFO [stderr] | Nov 28 10:29:38.725 INFO [stderr] 819 | fn key_0x70(w :HWND, f :HFONT) // key p Nov 28 10:29:38.725 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.725 INFO [stderr] Nov 28 10:29:38.725 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.725 INFO [stderr] --> src/main.rs:848:16 Nov 28 10:29:38.725 INFO [stderr] | Nov 28 10:29:38.725 INFO [stderr] 848 | fn key_0x79(w :HWND, f :HFONT, icon :HICON) // key y Nov 28 10:29:38.725 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.725 INFO [stderr] Nov 28 10:29:38.725 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Nov 28 10:29:38.725 INFO [stderr] --> src/main.rs:848:25 Nov 28 10:29:38.725 INFO [stderr] | Nov 28 10:29:38.725 INFO [stderr] 848 | fn key_0x79(w :HWND, f :HFONT, icon :HICON) // key y Nov 28 10:29:38.725 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.725 INFO [stderr] Nov 28 10:29:38.725 INFO [stderr] error[E0412]: cannot find type `HICON` in this scope Nov 28 10:29:38.725 INFO [stderr] --> src/main.rs:848:38 Nov 28 10:29:38.725 INFO [stderr] | Nov 28 10:29:38.725 INFO [stderr] 848 | fn key_0x79(w :HWND, f :HFONT, icon :HICON) // key y Nov 28 10:29:38.725 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.725 INFO [stderr] Nov 28 10:29:38.725 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.725 INFO [stderr] --> src/main.rs:864:16 Nov 28 10:29:38.725 INFO [stderr] | Nov 28 10:29:38.725 INFO [stderr] 864 | fn key_0x1B(w :HWND, f :HFONT, icon :HICON) // esc Nov 28 10:29:38.725 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.725 INFO [stderr] Nov 28 10:29:38.725 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Nov 28 10:29:38.725 INFO [stderr] --> src/main.rs:864:25 Nov 28 10:29:38.725 INFO [stderr] | Nov 28 10:29:38.725 INFO [stderr] 864 | fn key_0x1B(w :HWND, f :HFONT, icon :HICON) // esc Nov 28 10:29:38.725 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.725 INFO [stderr] Nov 28 10:29:38.726 INFO [stderr] error[E0412]: cannot find type `HICON` in this scope Nov 28 10:29:38.726 INFO [stderr] --> src/main.rs:864:38 Nov 28 10:29:38.726 INFO [stderr] | Nov 28 10:29:38.726 INFO [stderr] 864 | fn key_0x1B(w :HWND, f :HFONT, icon :HICON) // esc Nov 28 10:29:38.726 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.726 INFO [stderr] Nov 28 10:29:38.726 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.726 INFO [stderr] --> src/main.rs:889:16 Nov 28 10:29:38.726 INFO [stderr] | Nov 28 10:29:38.726 INFO [stderr] 889 | fn key_0x0D(w :HWND, f :HFONT) // enter Nov 28 10:29:38.726 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.726 INFO [stderr] Nov 28 10:29:38.726 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Nov 28 10:29:38.726 INFO [stderr] --> src/main.rs:889:25 Nov 28 10:29:38.726 INFO [stderr] | Nov 28 10:29:38.726 INFO [stderr] 889 | fn key_0x0D(w :HWND, f :HFONT) // enter Nov 28 10:29:38.726 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.726 INFO [stderr] Nov 28 10:29:38.726 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.726 INFO [stderr] --> src/main.rs:893:17 Nov 28 10:29:38.726 INFO [stderr] | Nov 28 10:29:38.726 INFO [stderr] 893 | fn key_input(w :HWND, f :HFONT, p :WPARAM) // edit Nov 28 10:29:38.726 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.726 INFO [stderr] Nov 28 10:29:38.726 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Nov 28 10:29:38.726 INFO [stderr] --> src/main.rs:893:26 Nov 28 10:29:38.726 INFO [stderr] | Nov 28 10:29:38.726 INFO [stderr] 893 | fn key_input(w :HWND, f :HFONT, p :WPARAM) // edit Nov 28 10:29:38.726 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.726 INFO [stderr] Nov 28 10:29:38.726 INFO [stderr] error[E0412]: cannot find type `WPARAM` in this scope Nov 28 10:29:38.726 INFO [stderr] --> src/main.rs:893:36 Nov 28 10:29:38.726 INFO [stderr] | Nov 28 10:29:38.726 INFO [stderr] 893 | fn key_input(w :HWND, f :HFONT, p :WPARAM) // edit Nov 28 10:29:38.726 INFO [stderr] | ^^^^^^ not found in this scope Nov 28 10:29:38.726 INFO [stderr] Nov 28 10:29:38.726 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.726 INFO [stderr] --> src/main.rs:950:12 Nov 28 10:29:38.726 INFO [stderr] | Nov 28 10:29:38.726 INFO [stderr] 950 | fn edit(w :HWND, p :WPARAM, mov :&mut MV) Nov 28 10:29:38.726 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.726 INFO [stderr] Nov 28 10:29:38.726 INFO [stderr] error[E0412]: cannot find type `WPARAM` in this scope Nov 28 10:29:38.726 INFO [stderr] --> src/main.rs:950:21 Nov 28 10:29:38.726 INFO [stderr] | Nov 28 10:29:38.726 INFO [stderr] 950 | fn edit(w :HWND, p :WPARAM, mov :&mut MV) Nov 28 10:29:38.726 INFO [stderr] | ^^^^^^ not found in this scope Nov 28 10:29:38.726 INFO [stderr] Nov 28 10:29:38.726 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.726 INFO [stderr] --> src/main.rs:1029:17 Nov 28 10:29:38.726 INFO [stderr] | Nov 28 10:29:38.726 INFO [stderr] 1029 | fn sidepanel(w: HWND, sw: HWND, f :HFONT) Nov 28 10:29:38.726 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.726 INFO [stderr] Nov 28 10:29:38.726 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.726 INFO [stderr] --> src/main.rs:1029:27 Nov 28 10:29:38.726 INFO [stderr] | Nov 28 10:29:38.726 INFO [stderr] 1029 | fn sidepanel(w: HWND, sw: HWND, f :HFONT) Nov 28 10:29:38.726 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.726 INFO [stderr] Nov 28 10:29:38.726 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Nov 28 10:29:38.726 INFO [stderr] --> src/main.rs:1029:36 Nov 28 10:29:38.726 INFO [stderr] | Nov 28 10:29:38.726 INFO [stderr] 1029 | fn sidepanel(w: HWND, sw: HWND, f :HFONT) Nov 28 10:29:38.726 INFO [stderr] | ^^^^^ not found in this scope Nov 28 10:29:38.726 INFO [stderr] Nov 28 10:29:38.726 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.726 INFO [stderr] --> src/main.rs:1053:46 Nov 28 10:29:38.726 INFO [stderr] | Nov 28 10:29:38.726 INFO [stderr] 1053 | pub unsafe extern "system" fn window_proc(w :HWND, msg :UINT, p :WPARAM, l :LPARAM) -> LRESULT Nov 28 10:29:38.726 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.726 INFO [stderr] Nov 28 10:29:38.726 INFO [stderr] error[E0412]: cannot find type `UINT` in this scope Nov 28 10:29:38.726 INFO [stderr] --> src/main.rs:1053:57 Nov 28 10:29:38.726 INFO [stderr] | Nov 28 10:29:38.726 INFO [stderr] 1053 | pub unsafe extern "system" fn window_proc(w :HWND, msg :UINT, p :WPARAM, l :LPARAM) -> LRESULT Nov 28 10:29:38.726 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.726 INFO [stderr] Nov 28 10:29:38.726 INFO [stderr] error[E0412]: cannot find type `WPARAM` in this scope Nov 28 10:29:38.726 INFO [stderr] --> src/main.rs:1053:66 Nov 28 10:29:38.726 INFO [stderr] | Nov 28 10:29:38.726 INFO [stderr] 1053 | pub unsafe extern "system" fn window_proc(w :HWND, msg :UINT, p :WPARAM, l :LPARAM) -> LRESULT Nov 28 10:29:38.727 INFO [stderr] | ^^^^^^ not found in this scope Nov 28 10:29:38.727 INFO [stderr] Nov 28 10:29:38.727 INFO [stderr] error[E0412]: cannot find type `LPARAM` in this scope Nov 28 10:29:38.727 INFO [stderr] --> src/main.rs:1053:77 Nov 28 10:29:38.727 INFO [stderr] | Nov 28 10:29:38.727 INFO [stderr] 1053 | pub unsafe extern "system" fn window_proc(w :HWND, msg :UINT, p :WPARAM, l :LPARAM) -> LRESULT Nov 28 10:29:38.727 INFO [stderr] | ^^^^^^ not found in this scope Nov 28 10:29:38.727 INFO [stderr] Nov 28 10:29:38.727 INFO [stderr] error[E0412]: cannot find type `LRESULT` in this scope Nov 28 10:29:38.727 INFO [stderr] --> src/main.rs:1053:88 Nov 28 10:29:38.727 INFO [stderr] | Nov 28 10:29:38.727 INFO [stderr] 1053 | pub unsafe extern "system" fn window_proc(w :HWND, msg :UINT, p :WPARAM, l :LPARAM) -> LRESULT Nov 28 10:29:38.727 INFO [stderr] | ^^^^^^^ not found in this scope Nov 28 10:29:38.727 INFO [stderr] Nov 28 10:29:38.727 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Nov 28 10:29:38.727 INFO [stderr] --> src/main.rs:1213:50 Nov 28 10:29:38.727 INFO [stderr] | Nov 28 10:29:38.727 INFO [stderr] 1213 | pub unsafe extern "system" fn sub_window_proc(w :HWND, msg :UINT, p :WPARAM, l :LPARAM) -> LRESULT Nov 28 10:29:38.727 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.727 INFO [stderr] Nov 28 10:29:38.727 INFO [stderr] error[E0412]: cannot find type `UINT` in this scope Nov 28 10:29:38.727 INFO [stderr] --> src/main.rs:1213:61 Nov 28 10:29:38.727 INFO [stderr] | Nov 28 10:29:38.727 INFO [stderr] 1213 | pub unsafe extern "system" fn sub_window_proc(w :HWND, msg :UINT, p :WPARAM, l :LPARAM) -> LRESULT Nov 28 10:29:38.727 INFO [stderr] | ^^^^ not found in this scope Nov 28 10:29:38.727 INFO [stderr] Nov 28 10:29:38.727 INFO [stderr] error[E0412]: cannot find type `WPARAM` in this scope Nov 28 10:29:38.727 INFO [stderr] --> src/main.rs:1213:70 Nov 28 10:29:38.727 INFO [stderr] | Nov 28 10:29:38.727 INFO [stderr] 1213 | pub unsafe extern "system" fn sub_window_proc(w :HWND, msg :UINT, p :WPARAM, l :LPARAM) -> LRESULT Nov 28 10:29:38.727 INFO [stderr] | ^^^^^^ not found in this scope Nov 28 10:29:38.727 INFO [stderr] Nov 28 10:29:38.727 INFO [stderr] error[E0412]: cannot find type `LPARAM` in this scope Nov 28 10:29:38.727 INFO [stderr] --> src/main.rs:1213:81 Nov 28 10:29:38.727 INFO [stderr] | Nov 28 10:29:38.727 INFO [stderr] 1213 | pub unsafe extern "system" fn sub_window_proc(w :HWND, msg :UINT, p :WPARAM, l :LPARAM) -> LRESULT Nov 28 10:29:38.727 INFO [stderr] | ^^^^^^ not found in this scope Nov 28 10:29:38.727 INFO [stderr] Nov 28 10:29:38.727 INFO [stderr] error[E0412]: cannot find type `LRESULT` in this scope Nov 28 10:29:38.727 INFO [stderr] --> src/main.rs:1213:92 Nov 28 10:29:38.727 INFO [stderr] | Nov 28 10:29:38.727 INFO [stderr] 1213 | pub unsafe extern "system" fn sub_window_proc(w :HWND, msg :UINT, p :WPARAM, l :LPARAM) -> LRESULT Nov 28 10:29:38.727 INFO [stderr] | ^^^^^^^ not found in this scope Nov 28 10:29:38.727 INFO [stderr] Nov 28 10:29:38.747 INFO [stderr] error: Compilation failed, aborting rustdoc Nov 28 10:29:38.747 INFO [stderr] Nov 28 10:29:38.782 INFO [stderr] error: Could not document `read`. Nov 28 10:29:38.783 INFO [stderr] Nov 28 10:29:38.783 INFO [stderr] Caused by: Nov 28 10:29:38.784 INFO [stderr] process didn't exit successfully: `rustdoc --crate-name read src/main.rs --color never -o /target/doc --document-private-items -L dependency=/target/debug/deps --extern lazy_static=/target/debug/deps/liblazy_static-9cf2201faf1fd1a4.rmeta --extern libc=/target/debug/deps/liblibc-1f48ff2379e7d008.rmeta --extern winapi=/target/debug/deps/libwinapi-52605669ce7b5113.rmeta --cap-lints=forbid` (exit code: 1) Nov 28 10:29:38.784 INFO [stderr] su: No module specific data is present Nov 28 10:29:39.549 INFO running `"docker" "inspect" "340f9ead5e1419545a291341aed2a06a013702d544b260e2b44ded05d086702b"` Nov 28 10:29:39.755 INFO running `"docker" "rm" "-f" "340f9ead5e1419545a291341aed2a06a013702d544b260e2b44ded05d086702b"` Nov 28 10:29:39.984 INFO [stdout] 340f9ead5e1419545a291341aed2a06a013702d544b260e2b44ded05d086702b