[INFO] fetching crate unused 0.1.0... [INFO] testing unused-0.1.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate unused 0.1.0 into /workspace/builds/worker-4-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-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate unused 0.1.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b91b263e90771310dced0fda9649811f7800af1ea1cbe935fde5482f781b67e1 [INFO] running `Command { std: "docker" "start" "-a" "b91b263e90771310dced0fda9649811f7800af1ea1cbe935fde5482f781b67e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b91b263e90771310dced0fda9649811f7800af1ea1cbe935fde5482f781b67e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b91b263e90771310dced0fda9649811f7800af1ea1cbe935fde5482f781b67e1", kill_on_drop: false }` [INFO] [stdout] b91b263e90771310dced0fda9649811f7800af1ea1cbe935fde5482f781b67e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca94b5aa3167e9e17f62ae5a832ffe675184d57990831c598cf5742f87703902 [INFO] running `Command { std: "docker" "start" "-a" "ca94b5aa3167e9e17f62ae5a832ffe675184d57990831c598cf5742f87703902", 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.15s [INFO] running `Command { std: "docker" "inspect" "ca94b5aa3167e9e17f62ae5a832ffe675184d57990831c598cf5742f87703902", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca94b5aa3167e9e17f62ae5a832ffe675184d57990831c598cf5742f87703902", kill_on_drop: false }` [INFO] [stdout] ca94b5aa3167e9e17f62ae5a832ffe675184d57990831c598cf5742f87703902 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c839fbc4512cd56dfdfda76f9e78c21ae90b87e1cfc74f7981cabe0548f5eaa1 [INFO] running `Command { std: "docker" "start" "-a" "c839fbc4512cd56dfdfda76f9e78c21ae90b87e1cfc74f7981cabe0548f5eaa1", 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] [stderr] Compiling unused v0.1.0 (/opt/rustwide/workdir) [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.55s [INFO] running `Command { std: "docker" "inspect" "c839fbc4512cd56dfdfda76f9e78c21ae90b87e1cfc74f7981cabe0548f5eaa1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c839fbc4512cd56dfdfda76f9e78c21ae90b87e1cfc74f7981cabe0548f5eaa1", kill_on_drop: false }` [INFO] [stdout] c839fbc4512cd56dfdfda76f9e78c21ae90b87e1cfc74f7981cabe0548f5eaa1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 295abbcfb98d521720e7bce36244f859299b24b20c406af5923616fe9bfbb30a [INFO] running `Command { std: "docker" "start" "-a" "295abbcfb98d521720e7bce36244f859299b24b20c406af5923616fe9bfbb30a", 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.04s [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::auto_traits ... ok [INFO] [stdout] test tests::variance ... ok [INFO] [stdout] test tests::macro_used_as_value ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests unused [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test src/lib.rs - Unused (line 132) ... 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 194) ... ok [INFO] [stdout] test src/lib.rs - Unused (line 147) ... ok [INFO] [stdout] test src/lib.rs - Unused (line 172) ... 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.48s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "295abbcfb98d521720e7bce36244f859299b24b20c406af5923616fe9bfbb30a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "295abbcfb98d521720e7bce36244f859299b24b20c406af5923616fe9bfbb30a", kill_on_drop: false }` [INFO] [stdout] 295abbcfb98d521720e7bce36244f859299b24b20c406af5923616fe9bfbb30a