[INFO] fetching crate unused 0.1.0... [INFO] testing unused-0.1.0 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate unused 0.1.0 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate unused 0.1.0 [INFO] finished tweaking crates.io crate unused 0.1.0 [INFO] tweaked toml for crates.io crate unused 0.1.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate unused 0.1.0 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 23fff735782b72bb9c0e36b7e08b0f515e25212e01685bfcfe50045edfce2d42 [INFO] running `Command { std: "docker" "start" "-a" "23fff735782b72bb9c0e36b7e08b0f515e25212e01685bfcfe50045edfce2d42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "23fff735782b72bb9c0e36b7e08b0f515e25212e01685bfcfe50045edfce2d42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23fff735782b72bb9c0e36b7e08b0f515e25212e01685bfcfe50045edfce2d42", kill_on_drop: false }` [INFO] [stdout] 23fff735782b72bb9c0e36b7e08b0f515e25212e01685bfcfe50045edfce2d42 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 659fe0f1b29eae355dd764b6ceaf0d30a99275943a1c9d67eae899b40ca7b727 [INFO] running `Command { std: "docker" "start" "-a" "659fe0f1b29eae355dd764b6ceaf0d30a99275943a1c9d67eae899b40ca7b727", kill_on_drop: false }` [INFO] [stderr] Compiling unused v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/contravariant.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/contravariant.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/contravariant.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/contravariant.rs:28:15 [INFO] [stdout] | [INFO] [stdout] 28 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/contravariant.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/contravariant.rs:34:15 [INFO] [stdout] | [INFO] [stdout] 34 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/contravariant.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/contravariant.rs:42:15 [INFO] [stdout] | [INFO] [stdout] 42 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/contravariant.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/contravariant.rs:50:15 [INFO] [stdout] | [INFO] [stdout] 50 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/contravariant.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/contravariant.rs:56:15 [INFO] [stdout] | [INFO] [stdout] 56 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/contravariant.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/contravariant.rs:62:15 [INFO] [stdout] | [INFO] [stdout] 62 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/covariant.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/covariant.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/covariant.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/covariant.rs:28:15 [INFO] [stdout] | [INFO] [stdout] 28 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/covariant.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/covariant.rs:34:15 [INFO] [stdout] | [INFO] [stdout] 34 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/covariant.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/covariant.rs:42:15 [INFO] [stdout] | [INFO] [stdout] 42 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/covariant.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/covariant.rs:50:15 [INFO] [stdout] | [INFO] [stdout] 50 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/covariant.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/covariant.rs:56:15 [INFO] [stdout] | [INFO] [stdout] 56 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/covariant.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/covariant.rs:62:15 [INFO] [stdout] | [INFO] [stdout] 62 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/invariant.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/invariant.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/invariant.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/invariant.rs:28:15 [INFO] [stdout] | [INFO] [stdout] 28 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/invariant.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/invariant.rs:34:15 [INFO] [stdout] | [INFO] [stdout] 34 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/invariant.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/invariant.rs:42:15 [INFO] [stdout] | [INFO] [stdout] 42 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/invariant.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/invariant.rs:50:15 [INFO] [stdout] | [INFO] [stdout] 50 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/invariant.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/invariant.rs:56:15 [INFO] [stdout] | [INFO] [stdout] 56 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/invariant.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/invariant.rs:62:15 [INFO] [stdout] | [INFO] [stdout] 62 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s [INFO] running `Command { std: "docker" "inspect" "659fe0f1b29eae355dd764b6ceaf0d30a99275943a1c9d67eae899b40ca7b727", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "659fe0f1b29eae355dd764b6ceaf0d30a99275943a1c9d67eae899b40ca7b727", kill_on_drop: false }` [INFO] [stdout] 659fe0f1b29eae355dd764b6ceaf0d30a99275943a1c9d67eae899b40ca7b727 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 915c88a747086a5e79e5325dab76f8c5eeae499d5bfaabe0e5f10ea3210a8f80 [INFO] running `Command { std: "docker" "start" "-a" "915c88a747086a5e79e5325dab76f8c5eeae499d5bfaabe0e5f10ea3210a8f80", kill_on_drop: false }` [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/contravariant.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/contravariant.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/contravariant.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/contravariant.rs:28:15 [INFO] [stdout] | [INFO] [stdout] 28 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/contravariant.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/contravariant.rs:34:15 [INFO] [stdout] | [INFO] [stdout] 34 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/contravariant.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/contravariant.rs:42:15 [INFO] [stdout] | [INFO] [stdout] 42 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/contravariant.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/contravariant.rs:50:15 [INFO] [stdout] | [INFO] [stdout] 50 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/contravariant.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/contravariant.rs:56:15 [INFO] [stdout] | [INFO] [stdout] 56 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling unused v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/contravariant.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/contravariant.rs:62:15 [INFO] [stdout] | [INFO] [stdout] 62 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/covariant.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/covariant.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/covariant.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/covariant.rs:28:15 [INFO] [stdout] | [INFO] [stdout] 28 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/covariant.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/covariant.rs:34:15 [INFO] [stdout] | [INFO] [stdout] 34 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/covariant.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/covariant.rs:42:15 [INFO] [stdout] | [INFO] [stdout] 42 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/covariant.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/covariant.rs:50:15 [INFO] [stdout] | [INFO] [stdout] 50 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/covariant.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/covariant.rs:56:15 [INFO] [stdout] | [INFO] [stdout] 56 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/covariant.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/covariant.rs:62:15 [INFO] [stdout] | [INFO] [stdout] 62 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/invariant.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/invariant.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/invariant.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/invariant.rs:28:15 [INFO] [stdout] | [INFO] [stdout] 28 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/invariant.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/invariant.rs:34:15 [INFO] [stdout] | [INFO] [stdout] 34 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/invariant.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/invariant.rs:42:15 [INFO] [stdout] | [INFO] [stdout] 42 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/invariant.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/invariant.rs:50:15 [INFO] [stdout] | [INFO] [stdout] 50 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/invariant.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/invariant.rs:56:15 [INFO] [stdout] | [INFO] [stdout] 56 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/invariant.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/invariant.rs:62:15 [INFO] [stdout] | [INFO] [stdout] 62 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/contravariant.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/contravariant.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/contravariant.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/contravariant.rs:28:15 [INFO] [stdout] | [INFO] [stdout] 28 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/contravariant.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/contravariant.rs:34:15 [INFO] [stdout] | [INFO] [stdout] 34 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/contravariant.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/contravariant.rs:42:15 [INFO] [stdout] | [INFO] [stdout] 42 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/contravariant.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/contravariant.rs:50:15 [INFO] [stdout] | [INFO] [stdout] 50 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/contravariant.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/contravariant.rs:56:15 [INFO] [stdout] | [INFO] [stdout] 56 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/contravariant.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/contravariant.rs:62:15 [INFO] [stdout] | [INFO] [stdout] 62 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/covariant.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/covariant.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/covariant.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/covariant.rs:28:15 [INFO] [stdout] | [INFO] [stdout] 28 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/covariant.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/covariant.rs:34:15 [INFO] [stdout] | [INFO] [stdout] 34 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/covariant.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/covariant.rs:42:15 [INFO] [stdout] | [INFO] [stdout] 42 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/covariant.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/covariant.rs:50:15 [INFO] [stdout] | [INFO] [stdout] 50 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/covariant.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/covariant.rs:56:15 [INFO] [stdout] | [INFO] [stdout] 56 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/covariant.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/covariant.rs:62:15 [INFO] [stdout] | [INFO] [stdout] 62 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/invariant.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/invariant.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/invariant.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/invariant.rs:28:15 [INFO] [stdout] | [INFO] [stdout] 28 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/invariant.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/invariant.rs:34:15 [INFO] [stdout] | [INFO] [stdout] 34 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/invariant.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/invariant.rs:42:15 [INFO] [stdout] | [INFO] [stdout] 42 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/invariant.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/invariant.rs:50:15 [INFO] [stdout] | [INFO] [stdout] 50 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/invariant.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/invariant.rs:56:15 [INFO] [stdout] | [INFO] [stdout] 56 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/invariant.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^--------------------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `end::End`, which is uninhabited [INFO] [stdout] --> src/invariant.rs:62:15 [INFO] [stdout] | [INFO] [stdout] 62 | match self.inconstruable() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.62s [INFO] running `Command { std: "docker" "inspect" "915c88a747086a5e79e5325dab76f8c5eeae499d5bfaabe0e5f10ea3210a8f80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "915c88a747086a5e79e5325dab76f8c5eeae499d5bfaabe0e5f10ea3210a8f80", kill_on_drop: false }` [INFO] [stdout] 915c88a747086a5e79e5325dab76f8c5eeae499d5bfaabe0e5f10ea3210a8f80 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 423d945b4e886632752e105609844bdd2e48184156f7a85aadeeaeae3fbdddb5 [INFO] running `Command { std: "docker" "start" "-a" "423d945b4e886632752e105609844bdd2e48184156f7a85aadeeaeae3fbdddb5", kill_on_drop: false }` [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/contravariant.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^--------------------^^^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `end::End`, which is uninhabited [INFO] [stderr] --> src/contravariant.rs:22:15 [INFO] [stderr] | [INFO] [stderr] 22 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/contravariant.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^--------------------^^^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `end::End`, which is uninhabited [INFO] [stderr] --> src/contravariant.rs:28:15 [INFO] [stderr] | [INFO] [stderr] 28 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/contravariant.rs:34:9 [INFO] [stderr] | [INFO] [stderr] 34 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^--------------------^^^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `end::End`, which is uninhabited [INFO] [stderr] --> src/contravariant.rs:34:15 [INFO] [stderr] | [INFO] [stderr] 34 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/contravariant.rs:42:9 [INFO] [stderr] | [INFO] [stderr] 42 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^--------------------^^^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `end::End`, which is uninhabited [INFO] [stderr] --> src/contravariant.rs:42:15 [INFO] [stderr] | [INFO] [stderr] 42 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/contravariant.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^--------------------^^^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `end::End`, which is uninhabited [INFO] [stderr] --> src/contravariant.rs:50:15 [INFO] [stderr] | [INFO] [stderr] 50 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/contravariant.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 56 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^--------------------^^^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `end::End`, which is uninhabited [INFO] [stderr] --> src/contravariant.rs:56:15 [INFO] [stderr] | [INFO] [stderr] 56 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/contravariant.rs:62:9 [INFO] [stderr] | [INFO] [stderr] 62 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^--------------------^^^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `end::End`, which is uninhabited [INFO] [stderr] --> src/contravariant.rs:62:15 [INFO] [stderr] | [INFO] [stderr] 62 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/covariant.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^--------------------^^^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `end::End`, which is uninhabited [INFO] [stderr] --> src/covariant.rs:22:15 [INFO] [stderr] | [INFO] [stderr] 22 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/covariant.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^--------------------^^^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `end::End`, which is uninhabited [INFO] [stderr] --> src/covariant.rs:28:15 [INFO] [stderr] | [INFO] [stderr] 28 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/covariant.rs:34:9 [INFO] [stderr] | [INFO] [stderr] 34 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^--------------------^^^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `end::End`, which is uninhabited [INFO] [stderr] --> src/covariant.rs:34:15 [INFO] [stderr] | [INFO] [stderr] 34 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/covariant.rs:42:9 [INFO] [stderr] | [INFO] [stderr] 42 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^--------------------^^^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `end::End`, which is uninhabited [INFO] [stderr] --> src/covariant.rs:42:15 [INFO] [stderr] | [INFO] [stderr] 42 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/covariant.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^--------------------^^^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `end::End`, which is uninhabited [INFO] [stderr] --> src/covariant.rs:50:15 [INFO] [stderr] | [INFO] [stderr] 50 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/covariant.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 56 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^--------------------^^^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `end::End`, which is uninhabited [INFO] [stderr] --> src/covariant.rs:56:15 [INFO] [stderr] | [INFO] [stderr] 56 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/covariant.rs:62:9 [INFO] [stderr] | [INFO] [stderr] 62 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^--------------------^^^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `end::End`, which is uninhabited [INFO] [stderr] --> src/covariant.rs:62:15 [INFO] [stderr] | [INFO] [stderr] 62 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/invariant.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^--------------------^^^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `end::End`, which is uninhabited [INFO] [stderr] --> src/invariant.rs:22:15 [INFO] [stderr] | [INFO] [stderr] 22 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/invariant.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^--------------------^^^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `end::End`, which is uninhabited [INFO] [stderr] --> src/invariant.rs:28:15 [INFO] [stderr] | [INFO] [stderr] 28 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/invariant.rs:34:9 [INFO] [stderr] | [INFO] [stderr] 34 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^--------------------^^^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `end::End`, which is uninhabited [INFO] [stderr] --> src/invariant.rs:34:15 [INFO] [stderr] | [INFO] [stderr] 34 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/invariant.rs:42:9 [INFO] [stderr] | [INFO] [stderr] 42 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^--------------------^^^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `end::End`, which is uninhabited [INFO] [stderr] --> src/invariant.rs:42:15 [INFO] [stderr] | [INFO] [stderr] 42 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/invariant.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^--------------------^^^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `end::End`, which is uninhabited [INFO] [stderr] --> src/invariant.rs:50:15 [INFO] [stderr] | [INFO] [stderr] 50 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/invariant.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 56 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^--------------------^^^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `end::End`, which is uninhabited [INFO] [stderr] --> src/invariant.rs:56:15 [INFO] [stderr] | [INFO] [stderr] 56 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/invariant.rs:62:9 [INFO] [stderr] | [INFO] [stderr] 62 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^--------------------^^^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] note: this expression has type `end::End`, which is uninhabited [INFO] [stderr] --> src/invariant.rs:62:15 [INFO] [stderr] | [INFO] [stderr] 62 | match self.inconstruable() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `unused` (lib) generated 21 warnings [INFO] [stderr] warning: `unused` (lib test) generated 21 warnings (21 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/unused-8f72ee6a16893f72) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tests::macro_used_as_value ... ok [INFO] [stdout] test tests::auto_traits ... ok [INFO] [stdout] test tests::variance ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests unused [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test src/lib.rs - Unused (line 172) ... ok [INFO] [stdout] test src/lib.rs - (line 25) ... ok [INFO] [stdout] test src/lib.rs - Unused (line 183) ... ok [INFO] [stdout] test src/lib.rs - Unused (line 132) ... ok [INFO] [stdout] test src/lib.rs - Unused (line 194) ... ok [INFO] [stdout] test src/lib.rs - Unused (line 147) ... ok [INFO] [stdout] test src/lib.rs - (line 50) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.88s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "423d945b4e886632752e105609844bdd2e48184156f7a85aadeeaeae3fbdddb5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "423d945b4e886632752e105609844bdd2e48184156f7a85aadeeaeae3fbdddb5", kill_on_drop: false }` [INFO] [stdout] 423d945b4e886632752e105609844bdd2e48184156f7a85aadeeaeae3fbdddb5