[INFO] fetching crate unused 0.1.0... [INFO] building unused-0.1.0 against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2 [INFO] extracting crate unused 0.1.0 into /workspace/builds/worker-3-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate unused 0.1.0 on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cbe2eb6dc12dce9dcfd39a9cc7777356427c498e18368fc6c690afdc809cf526 [INFO] running `Command { std: "docker" "start" "-a" "cbe2eb6dc12dce9dcfd39a9cc7777356427c498e18368fc6c690afdc809cf526", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cbe2eb6dc12dce9dcfd39a9cc7777356427c498e18368fc6c690afdc809cf526", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cbe2eb6dc12dce9dcfd39a9cc7777356427c498e18368fc6c690afdc809cf526", kill_on_drop: false }` [INFO] [stdout] cbe2eb6dc12dce9dcfd39a9cc7777356427c498e18368fc6c690afdc809cf526 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 20cb13c977a1cd30536775f65e267786087d2f25bc741716471dd32ea6f6c171 [INFO] running `Command { std: "docker" "start" "-a" "20cb13c977a1cd30536775f65e267786087d2f25bc741716471dd32ea6f6c171", 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.21s [INFO] running `Command { std: "docker" "inspect" "20cb13c977a1cd30536775f65e267786087d2f25bc741716471dd32ea6f6c171", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20cb13c977a1cd30536775f65e267786087d2f25bc741716471dd32ea6f6c171", kill_on_drop: false }` [INFO] [stdout] 20cb13c977a1cd30536775f65e267786087d2f25bc741716471dd32ea6f6c171 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9bceded3fe42bb99ceab9ce8d3c81ef6c1601ac576bdeee483b31cc4379362f4 [INFO] running `Command { std: "docker" "start" "-a" "9bceded3fe42bb99ceab9ce8d3c81ef6c1601ac576bdeee483b31cc4379362f4", 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] [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] [stderr] Compiling unused v0.1.0 (/opt/rustwide/workdir) [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.61s [INFO] running `Command { std: "docker" "inspect" "9bceded3fe42bb99ceab9ce8d3c81ef6c1601ac576bdeee483b31cc4379362f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bceded3fe42bb99ceab9ce8d3c81ef6c1601ac576bdeee483b31cc4379362f4", kill_on_drop: false }` [INFO] [stdout] 9bceded3fe42bb99ceab9ce8d3c81ef6c1601ac576bdeee483b31cc4379362f4