[INFO] fetching crate keymouse 0.6.2... [INFO] checking keymouse-0.6.2 against try#38c2997544af84fe301d600d6896397738163002 for pr-154205-1 [INFO] extracting crate keymouse 0.6.2 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate keymouse 0.6.2 [INFO] finished tweaking crates.io crate keymouse 0.6.2 [INFO] tweaked toml for crates.io crate keymouse 0.6.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate keymouse 0.6.2 on toolchain 38c2997544af84fe301d600d6896397738163002 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+38c2997544af84fe301d600d6896397738163002" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate keymouse 0.6.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+38c2997544af84fe301d600d6896397738163002" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+38c2997544af84fe301d600d6896397738163002" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f3bc533f39cf61a5c2113094ff623e436b9319fde5769435c0244c26c8015c52 [INFO] running `Command { std: "docker" "start" "-a" "f3bc533f39cf61a5c2113094ff623e436b9319fde5769435c0244c26c8015c52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f3bc533f39cf61a5c2113094ff623e436b9319fde5769435c0244c26c8015c52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3bc533f39cf61a5c2113094ff623e436b9319fde5769435c0244c26c8015c52", kill_on_drop: false }` [INFO] [stdout] f3bc533f39cf61a5c2113094ff623e436b9319fde5769435c0244c26c8015c52 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+38c2997544af84fe301d600d6896397738163002" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] af72d5a6118e36fd47f645ee442806d32f012c7f8e136ff9baa46e8fe16f199f [INFO] running `Command { std: "docker" "start" "-a" "af72d5a6118e36fd47f645ee442806d32f012c7f8e136ff9baa46e8fe16f199f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling libc v0.2.182 [INFO] [stderr] Checking winnow v0.7.15 [INFO] [stderr] Compiling enigo v0.1.3 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Checking serde_spanned v0.6.9 [INFO] [stderr] Checking toml_datetime v0.6.11 [INFO] [stderr] Checking toml_edit v0.22.27 [INFO] [stderr] Checking toml v0.8.23 [INFO] [stderr] Checking keymouse v0.6.2 (/opt/rustwide/workdir) [INFO] [stdout] error: Keymouse currently supports only macOS and Windows. Add platform implementations in src/platforms/ for your target OS. [INFO] [stdout] --> src/platforms/mod.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / compile_error!( [INFO] [stdout] 15 | | "Keymouse currently supports only macOS and Windows. Add platform implementations in src/platforms/ for your target OS." [INFO] [stdout] 16 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Keymouse runtime is currently implemented only for macOS and Windows. [INFO] [stdout] --> src/runtime/mod.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | compile_error!("Keymouse runtime is currently implemented only for macOS and Windows."); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Keymouse currently supports only macOS and Windows. Add platform implementations in src/platforms/ for your target OS. [INFO] [stdout] --> src/platforms/mod.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / compile_error!( [INFO] [stdout] 15 | | "Keymouse currently supports only macOS and Windows. Add platform implementations in src/platforms/ for your target OS." [INFO] [stdout] 16 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Keymouse runtime is currently implemented only for macOS and Windows. [INFO] [stdout] --> src/runtime/mod.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | compile_error!("Keymouse runtime is currently implemented only for macOS and Windows."); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `KeyBindings` and `Modifier` [INFO] [stdout] --> src/input.rs:1:21 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::config::{KeyBindings, Modifier}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:293:26","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:298:18","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:304:14","p":1,"ph":0,"wa":0,"pa":0,"a":0,"pos":0,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":0,"a_opt":0,"sz_no_dedup":0,"sz_old":0,"sz_opt":0} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:312:12","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:324:19","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:341:34","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:370:33","p":2,"ph":2,"wa":0,"pa":0,"a":2,"pos":2,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":2,"a_opt":2,"sz_no_dedup":32,"sz_old":32,"sz_opt":32} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:373:33","p":2,"ph":2,"wa":0,"pa":0,"a":2,"pos":2,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":2,"a_opt":2,"sz_no_dedup":32,"sz_old":32,"sz_opt":32} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:379:12","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:396:16","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:403:16","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:412:32","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:418:16","p":3,"ph":2,"wa":0,"pa":0,"a":2,"pos":2,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":2,"a_opt":2,"sz_no_dedup":32,"sz_old":32,"sz_opt":32} [INFO] [stdout] warning: unused import: `key_from_string` [INFO] [stdout] --> src/config.rs:594:25 [INFO] [stdout] | [INFO] [stdout] 594 | use super::{Config, key_from_string, validate_config}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:425:16","p":3,"ph":2,"wa":0,"pa":0,"a":2,"pos":2,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":2,"a_opt":2,"sz_no_dedup":32,"sz_old":32,"sz_opt":32} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:432:16","p":3,"ph":2,"wa":0,"pa":0,"a":2,"pos":2,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":2,"a_opt":2,"sz_no_dedup":32,"sz_old":32,"sz_opt":32} [INFO] [stdout] warning: unused imports: `KeyBindings` and `Modifier` [INFO] [stdout] --> src/input.rs:1:21 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::config::{KeyBindings, Modifier}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:443:16","p":3,"ph":2,"wa":0,"pa":0,"a":2,"pos":2,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":2,"a_opt":2,"sz_no_dedup":32,"sz_old":32,"sz_opt":32} [INFO] [stdout] warning: unused import: `super::usage_text` [INFO] [stdout] --> src/main.rs:280:9 [INFO] [stdout] | [INFO] [stdout] 280 | use super::usage_text; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:457:12","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:463:12","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:476:12","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:483:36","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":0,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:488:20","p":3,"ph":2,"wa":0,"pa":0,"a":2,"pos":1,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":2,"a_opt":2,"sz_no_dedup":32,"sz_old":32,"sz_opt":32} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:498:12","p":3,"ph":2,"wa":0,"pa":0,"a":2,"pos":2,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":2,"a_opt":2,"sz_no_dedup":32,"sz_old":32,"sz_opt":32} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:502:37","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":0,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:293:26","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:298:18","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:304:14","p":1,"ph":0,"wa":0,"pa":0,"a":0,"pos":0,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":0,"a_opt":0,"sz_no_dedup":0,"sz_old":0,"sz_opt":0} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:312:12","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:24:26","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:324:19","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:32:26","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:341:34","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:40:26","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:48:26","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:370:33","p":2,"ph":2,"wa":0,"pa":0,"a":2,"pos":2,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":2,"a_opt":2,"sz_no_dedup":32,"sz_old":32,"sz_opt":32} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:56:26","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:373:33","p":2,"ph":2,"wa":0,"pa":0,"a":2,"pos":2,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":2,"a_opt":2,"sz_no_dedup":32,"sz_old":32,"sz_opt":32} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:64:26","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:379:12","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:72:26","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:396:16","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:80:26","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:403:16","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:86:29","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:412:32","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:89:30","p":1,"ph":0,"wa":0,"pa":0,"a":0,"pos":0,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":0,"a_opt":0,"sz_no_dedup":0,"sz_old":0,"sz_opt":0} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:418:16","p":3,"ph":2,"wa":0,"pa":0,"a":2,"pos":2,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":2,"a_opt":2,"sz_no_dedup":32,"sz_old":32,"sz_opt":32} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:91:34","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:425:16","p":3,"ph":2,"wa":0,"pa":0,"a":2,"pos":2,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":2,"a_opt":2,"sz_no_dedup":32,"sz_old":32,"sz_opt":32} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:99:22","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:432:16","p":3,"ph":2,"wa":0,"pa":0,"a":2,"pos":2,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":2,"a_opt":2,"sz_no_dedup":32,"sz_old":32,"sz_opt":32} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:107:14","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:443:16","p":3,"ph":2,"wa":0,"pa":0,"a":2,"pos":2,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":2,"a_opt":2,"sz_no_dedup":32,"sz_old":32,"sz_opt":32} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:457:12","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:463:12","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:476:12","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:483:36","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":0,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:488:20","p":3,"ph":2,"wa":0,"pa":0,"a":2,"pos":1,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":2,"a_opt":2,"sz_no_dedup":32,"sz_old":32,"sz_opt":32} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:498:12","p":3,"ph":2,"wa":0,"pa":0,"a":2,"pos":2,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":2,"a_opt":2,"sz_no_dedup":32,"sz_old":32,"sz_opt":32} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:502:37","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":0,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:24:26","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:32:26","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:40:26","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:48:26","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:56:26","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:64:26","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:72:26","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:80:26","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:86:29","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:89:30","p":1,"ph":0,"wa":0,"pa":0,"a":0,"pos":0,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":0,"a_opt":0,"sz_no_dedup":0,"sz_old":0,"sz_opt":0} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:91:34","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:99:22","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/main.rs:107:14","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:626:12","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":0,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:638:12","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":0,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:655:12","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":0,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:671:12","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":0,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:686:12","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":0,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:703:12","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":0,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:720:12","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":0,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:729:12","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":0,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:743:12","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":0,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"keymouse","loc":"src/config.rs:757:12","p":1,"ph":1,"wa":0,"pa":0,"a":1,"pos":0,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stdout] error[E0425]: cannot find function `run_default` in this scope [INFO] [stdout] --> src/main.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | None => run_default(), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:155:4 [INFO] [stdout] | [INFO] [stdout] 154 | #[cfg(target_os = "macos")] [INFO] [stdout] | ------------------- the item is gated behind the `macos` feature [INFO] [stdout] 155 | fn run_default() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:160:4 [INFO] [stdout] | [INFO] [stdout] 159 | #[cfg(target_os = "windows")] [INFO] [stdout] | --------------------- the item is gated behind the `windows` feature [INFO] [stdout] 160 | fn run_default() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `install_app` in this scope [INFO] [stdout] --> src/main.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | install_app(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:165:4 [INFO] [stdout] | [INFO] [stdout] 164 | #[cfg(target_os = "macos")] [INFO] [stdout] | ------------------- the item is gated behind the `macos` feature [INFO] [stdout] 165 | fn install_app() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:176:4 [INFO] [stdout] | [INFO] [stdout] 175 | #[cfg(target_os = "windows")] [INFO] [stdout] | --------------------- the item is gated behind the `windows` feature [INFO] [stdout] 176 | fn install_app() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `uninstall_app` in this scope [INFO] [stdout] --> src/main.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | uninstall_app(); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:181:4 [INFO] [stdout] | [INFO] [stdout] 180 | #[cfg(target_os = "macos")] [INFO] [stdout] | ------------------- the item is gated behind the `macos` feature [INFO] [stdout] 181 | fn uninstall_app() { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:192:4 [INFO] [stdout] | [INFO] [stdout] 191 | #[cfg(target_os = "windows")] [INFO] [stdout] | --------------------- the item is gated behind the `windows` feature [INFO] [stdout] 192 | fn uninstall_app() { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `start_managed` in this scope [INFO] [stdout] --> src/main.rs:44:13 [INFO] [stdout] | [INFO] [stdout] 44 | start_managed(); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:197:4 [INFO] [stdout] | [INFO] [stdout] 196 | #[cfg(target_os = "macos")] [INFO] [stdout] | ------------------- the item is gated behind the `macos` feature [INFO] [stdout] 197 | fn start_managed() { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:208:4 [INFO] [stdout] | [INFO] [stdout] 207 | #[cfg(target_os = "windows")] [INFO] [stdout] | --------------------- the item is gated behind the `windows` feature [INFO] [stdout] 208 | fn start_managed() { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `stop_managed` in this scope [INFO] [stdout] --> src/main.rs:52:13 [INFO] [stdout] | [INFO] [stdout] 52 | stop_managed(); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:213:4 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg(target_os = "macos")] [INFO] [stdout] | ------------------- the item is gated behind the `macos` feature [INFO] [stdout] 213 | fn stop_managed() { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:232:4 [INFO] [stdout] | [INFO] [stdout] 231 | #[cfg(target_os = "windows")] [INFO] [stdout] | --------------------- the item is gated behind the `windows` feature [INFO] [stdout] 232 | fn stop_managed() { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `restart_managed` in this scope [INFO] [stdout] --> src/main.rs:60:13 [INFO] [stdout] | [INFO] [stdout] 60 | restart_managed(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:237:4 [INFO] [stdout] | [INFO] [stdout] 236 | #[cfg(target_os = "macos")] [INFO] [stdout] | ------------------- the item is gated behind the `macos` feature [INFO] [stdout] 237 | fn restart_managed() { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:248:4 [INFO] [stdout] | [INFO] [stdout] 247 | #[cfg(target_os = "windows")] [INFO] [stdout] | --------------------- the item is gated behind the `windows` feature [INFO] [stdout] 248 | fn restart_managed() { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `is_managed_run_flag` in this scope [INFO] [stdout] --> src/main.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | Some(flag) if is_managed_run_flag(flag) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:253:4 [INFO] [stdout] | [INFO] [stdout] 252 | #[cfg(target_os = "macos")] [INFO] [stdout] | ------------------- the item is gated behind the `macos` feature [INFO] [stdout] 253 | fn is_managed_run_flag(flag: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:258:4 [INFO] [stdout] | [INFO] [stdout] 257 | #[cfg(target_os = "windows")] [INFO] [stdout] | --------------------- the item is gated behind the `windows` feature [INFO] [stdout] 258 | fn is_managed_run_flag(_flag: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `run_managed` in this scope [INFO] [stdout] --> src/main.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | run_managed(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:263:4 [INFO] [stdout] | [INFO] [stdout] 262 | #[cfg(target_os = "macos")] [INFO] [stdout] | ------------------- the item is gated behind the `macos` feature [INFO] [stdout] 263 | fn run_managed() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:268:4 [INFO] [stdout] | [INFO] [stdout] 267 | #[cfg(target_os = "windows")] [INFO] [stdout] | --------------------- the item is gated behind the `windows` feature [INFO] [stdout] 268 | fn run_managed() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:110:20 [INFO] [stdout] | [INFO] [stdout] 110 | fn usage_text() -> &'static str { [INFO] [stdout] | ---------- ^^^^^^^^^^^^ expected `&str`, found `()` [INFO] [stdout] | | [INFO] [stdout] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `run_default` in this scope [INFO] [stdout] --> src/main.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | None => run_default(), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:155:4 [INFO] [stdout] | [INFO] [stdout] 154 | #[cfg(target_os = "macos")] [INFO] [stdout] | ------------------- the item is gated behind the `macos` feature [INFO] [stdout] 155 | fn run_default() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:160:4 [INFO] [stdout] | [INFO] [stdout] 159 | #[cfg(target_os = "windows")] [INFO] [stdout] | --------------------- the item is gated behind the `windows` feature [INFO] [stdout] 160 | fn run_default() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `install_app` in this scope [INFO] [stdout] --> src/main.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | install_app(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:165:4 [INFO] [stdout] | [INFO] [stdout] 164 | #[cfg(target_os = "macos")] [INFO] [stdout] | ------------------- the item is gated behind the `macos` feature [INFO] [stdout] 165 | fn install_app() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:176:4 [INFO] [stdout] | [INFO] [stdout] 175 | #[cfg(target_os = "windows")] [INFO] [stdout] | --------------------- the item is gated behind the `windows` feature [INFO] [stdout] 176 | fn install_app() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `uninstall_app` in this scope [INFO] [stdout] --> src/main.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | uninstall_app(); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:181:4 [INFO] [stdout] | [INFO] [stdout] 180 | #[cfg(target_os = "macos")] [INFO] [stdout] | ------------------- the item is gated behind the `macos` feature [INFO] [stdout] 181 | fn uninstall_app() { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:192:4 [INFO] [stdout] | [INFO] [stdout] 191 | #[cfg(target_os = "windows")] [INFO] [stdout] | --------------------- the item is gated behind the `windows` feature [INFO] [stdout] 192 | fn uninstall_app() { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `start_managed` in this scope [INFO] [stdout] --> src/main.rs:44:13 [INFO] [stdout] | [INFO] [stdout] 44 | start_managed(); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:197:4 [INFO] [stdout] | [INFO] [stdout] 196 | #[cfg(target_os = "macos")] [INFO] [stdout] | ------------------- the item is gated behind the `macos` feature [INFO] [stdout] 197 | fn start_managed() { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:208:4 [INFO] [stdout] | [INFO] [stdout] 207 | #[cfg(target_os = "windows")] [INFO] [stdout] | --------------------- the item is gated behind the `windows` feature [INFO] [stdout] 208 | fn start_managed() { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `stop_managed` in this scope [INFO] [stdout] --> src/main.rs:52:13 [INFO] [stdout] | [INFO] [stdout] 52 | stop_managed(); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:213:4 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg(target_os = "macos")] [INFO] [stdout] | ------------------- the item is gated behind the `macos` feature [INFO] [stdout] 213 | fn stop_managed() { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:232:4 [INFO] [stdout] | [INFO] [stdout] 231 | #[cfg(target_os = "windows")] [INFO] [stdout] | --------------------- the item is gated behind the `windows` feature [INFO] [stdout] 232 | fn stop_managed() { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `restart_managed` in this scope [INFO] [stdout] --> src/main.rs:60:13 [INFO] [stdout] | [INFO] [stdout] 60 | restart_managed(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:237:4 [INFO] [stdout] | [INFO] [stdout] 236 | #[cfg(target_os = "macos")] [INFO] [stdout] | ------------------- the item is gated behind the `macos` feature [INFO] [stdout] 237 | fn restart_managed() { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:248:4 [INFO] [stdout] | [INFO] [stdout] 247 | #[cfg(target_os = "windows")] [INFO] [stdout] | --------------------- the item is gated behind the `windows` feature [INFO] [stdout] 248 | fn restart_managed() { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `is_managed_run_flag` in this scope [INFO] [stdout] --> src/main.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | Some(flag) if is_managed_run_flag(flag) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:253:4 [INFO] [stdout] | [INFO] [stdout] 252 | #[cfg(target_os = "macos")] [INFO] [stdout] | ------------------- the item is gated behind the `macos` feature [INFO] [stdout] 253 | fn is_managed_run_flag(flag: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:258:4 [INFO] [stdout] | [INFO] [stdout] 257 | #[cfg(target_os = "windows")] [INFO] [stdout] | --------------------- the item is gated behind the `windows` feature [INFO] [stdout] 258 | fn is_managed_run_flag(_flag: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `run_managed` in this scope [INFO] [stdout] --> src/main.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | run_managed(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:263:4 [INFO] [stdout] | [INFO] [stdout] 262 | #[cfg(target_os = "macos")] [INFO] [stdout] | ------------------- the item is gated behind the `macos` feature [INFO] [stdout] 263 | fn run_managed() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/main.rs:268:4 [INFO] [stdout] | [INFO] [stdout] 267 | #[cfg(target_os = "windows")] [INFO] [stdout] | --------------------- the item is gated behind the `windows` feature [INFO] [stdout] 268 | fn run_managed() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:110:20 [INFO] [stdout] | [INFO] [stdout] 110 | fn usage_text() -> &'static str { [INFO] [stdout] | ---------- ^^^^^^^^^^^^ expected `&str`, found `()` [INFO] [stdout] | | [INFO] [stdout] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:136:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | --------- matches any value [INFO] [stdout] 136 | KEYCODE_W => Some((0, 1)), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | --------- matches any value [INFO] [stdout] 136 | KEYCODE_W => Some((0, 1)), [INFO] [stdout] 137 | KEYCODE_E => Some((0, 2)), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:138:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 138 | KEYCODE_A => Some((1, 0)), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:139:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 139 | KEYCODE_S => Some((1, 1)), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 140 | KEYCODE_D => Some((1, 2)), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:141:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 141 | KEYCODE_Z => Some((2, 0)), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 142 | KEYCODE_X => Some((2, 1)), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 143 | KEYCODE_C => Some((2, 2)), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 145 | KEYCODE_F => Some((1, 0)), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 146 | KEYCODE_G => Some((1, 1)), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 147 | _ => None, [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_Q` [INFO] [stdout] --> src/input.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_Q` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_W` [INFO] [stdout] --> src/input.rs:136:9 [INFO] [stdout] | [INFO] [stdout] 136 | KEYCODE_W => Some((0, 1)), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_W` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_E` [INFO] [stdout] --> src/input.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 137 | KEYCODE_E => Some((0, 2)), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_E` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_A` [INFO] [stdout] --> src/input.rs:138:9 [INFO] [stdout] | [INFO] [stdout] 138 | KEYCODE_A => Some((1, 0)), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_S` [INFO] [stdout] --> src/input.rs:139:9 [INFO] [stdout] | [INFO] [stdout] 139 | KEYCODE_S => Some((1, 1)), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_S` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_D` [INFO] [stdout] --> src/input.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | KEYCODE_D => Some((1, 2)), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_D` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_Z` [INFO] [stdout] --> src/input.rs:141:9 [INFO] [stdout] | [INFO] [stdout] 141 | KEYCODE_Z => Some((2, 0)), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_Z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_X` [INFO] [stdout] --> src/input.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | KEYCODE_X => Some((2, 1)), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_X` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_C` [INFO] [stdout] --> src/input.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 143 | KEYCODE_C => Some((2, 2)), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_C` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_F` [INFO] [stdout] --> src/input.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | KEYCODE_F => Some((1, 0)), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_F` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_G` [INFO] [stdout] --> src/input.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 146 | KEYCODE_G => Some((1, 1)), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_G` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:154:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] 154 | KEYCODE_NUMPAD_1 => Some(0), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:155:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] 154 | KEYCODE_NUMPAD_1 => Some(0), [INFO] [stdout] 155 | KEYCODE_2 => Some(1), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:156:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 156 | KEYCODE_NUMPAD_2 => Some(1), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 157 | KEYCODE_3 => Some(2), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 158 | KEYCODE_NUMPAD_3 => Some(2), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:159:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 159 | KEYCODE_4 => Some(3), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:160:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 160 | KEYCODE_NUMPAD_4 => Some(3), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:161:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 161 | KEYCODE_5 => Some(4), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 162 | KEYCODE_NUMPAD_5 => Some(4), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 163 | KEYCODE_6 => Some(5), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:164:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 164 | KEYCODE_NUMPAD_6 => Some(5), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:165:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 165 | KEYCODE_7 => Some(6), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:166:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 166 | KEYCODE_NUMPAD_7 => Some(6), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:167:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 167 | KEYCODE_8 => Some(7), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:168:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 168 | KEYCODE_NUMPAD_8 => Some(7), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 169 | KEYCODE_9 => Some(8), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:170:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 170 | KEYCODE_NUMPAD_9 => Some(8), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:171:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 171 | _ => None, [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_1` [INFO] [stdout] --> src/input.rs:153:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_NUMPAD_1` [INFO] [stdout] --> src/input.rs:154:9 [INFO] [stdout] | [INFO] [stdout] 154 | KEYCODE_NUMPAD_1 => Some(0), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_NUMPAD_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_2` [INFO] [stdout] --> src/input.rs:155:9 [INFO] [stdout] | [INFO] [stdout] 155 | KEYCODE_2 => Some(1), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_NUMPAD_2` [INFO] [stdout] --> src/input.rs:156:9 [INFO] [stdout] | [INFO] [stdout] 156 | KEYCODE_NUMPAD_2 => Some(1), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_NUMPAD_2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_3` [INFO] [stdout] --> src/input.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | KEYCODE_3 => Some(2), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_NUMPAD_3` [INFO] [stdout] --> src/input.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 158 | KEYCODE_NUMPAD_3 => Some(2), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_NUMPAD_3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_4` [INFO] [stdout] --> src/input.rs:159:9 [INFO] [stdout] | [INFO] [stdout] 159 | KEYCODE_4 => Some(3), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_NUMPAD_4` [INFO] [stdout] --> src/input.rs:160:9 [INFO] [stdout] | [INFO] [stdout] 160 | KEYCODE_NUMPAD_4 => Some(3), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_NUMPAD_4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_5` [INFO] [stdout] --> src/input.rs:161:9 [INFO] [stdout] | [INFO] [stdout] 161 | KEYCODE_5 => Some(4), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_NUMPAD_5` [INFO] [stdout] --> src/input.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 162 | KEYCODE_NUMPAD_5 => Some(4), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_NUMPAD_5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_6` [INFO] [stdout] --> src/input.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | KEYCODE_6 => Some(5), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_NUMPAD_6` [INFO] [stdout] --> src/input.rs:164:9 [INFO] [stdout] | [INFO] [stdout] 164 | KEYCODE_NUMPAD_6 => Some(5), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_NUMPAD_6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_7` [INFO] [stdout] --> src/input.rs:165:9 [INFO] [stdout] | [INFO] [stdout] 165 | KEYCODE_7 => Some(6), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_NUMPAD_7` [INFO] [stdout] --> src/input.rs:166:9 [INFO] [stdout] | [INFO] [stdout] 166 | KEYCODE_NUMPAD_7 => Some(6), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_NUMPAD_7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_8` [INFO] [stdout] --> src/input.rs:167:9 [INFO] [stdout] | [INFO] [stdout] 167 | KEYCODE_8 => Some(7), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_NUMPAD_8` [INFO] [stdout] --> src/input.rs:168:9 [INFO] [stdout] | [INFO] [stdout] 168 | KEYCODE_NUMPAD_8 => Some(7), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_NUMPAD_8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_9` [INFO] [stdout] --> src/input.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | KEYCODE_9 => Some(8), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_NUMPAD_9` [INFO] [stdout] --> src/input.rs:170:9 [INFO] [stdout] | [INFO] [stdout] 170 | KEYCODE_NUMPAD_9 => Some(8), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_NUMPAD_9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:136:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | --------- matches any value [INFO] [stdout] 136 | KEYCODE_W => Some((0, 1)), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | --------- matches any value [INFO] [stdout] 136 | KEYCODE_W => Some((0, 1)), [INFO] [stdout] 137 | KEYCODE_E => Some((0, 2)), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:138:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 138 | KEYCODE_A => Some((1, 0)), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:139:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 139 | KEYCODE_S => Some((1, 1)), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 140 | KEYCODE_D => Some((1, 2)), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:141:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 141 | KEYCODE_Z => Some((2, 0)), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 142 | KEYCODE_X => Some((2, 1)), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 143 | KEYCODE_C => Some((2, 2)), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 145 | KEYCODE_F => Some((1, 0)), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 146 | KEYCODE_G => Some((1, 1)), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 147 | _ => None, [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_Q` [INFO] [stdout] --> src/input.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | KEYCODE_Q => Some((0, 0)), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_Q` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_W` [INFO] [stdout] --> src/input.rs:136:9 [INFO] [stdout] | [INFO] [stdout] 136 | KEYCODE_W => Some((0, 1)), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_W` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_E` [INFO] [stdout] --> src/input.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 137 | KEYCODE_E => Some((0, 2)), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_E` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_A` [INFO] [stdout] --> src/input.rs:138:9 [INFO] [stdout] | [INFO] [stdout] 138 | KEYCODE_A => Some((1, 0)), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_S` [INFO] [stdout] --> src/input.rs:139:9 [INFO] [stdout] | [INFO] [stdout] 139 | KEYCODE_S => Some((1, 1)), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_S` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_D` [INFO] [stdout] --> src/input.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | KEYCODE_D => Some((1, 2)), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_D` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_Z` [INFO] [stdout] --> src/input.rs:141:9 [INFO] [stdout] | [INFO] [stdout] 141 | KEYCODE_Z => Some((2, 0)), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_Z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_X` [INFO] [stdout] --> src/input.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | KEYCODE_X => Some((2, 1)), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_X` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_C` [INFO] [stdout] --> src/input.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 143 | KEYCODE_C => Some((2, 2)), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_C` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_F` [INFO] [stdout] --> src/input.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | KEYCODE_F => Some((1, 0)), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_F` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_G` [INFO] [stdout] --> src/input.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 146 | KEYCODE_G => Some((1, 1)), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_G` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:154:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] 154 | KEYCODE_NUMPAD_1 => Some(0), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:155:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] 154 | KEYCODE_NUMPAD_1 => Some(0), [INFO] [stdout] 155 | KEYCODE_2 => Some(1), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:156:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 156 | KEYCODE_NUMPAD_2 => Some(1), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `keymouse` (bin "keymouse") due to 11 previous errors; 59 warnings emitted [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 157 | KEYCODE_3 => Some(2), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 158 | KEYCODE_NUMPAD_3 => Some(2), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:159:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 159 | KEYCODE_4 => Some(3), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:160:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 160 | KEYCODE_NUMPAD_4 => Some(3), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:161:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 161 | KEYCODE_5 => Some(4), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 162 | KEYCODE_NUMPAD_5 => Some(4), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 163 | KEYCODE_6 => Some(5), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:164:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 164 | KEYCODE_NUMPAD_6 => Some(5), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:165:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 165 | KEYCODE_7 => Some(6), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:166:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 166 | KEYCODE_NUMPAD_7 => Some(6), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:167:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 167 | KEYCODE_8 => Some(7), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:168:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 168 | KEYCODE_NUMPAD_8 => Some(7), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 169 | KEYCODE_9 => Some(8), [INFO] [stdout] | ^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:170:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 170 | KEYCODE_NUMPAD_9 => Some(8), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/input.rs:171:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | --------- matches any value [INFO] [stdout] ... [INFO] [stdout] 171 | _ => None, [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_1` [INFO] [stdout] --> src/input.rs:153:9 [INFO] [stdout] | [INFO] [stdout] 153 | KEYCODE_1 => Some(0), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_NUMPAD_1` [INFO] [stdout] --> src/input.rs:154:9 [INFO] [stdout] | [INFO] [stdout] 154 | KEYCODE_NUMPAD_1 => Some(0), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_NUMPAD_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_2` [INFO] [stdout] --> src/input.rs:155:9 [INFO] [stdout] | [INFO] [stdout] 155 | KEYCODE_2 => Some(1), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_NUMPAD_2` [INFO] [stdout] --> src/input.rs:156:9 [INFO] [stdout] | [INFO] [stdout] 156 | KEYCODE_NUMPAD_2 => Some(1), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_NUMPAD_2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_3` [INFO] [stdout] --> src/input.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | KEYCODE_3 => Some(2), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_NUMPAD_3` [INFO] [stdout] --> src/input.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 158 | KEYCODE_NUMPAD_3 => Some(2), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_NUMPAD_3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_4` [INFO] [stdout] --> src/input.rs:159:9 [INFO] [stdout] | [INFO] [stdout] 159 | KEYCODE_4 => Some(3), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_NUMPAD_4` [INFO] [stdout] --> src/input.rs:160:9 [INFO] [stdout] | [INFO] [stdout] 160 | KEYCODE_NUMPAD_4 => Some(3), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_NUMPAD_4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_5` [INFO] [stdout] --> src/input.rs:161:9 [INFO] [stdout] | [INFO] [stdout] 161 | KEYCODE_5 => Some(4), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_NUMPAD_5` [INFO] [stdout] --> src/input.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 162 | KEYCODE_NUMPAD_5 => Some(4), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_NUMPAD_5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_6` [INFO] [stdout] --> src/input.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | KEYCODE_6 => Some(5), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_NUMPAD_6` [INFO] [stdout] --> src/input.rs:164:9 [INFO] [stdout] | [INFO] [stdout] 164 | KEYCODE_NUMPAD_6 => Some(5), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_NUMPAD_6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_7` [INFO] [stdout] --> src/input.rs:165:9 [INFO] [stdout] | [INFO] [stdout] 165 | KEYCODE_7 => Some(6), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_NUMPAD_7` [INFO] [stdout] --> src/input.rs:166:9 [INFO] [stdout] | [INFO] [stdout] 166 | KEYCODE_NUMPAD_7 => Some(6), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_NUMPAD_7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_8` [INFO] [stdout] --> src/input.rs:167:9 [INFO] [stdout] | [INFO] [stdout] 167 | KEYCODE_8 => Some(7), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_NUMPAD_8` [INFO] [stdout] --> src/input.rs:168:9 [INFO] [stdout] | [INFO] [stdout] 168 | KEYCODE_NUMPAD_8 => Some(7), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_NUMPAD_8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_9` [INFO] [stdout] --> src/input.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | KEYCODE_9 => Some(8), [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `KEYCODE_NUMPAD_9` [INFO] [stdout] --> src/input.rs:170:9 [INFO] [stdout] | [INFO] [stdout] 170 | KEYCODE_NUMPAD_9 => Some(8), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_KEYCODE_NUMPAD_9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `keymouse` (bin "keymouse" test) due to 11 previous errors; 61 warnings emitted [INFO] running `Command { std: "docker" "inspect" "af72d5a6118e36fd47f645ee442806d32f012c7f8e136ff9baa46e8fe16f199f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af72d5a6118e36fd47f645ee442806d32f012c7f8e136ff9baa46e8fe16f199f", kill_on_drop: false }` [INFO] [stdout] af72d5a6118e36fd47f645ee442806d32f012c7f8e136ff9baa46e8fe16f199f