[INFO] fetching crate prop 0.7.0... [INFO] testing prop-0.7.0 against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] extracting crate prop 0.7.0 into /workspace/builds/worker-51/source [INFO] validating manifest of crates.io crate prop 0.7.0 on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate prop 0.7.0 [INFO] finished tweaking crates.io crate prop 0.7.0 [INFO] tweaked toml for crates.io crate prop 0.7.0 written to /workspace/builds/worker-51/source/Cargo.toml [INFO] crate crates.io crate prop 0.7.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e3a1a13688bbc00ffcc828bdc796eb88bdee0c83b630d0b055ce6c26d2a767a7 [INFO] running `Command { std: "docker" "start" "-a" "e3a1a13688bbc00ffcc828bdc796eb88bdee0c83b630d0b055ce6c26d2a767a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e3a1a13688bbc00ffcc828bdc796eb88bdee0c83b630d0b055ce6c26d2a767a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3a1a13688bbc00ffcc828bdc796eb88bdee0c83b630d0b055ce6c26d2a767a7", kill_on_drop: false }` [INFO] [stdout] e3a1a13688bbc00ffcc828bdc796eb88bdee0c83b630d0b055ce6c26d2a767a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ea4e68d36aa70cc887e6e5d408b31466e7c05927cec7ac040e49278d69c8194 [INFO] running `Command { std: "docker" "start" "-a" "3ea4e68d36aa70cc887e6e5d408b31466e7c05927cec7ac040e49278d69c8194", kill_on_drop: false }` [INFO] [stderr] Compiling prop v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:30:20 [INFO] [stdout] | [INFO] [stdout] 30 | Left(a) => match not_a(a) {}, [INFO] [stdout] | ^^^^^^--------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] note: this expression has type `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:30:26 [INFO] [stdout] | [INFO] [stdout] 30 | Left(a) => match not_a(a) {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:41:21 [INFO] [stdout] | [INFO] [stdout] 41 | Right(b) => match not_b(b) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:41:27 [INFO] [stdout] | [INFO] [stdout] 41 | Right(b) => match not_b(b) {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:50:20 [INFO] [stdout] | [INFO] [stdout] 50 | Left(a) => match not_a(a) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:50:26 [INFO] [stdout] | [INFO] [stdout] 50 | Left(a) => match not_a(a) {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:51:21 [INFO] [stdout] | [INFO] [stdout] 51 | Right(b) => match not_b(b) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:51:27 [INFO] [stdout] | [INFO] [stdout] 51 | Right(b) => match not_b(b) {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:60:25 [INFO] [stdout] | [INFO] [stdout] 60 | (Left(a), _) => match f0(a) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:60:31 [INFO] [stdout] | [INFO] [stdout] 60 | (Left(a), _) => match f0(a) {}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:61:25 [INFO] [stdout] | [INFO] [stdout] 61 | (_, Left(b)) => match f1(b) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:61:31 [INFO] [stdout] | [INFO] [stdout] 61 | (_, Left(b)) => match f1(b) {}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:74:25 [INFO] [stdout] | [INFO] [stdout] 74 | (Left(a), _) => match f(Left(a)) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:74:31 [INFO] [stdout] | [INFO] [stdout] 74 | (Left(a), _) => match f(Left(a)) {}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:75:25 [INFO] [stdout] | [INFO] [stdout] 75 | (_, Left(b)) => match f(Right(b)) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:75:31 [INFO] [stdout] | [INFO] [stdout] 75 | (_, Left(b)) => match f(Right(b)) {}, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:130:23 [INFO] [stdout] | [INFO] [stdout] 130 | (Rc::new(move |x| match f0.clone()(x) {}), Rc::new(move |x| match f1.clone()(x) {})) [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:130:29 [INFO] [stdout] | [INFO] [stdout] 130 | (Rc::new(move |x| match f0.clone()(x) {}), Rc::new(move |x| match f1.clone()(x) {})) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:130:65 [INFO] [stdout] | [INFO] [stdout] 130 | (Rc::new(move |x| match f0.clone()(x) {}), Rc::new(move |x| match f1.clone()(x) {})) [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:130:71 [INFO] [stdout] | [INFO] [stdout] 130 | (Rc::new(move |x| match f0.clone()(x) {}), Rc::new(move |x| match f1.clone()(x) {})) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/imply.rs:11:26 [INFO] [stdout] | [INFO] [stdout] 11 | Rc::new(move |y| match x(f(y)) {}) [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 `False`, which is uninhabited [INFO] [stdout] --> src/imply.rs:11:32 [INFO] [stdout] | [INFO] [stdout] 11 | Rc::new(move |y| match x(f(y)) {}) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/imply.rs:19:26 [INFO] [stdout] | [INFO] [stdout] 19 | Rc::new(move |y| match x(f(y)) {}) [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 `False`, which is uninhabited [INFO] [stdout] --> src/imply.rs:19:32 [INFO] [stdout] | [INFO] [stdout] 19 | Rc::new(move |y| match x(f(y)) {}) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/imply.rs:64:43 [INFO] [stdout] | [INFO] [stdout] 64 | (Right(a), _) => Rc::new(move |x| match x(a.clone()) {}) [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 `False`, which is uninhabited [INFO] [stdout] --> src/imply.rs:64:49 [INFO] [stdout] | [INFO] [stdout] 64 | (Right(a), _) => Rc::new(move |x| match x(a.clone()) {}) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/imply.rs:76:43 [INFO] [stdout] | [INFO] [stdout] 76 | (Right(a), _) => Rc::new(move |x| match a(x) {}), [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 `False`, which is uninhabited [INFO] [stdout] --> src/imply.rs:76:49 [INFO] [stdout] | [INFO] [stdout] 76 | (Right(a), _) => Rc::new(move |x| match a(x) {}), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/imply.rs:77:32 [INFO] [stdout] | [INFO] [stdout] 77 | (Left(a), Right(b)) => match f(not::double(a))(b) {} [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 `False`, which is uninhabited [INFO] [stdout] --> src/imply.rs:77:38 [INFO] [stdout] | [INFO] [stdout] 77 | (Left(a), Right(b)) => match f(not::double(a))(b) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/imply.rs:106:43 [INFO] [stdout] | [INFO] [stdout] 106 | (Right(a), _) => Rc::new(move |x| match a(x) {}), [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 `False`, which is uninhabited [INFO] [stdout] --> src/imply.rs:106:49 [INFO] [stdout] | [INFO] [stdout] 106 | (Right(a), _) => Rc::new(move |x| match a(x) {}), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/imply.rs:103:24 [INFO] [stdout] | [INFO] [stdout] 103 | Left(x) => match x(a) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/imply.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | Left(x) => match x(a) {}, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/eq.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | (Left(a), Left(b)) => match f(and::to_eq_pos((a, b))) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/eq.rs:66:37 [INFO] [stdout] | [INFO] [stdout] 66 | (Left(a), Left(b)) => match f(and::to_eq_pos((a, b))) {}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/eq.rs:68:30 [INFO] [stdout] | [INFO] [stdout] 68 | (Right(not_a), _) => match not_a(a) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/eq.rs:68:36 [INFO] [stdout] | [INFO] [stdout] 68 | (Right(not_a), _) => match not_a(a) {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/eq.rs:75:47 [INFO] [stdout] | [INFO] [stdout] 75 | (Right(not_a), _) => Rc::new(move |x| match not_a.clone()(x) {}), [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 `False`, which is uninhabited [INFO] [stdout] --> src/eq.rs:75:53 [INFO] [stdout] | [INFO] [stdout] 75 | (Right(not_a), _) => Rc::new(move |x| match not_a.clone()(x) {}), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/eq.rs:94:36 [INFO] [stdout] | [INFO] [stdout] 94 | Rc::new(move |(fb, _)| match not_c.clone()(fb(b.clone())) {}), [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 `False`, which is uninhabited [INFO] [stdout] --> src/eq.rs:94:42 [INFO] [stdout] | [INFO] [stdout] 94 | Rc::new(move |(fb, _)| match not_c.clone()(fb(b.clone())) {}), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/eq.rs:96:36 [INFO] [stdout] | [INFO] [stdout] 96 | Rc::new(move |(_, fc)| match not_b.clone()(fc(c.clone())) {}), [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 `False`, which is uninhabited [INFO] [stdout] --> src/eq.rs:96:42 [INFO] [stdout] | [INFO] [stdout] 96 | Rc::new(move |(_, fc)| match not_b.clone()(fc(c.clone())) {}), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/eq.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | match not_c(f0(and::to_eq_neg((not_a, not_b)))) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/eq.rs:92:19 [INFO] [stdout] | [INFO] [stdout] 92 | match not_c(f0(and::to_eq_neg((not_a, not_b)))) {}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/eq.rs:101:13 [INFO] [stdout] | [INFO] [stdout] 101 | match not_a(a) {} [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 `False`, which is uninhabited [INFO] [stdout] --> src/eq.rs:101:19 [INFO] [stdout] | [INFO] [stdout] 101 | match not_a(a) {} [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/not.rs:16:25 [INFO] [stdout] | [INFO] [stdout] 16 | Right(not_a) => match f(not_a) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/not.rs:16:31 [INFO] [stdout] | [INFO] [stdout] 16 | Right(not_a) => match f(not_a) {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/or.rs:49:31 [INFO] [stdout] | [INFO] [stdout] 49 | (Left(a), Left(b)) => match f((a, b)) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/or.rs:49:37 [INFO] [stdout] | [INFO] [stdout] 49 | (Left(a), Left(b)) => match f((a, b)) {}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/or.rs:64:51 [INFO] [stdout] | [INFO] [stdout] 64 | Right(not_a) => Rc::new(move |(x, _)| match not_a.clone()(x) {}), [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 `False`, which is uninhabited [INFO] [stdout] --> src/or.rs:64:57 [INFO] [stdout] | [INFO] [stdout] 64 | Right(not_a) => Rc::new(move |(x, _)| match not_a.clone()(x) {}), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/or.rs:68:51 [INFO] [stdout] | [INFO] [stdout] 68 | Right(not_b) => Rc::new(move |(_, x)| match not_b.clone()(x) {}), [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 `False`, which is uninhabited [INFO] [stdout] --> src/or.rs:68:57 [INFO] [stdout] | [INFO] [stdout] 68 | Right(not_b) => Rc::new(move |(_, x)| match not_b.clone()(x) {}), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/or.rs:63:24 [INFO] [stdout] | [INFO] [stdout] 63 | Left(a) => match fa(a) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/or.rs:63:30 [INFO] [stdout] | [INFO] [stdout] 63 | Left(a) => match fa(a) {}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/or.rs:67:24 [INFO] [stdout] | [INFO] [stdout] 67 | Left(b) => match fb(b) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/or.rs:67:30 [INFO] [stdout] | [INFO] [stdout] 67 | Left(b) => match fb(b) {}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/path_semantics.rs:498:25 [INFO] [stdout] | [INFO] [stdout] 498 | match and::exc_both(((not_a.clone(), not_b.clone()), or_a_b)) {} [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 `False`, which is uninhabited [INFO] [stdout] --> src/path_semantics.rs:498:31 [INFO] [stdout] | [INFO] [stdout] 498 | match and::exc_both(((not_a.clone(), not_b.clone()), or_a_b)) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/path_semantics.rs:494:21 [INFO] [stdout] | [INFO] [stdout] 494 | match not_c(c) {} [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 `False`, which is uninhabited [INFO] [stdout] --> src/path_semantics.rs:494:27 [INFO] [stdout] | [INFO] [stdout] 494 | match not_c(c) {} [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/path_semantics.rs:528:25 [INFO] [stdout] | [INFO] [stdout] 528 | match and::exc_both(((not_a.clone(), not_b.clone()), or_a_b)) {} [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 `False`, which is uninhabited [INFO] [stdout] --> src/path_semantics.rs:528:31 [INFO] [stdout] | [INFO] [stdout] 528 | match and::exc_both(((not_a.clone(), not_b.clone()), or_a_b)) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/path_semantics.rs:524:21 [INFO] [stdout] | [INFO] [stdout] 524 | match not_c(c) {} [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 `False`, which is uninhabited [INFO] [stdout] --> src/path_semantics.rs:524:27 [INFO] [stdout] | [INFO] [stdout] 524 | match not_c(c) {} [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/path_semantics.rs:724:13 [INFO] [stdout] | [INFO] [stdout] 724 | match not_b1(a1_b1(a1)) {} [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 `False`, which is uninhabited [INFO] [stdout] --> src/path_semantics.rs:724:19 [INFO] [stdout] | [INFO] [stdout] 724 | match not_b1(a1_b1(a1)) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/path_semantics.rs:744:34 [INFO] [stdout] | [INFO] [stdout] 744 | let a1_b1 = Rc::new(move |a| match not_a1_clone(a) {}); [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 `False`, which is uninhabited [INFO] [stdout] --> src/path_semantics.rs:744:40 [INFO] [stdout] | [INFO] [stdout] 744 | let a1_b1 = Rc::new(move |a| match not_a1_clone(a) {}); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/path_semantics.rs:745:34 [INFO] [stdout] | [INFO] [stdout] 745 | let a1_a2 = Rc::new(move |a| match not_a1(a) {}); [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 `False`, which is uninhabited [INFO] [stdout] --> src/path_semantics.rs:745:40 [INFO] [stdout] | [INFO] [stdout] 745 | let a1_a2 = Rc::new(move |a| match not_a1(a) {}); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 37 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.48s [INFO] running `Command { std: "docker" "inspect" "3ea4e68d36aa70cc887e6e5d408b31466e7c05927cec7ac040e49278d69c8194", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ea4e68d36aa70cc887e6e5d408b31466e7c05927cec7ac040e49278d69c8194", kill_on_drop: false }` [INFO] [stdout] 3ea4e68d36aa70cc887e6e5d408b31466e7c05927cec7ac040e49278d69c8194 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e30b352f5db88b816712846502c99a2b8a4e02479130b53bb4bafbd68455603 [INFO] running `Command { std: "docker" "start" "-a" "5e30b352f5db88b816712846502c99a2b8a4e02479130b53bb4bafbd68455603", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:30:20 [INFO] [stdout] | [INFO] [stdout] 30 | Left(a) => match not_a(a) {}, [INFO] [stdout] | ^^^^^^--------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] note: this expression has type `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:30:26 [INFO] [stdout] | [INFO] [stdout] 30 | Left(a) => match not_a(a) {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:41:21 [INFO] [stdout] | [INFO] [stdout] 41 | Right(b) => match not_b(b) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:41:27 [INFO] [stdout] | [INFO] [stdout] 41 | Right(b) => match not_b(b) {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:50:20 [INFO] [stdout] | [INFO] [stdout] 50 | Left(a) => match not_a(a) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:50:26 [INFO] [stdout] | [INFO] [stdout] 50 | Left(a) => match not_a(a) {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:51:21 [INFO] [stdout] | [INFO] [stdout] 51 | Right(b) => match not_b(b) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:51:27 [INFO] [stdout] | [INFO] [stdout] 51 | Right(b) => match not_b(b) {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:60:25 [INFO] [stdout] | [INFO] [stdout] 60 | (Left(a), _) => match f0(a) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:60:31 [INFO] [stdout] | [INFO] [stdout] 60 | (Left(a), _) => match f0(a) {}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:61:25 [INFO] [stdout] | [INFO] [stdout] 61 | (_, Left(b)) => match f1(b) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:61:31 [INFO] [stdout] | [INFO] [stdout] 61 | (_, Left(b)) => match f1(b) {}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:74:25 [INFO] [stdout] | [INFO] [stdout] 74 | (Left(a), _) => match f(Left(a)) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:74:31 [INFO] [stdout] | [INFO] [stdout] 74 | (Left(a), _) => match f(Left(a)) {}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:75:25 [INFO] [stdout] | [INFO] [stdout] 75 | (_, Left(b)) => match f(Right(b)) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:75:31 [INFO] [stdout] | [INFO] [stdout] 75 | (_, Left(b)) => match f(Right(b)) {}, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:130:23 [INFO] [stdout] | [INFO] [stdout] 130 | (Rc::new(move |x| match f0.clone()(x) {}), Rc::new(move |x| match f1.clone()(x) {})) [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:130:29 [INFO] [stdout] | [INFO] [stdout] 130 | (Rc::new(move |x| match f0.clone()(x) {}), Rc::new(move |x| match f1.clone()(x) {})) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:130:65 [INFO] [stdout] | [INFO] [stdout] 130 | (Rc::new(move |x| match f0.clone()(x) {}), Rc::new(move |x| match f1.clone()(x) {})) [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:130:71 [INFO] [stdout] | [INFO] [stdout] 130 | (Rc::new(move |x| match f0.clone()(x) {}), Rc::new(move |x| match f1.clone()(x) {})) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/imply.rs:11:26 [INFO] [stdout] | [INFO] [stdout] 11 | Rc::new(move |y| match x(f(y)) {}) [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 `False`, which is uninhabited [INFO] [stdout] --> src/imply.rs:11:32 [INFO] [stdout] | [INFO] [stdout] 11 | Rc::new(move |y| match x(f(y)) {}) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/imply.rs:19:26 [INFO] [stdout] | [INFO] [stdout] 19 | Rc::new(move |y| match x(f(y)) {}) [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 `False`, which is uninhabited [INFO] [stdout] --> src/imply.rs:19:32 [INFO] [stdout] | [INFO] [stdout] 19 | Rc::new(move |y| match x(f(y)) {}) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/imply.rs:64:43 [INFO] [stdout] | [INFO] [stdout] 64 | (Right(a), _) => Rc::new(move |x| match x(a.clone()) {}) [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 `False`, which is uninhabited [INFO] [stdout] --> src/imply.rs:64:49 [INFO] [stdout] | [INFO] [stdout] 64 | (Right(a), _) => Rc::new(move |x| match x(a.clone()) {}) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/imply.rs:76:43 [INFO] [stdout] | [INFO] [stdout] 76 | (Right(a), _) => Rc::new(move |x| match a(x) {}), [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 `False`, which is uninhabited [INFO] [stdout] --> src/imply.rs:76:49 [INFO] [stdout] | [INFO] [stdout] 76 | (Right(a), _) => Rc::new(move |x| match a(x) {}), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/imply.rs:77:32 [INFO] [stdout] | [INFO] [stdout] 77 | (Left(a), Right(b)) => match f(not::double(a))(b) {} [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 `False`, which is uninhabited [INFO] [stdout] --> src/imply.rs:77:38 [INFO] [stdout] | [INFO] [stdout] 77 | (Left(a), Right(b)) => match f(not::double(a))(b) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/imply.rs:106:43 [INFO] [stdout] | [INFO] [stdout] 106 | (Right(a), _) => Rc::new(move |x| match a(x) {}), [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 `False`, which is uninhabited [INFO] [stdout] --> src/imply.rs:106:49 [INFO] [stdout] | [INFO] [stdout] 106 | (Right(a), _) => Rc::new(move |x| match a(x) {}), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/imply.rs:103:24 [INFO] [stdout] | [INFO] [stdout] 103 | Left(x) => match x(a) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/imply.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | Left(x) => match x(a) {}, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/eq.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | (Left(a), Left(b)) => match f(and::to_eq_pos((a, b))) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/eq.rs:66:37 [INFO] [stdout] | [INFO] [stdout] 66 | (Left(a), Left(b)) => match f(and::to_eq_pos((a, b))) {}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/eq.rs:68:30 [INFO] [stdout] | [INFO] [stdout] 68 | (Right(not_a), _) => match not_a(a) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/eq.rs:68:36 [INFO] [stdout] | [INFO] [stdout] 68 | (Right(not_a), _) => match not_a(a) {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/eq.rs:75:47 [INFO] [stdout] | [INFO] [stdout] 75 | (Right(not_a), _) => Rc::new(move |x| match not_a.clone()(x) {}), [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 `False`, which is uninhabited [INFO] [stdout] --> src/eq.rs:75:53 [INFO] [stdout] | [INFO] [stdout] 75 | (Right(not_a), _) => Rc::new(move |x| match not_a.clone()(x) {}), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/eq.rs:94:36 [INFO] [stdout] | [INFO] [stdout] 94 | Rc::new(move |(fb, _)| match not_c.clone()(fb(b.clone())) {}), [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 `False`, which is uninhabited [INFO] [stdout] --> src/eq.rs:94:42 [INFO] [stdout] | [INFO] [stdout] 94 | Rc::new(move |(fb, _)| match not_c.clone()(fb(b.clone())) {}), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/eq.rs:96:36 [INFO] [stdout] | [INFO] [stdout] 96 | Rc::new(move |(_, fc)| match not_b.clone()(fc(c.clone())) {}), [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 `False`, which is uninhabited [INFO] [stdout] --> src/eq.rs:96:42 [INFO] [stdout] | [INFO] [stdout] 96 | Rc::new(move |(_, fc)| match not_b.clone()(fc(c.clone())) {}), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling prop v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/eq.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | match not_c(f0(and::to_eq_neg((not_a, not_b)))) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/eq.rs:92:19 [INFO] [stdout] | [INFO] [stdout] 92 | match not_c(f0(and::to_eq_neg((not_a, not_b)))) {}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/eq.rs:101:13 [INFO] [stdout] | [INFO] [stdout] 101 | match not_a(a) {} [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 `False`, which is uninhabited [INFO] [stdout] --> src/eq.rs:101:19 [INFO] [stdout] | [INFO] [stdout] 101 | match not_a(a) {} [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/not.rs:16:25 [INFO] [stdout] | [INFO] [stdout] 16 | Right(not_a) => match f(not_a) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/not.rs:16:31 [INFO] [stdout] | [INFO] [stdout] 16 | Right(not_a) => match f(not_a) {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/or.rs:49:31 [INFO] [stdout] | [INFO] [stdout] 49 | (Left(a), Left(b)) => match f((a, b)) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/or.rs:49:37 [INFO] [stdout] | [INFO] [stdout] 49 | (Left(a), Left(b)) => match f((a, b)) {}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/or.rs:64:51 [INFO] [stdout] | [INFO] [stdout] 64 | Right(not_a) => Rc::new(move |(x, _)| match not_a.clone()(x) {}), [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 `False`, which is uninhabited [INFO] [stdout] --> src/or.rs:64:57 [INFO] [stdout] | [INFO] [stdout] 64 | Right(not_a) => Rc::new(move |(x, _)| match not_a.clone()(x) {}), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/or.rs:68:51 [INFO] [stdout] | [INFO] [stdout] 68 | Right(not_b) => Rc::new(move |(_, x)| match not_b.clone()(x) {}), [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 `False`, which is uninhabited [INFO] [stdout] --> src/or.rs:68:57 [INFO] [stdout] | [INFO] [stdout] 68 | Right(not_b) => Rc::new(move |(_, x)| match not_b.clone()(x) {}), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/or.rs:63:24 [INFO] [stdout] | [INFO] [stdout] 63 | Left(a) => match fa(a) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/or.rs:63:30 [INFO] [stdout] | [INFO] [stdout] 63 | Left(a) => match fa(a) {}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/or.rs:67:24 [INFO] [stdout] | [INFO] [stdout] 67 | Left(b) => match fb(b) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/or.rs:67:30 [INFO] [stdout] | [INFO] [stdout] 67 | Left(b) => match fb(b) {}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/path_semantics.rs:498:25 [INFO] [stdout] | [INFO] [stdout] 498 | match and::exc_both(((not_a.clone(), not_b.clone()), or_a_b)) {} [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 `False`, which is uninhabited [INFO] [stdout] --> src/path_semantics.rs:498:31 [INFO] [stdout] | [INFO] [stdout] 498 | match and::exc_both(((not_a.clone(), not_b.clone()), or_a_b)) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/path_semantics.rs:494:21 [INFO] [stdout] | [INFO] [stdout] 494 | match not_c(c) {} [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 `False`, which is uninhabited [INFO] [stdout] --> src/path_semantics.rs:494:27 [INFO] [stdout] | [INFO] [stdout] 494 | match not_c(c) {} [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/path_semantics.rs:528:25 [INFO] [stdout] | [INFO] [stdout] 528 | match and::exc_both(((not_a.clone(), not_b.clone()), or_a_b)) {} [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 `False`, which is uninhabited [INFO] [stdout] --> src/path_semantics.rs:528:31 [INFO] [stdout] | [INFO] [stdout] 528 | match and::exc_both(((not_a.clone(), not_b.clone()), or_a_b)) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/path_semantics.rs:524:21 [INFO] [stdout] | [INFO] [stdout] 524 | match not_c(c) {} [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 `False`, which is uninhabited [INFO] [stdout] --> src/path_semantics.rs:524:27 [INFO] [stdout] | [INFO] [stdout] 524 | match not_c(c) {} [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/path_semantics.rs:724:13 [INFO] [stdout] | [INFO] [stdout] 724 | match not_b1(a1_b1(a1)) {} [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 `False`, which is uninhabited [INFO] [stdout] --> src/path_semantics.rs:724:19 [INFO] [stdout] | [INFO] [stdout] 724 | match not_b1(a1_b1(a1)) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/path_semantics.rs:744:34 [INFO] [stdout] | [INFO] [stdout] 744 | let a1_b1 = Rc::new(move |a| match not_a1_clone(a) {}); [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 `False`, which is uninhabited [INFO] [stdout] --> src/path_semantics.rs:744:40 [INFO] [stdout] | [INFO] [stdout] 744 | let a1_b1 = Rc::new(move |a| match not_a1_clone(a) {}); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/path_semantics.rs:745:34 [INFO] [stdout] | [INFO] [stdout] 745 | let a1_a2 = Rc::new(move |a| match not_a1(a) {}); [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 `False`, which is uninhabited [INFO] [stdout] --> src/path_semantics.rs:745:40 [INFO] [stdout] | [INFO] [stdout] 745 | let a1_a2 = Rc::new(move |a| match not_a1(a) {}); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 37 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:30:20 [INFO] [stdout] | [INFO] [stdout] 30 | Left(a) => match not_a(a) {}, [INFO] [stdout] | ^^^^^^--------^^^ [INFO] [stdout] | | | [INFO] [stdout] | | any code following this expression is unreachable [INFO] [stdout] | unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] note: this expression has type `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:30:26 [INFO] [stdout] | [INFO] [stdout] 30 | Left(a) => match not_a(a) {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:41:21 [INFO] [stdout] | [INFO] [stdout] 41 | Right(b) => match not_b(b) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:41:27 [INFO] [stdout] | [INFO] [stdout] 41 | Right(b) => match not_b(b) {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:50:20 [INFO] [stdout] | [INFO] [stdout] 50 | Left(a) => match not_a(a) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:50:26 [INFO] [stdout] | [INFO] [stdout] 50 | Left(a) => match not_a(a) {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:51:21 [INFO] [stdout] | [INFO] [stdout] 51 | Right(b) => match not_b(b) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:51:27 [INFO] [stdout] | [INFO] [stdout] 51 | Right(b) => match not_b(b) {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:60:25 [INFO] [stdout] | [INFO] [stdout] 60 | (Left(a), _) => match f0(a) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:60:31 [INFO] [stdout] | [INFO] [stdout] 60 | (Left(a), _) => match f0(a) {}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:61:25 [INFO] [stdout] | [INFO] [stdout] 61 | (_, Left(b)) => match f1(b) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:61:31 [INFO] [stdout] | [INFO] [stdout] 61 | (_, Left(b)) => match f1(b) {}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:74:25 [INFO] [stdout] | [INFO] [stdout] 74 | (Left(a), _) => match f(Left(a)) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:74:31 [INFO] [stdout] | [INFO] [stdout] 74 | (Left(a), _) => match f(Left(a)) {}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:75:25 [INFO] [stdout] | [INFO] [stdout] 75 | (_, Left(b)) => match f(Right(b)) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:75:31 [INFO] [stdout] | [INFO] [stdout] 75 | (_, Left(b)) => match f(Right(b)) {}, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:130:23 [INFO] [stdout] | [INFO] [stdout] 130 | (Rc::new(move |x| match f0.clone()(x) {}), Rc::new(move |x| match f1.clone()(x) {})) [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:130:29 [INFO] [stdout] | [INFO] [stdout] 130 | (Rc::new(move |x| match f0.clone()(x) {}), Rc::new(move |x| match f1.clone()(x) {})) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/and.rs:130:65 [INFO] [stdout] | [INFO] [stdout] 130 | (Rc::new(move |x| match f0.clone()(x) {}), Rc::new(move |x| match f1.clone()(x) {})) [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 `False`, which is uninhabited [INFO] [stdout] --> src/and.rs:130:71 [INFO] [stdout] | [INFO] [stdout] 130 | (Rc::new(move |x| match f0.clone()(x) {}), Rc::new(move |x| match f1.clone()(x) {})) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/imply.rs:11:26 [INFO] [stdout] | [INFO] [stdout] 11 | Rc::new(move |y| match x(f(y)) {}) [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 `False`, which is uninhabited [INFO] [stdout] --> src/imply.rs:11:32 [INFO] [stdout] | [INFO] [stdout] 11 | Rc::new(move |y| match x(f(y)) {}) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/imply.rs:19:26 [INFO] [stdout] | [INFO] [stdout] 19 | Rc::new(move |y| match x(f(y)) {}) [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 `False`, which is uninhabited [INFO] [stdout] --> src/imply.rs:19:32 [INFO] [stdout] | [INFO] [stdout] 19 | Rc::new(move |y| match x(f(y)) {}) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/imply.rs:64:43 [INFO] [stdout] | [INFO] [stdout] 64 | (Right(a), _) => Rc::new(move |x| match x(a.clone()) {}) [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 `False`, which is uninhabited [INFO] [stdout] --> src/imply.rs:64:49 [INFO] [stdout] | [INFO] [stdout] 64 | (Right(a), _) => Rc::new(move |x| match x(a.clone()) {}) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/imply.rs:76:43 [INFO] [stdout] | [INFO] [stdout] 76 | (Right(a), _) => Rc::new(move |x| match a(x) {}), [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 `False`, which is uninhabited [INFO] [stdout] --> src/imply.rs:76:49 [INFO] [stdout] | [INFO] [stdout] 76 | (Right(a), _) => Rc::new(move |x| match a(x) {}), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/imply.rs:77:32 [INFO] [stdout] | [INFO] [stdout] 77 | (Left(a), Right(b)) => match f(not::double(a))(b) {} [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 `False`, which is uninhabited [INFO] [stdout] --> src/imply.rs:77:38 [INFO] [stdout] | [INFO] [stdout] 77 | (Left(a), Right(b)) => match f(not::double(a))(b) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/imply.rs:106:43 [INFO] [stdout] | [INFO] [stdout] 106 | (Right(a), _) => Rc::new(move |x| match a(x) {}), [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 `False`, which is uninhabited [INFO] [stdout] --> src/imply.rs:106:49 [INFO] [stdout] | [INFO] [stdout] 106 | (Right(a), _) => Rc::new(move |x| match a(x) {}), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/imply.rs:103:24 [INFO] [stdout] | [INFO] [stdout] 103 | Left(x) => match x(a) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/imply.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | Left(x) => match x(a) {}, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/eq.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | (Left(a), Left(b)) => match f(and::to_eq_pos((a, b))) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/eq.rs:66:37 [INFO] [stdout] | [INFO] [stdout] 66 | (Left(a), Left(b)) => match f(and::to_eq_pos((a, b))) {}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/eq.rs:68:30 [INFO] [stdout] | [INFO] [stdout] 68 | (Right(not_a), _) => match not_a(a) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/eq.rs:68:36 [INFO] [stdout] | [INFO] [stdout] 68 | (Right(not_a), _) => match not_a(a) {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/eq.rs:75:47 [INFO] [stdout] | [INFO] [stdout] 75 | (Right(not_a), _) => Rc::new(move |x| match not_a.clone()(x) {}), [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 `False`, which is uninhabited [INFO] [stdout] --> src/eq.rs:75:53 [INFO] [stdout] | [INFO] [stdout] 75 | (Right(not_a), _) => Rc::new(move |x| match not_a.clone()(x) {}), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/eq.rs:94:36 [INFO] [stdout] | [INFO] [stdout] 94 | Rc::new(move |(fb, _)| match not_c.clone()(fb(b.clone())) {}), [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 `False`, which is uninhabited [INFO] [stdout] --> src/eq.rs:94:42 [INFO] [stdout] | [INFO] [stdout] 94 | Rc::new(move |(fb, _)| match not_c.clone()(fb(b.clone())) {}), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/eq.rs:96:36 [INFO] [stdout] | [INFO] [stdout] 96 | Rc::new(move |(_, fc)| match not_b.clone()(fc(c.clone())) {}), [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 `False`, which is uninhabited [INFO] [stdout] --> src/eq.rs:96:42 [INFO] [stdout] | [INFO] [stdout] 96 | Rc::new(move |(_, fc)| match not_b.clone()(fc(c.clone())) {}), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/eq.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | match not_c(f0(and::to_eq_neg((not_a, not_b)))) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/eq.rs:92:19 [INFO] [stdout] | [INFO] [stdout] 92 | match not_c(f0(and::to_eq_neg((not_a, not_b)))) {}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/eq.rs:101:13 [INFO] [stdout] | [INFO] [stdout] 101 | match not_a(a) {} [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 `False`, which is uninhabited [INFO] [stdout] --> src/eq.rs:101:19 [INFO] [stdout] | [INFO] [stdout] 101 | match not_a(a) {} [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/not.rs:16:25 [INFO] [stdout] | [INFO] [stdout] 16 | Right(not_a) => match f(not_a) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/not.rs:16:31 [INFO] [stdout] | [INFO] [stdout] 16 | Right(not_a) => match f(not_a) {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/or.rs:49:31 [INFO] [stdout] | [INFO] [stdout] 49 | (Left(a), Left(b)) => match f((a, b)) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/or.rs:49:37 [INFO] [stdout] | [INFO] [stdout] 49 | (Left(a), Left(b)) => match f((a, b)) {}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/or.rs:64:51 [INFO] [stdout] | [INFO] [stdout] 64 | Right(not_a) => Rc::new(move |(x, _)| match not_a.clone()(x) {}), [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 `False`, which is uninhabited [INFO] [stdout] --> src/or.rs:64:57 [INFO] [stdout] | [INFO] [stdout] 64 | Right(not_a) => Rc::new(move |(x, _)| match not_a.clone()(x) {}), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/or.rs:68:51 [INFO] [stdout] | [INFO] [stdout] 68 | Right(not_b) => Rc::new(move |(_, x)| match not_b.clone()(x) {}), [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 `False`, which is uninhabited [INFO] [stdout] --> src/or.rs:68:57 [INFO] [stdout] | [INFO] [stdout] 68 | Right(not_b) => Rc::new(move |(_, x)| match not_b.clone()(x) {}), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/or.rs:63:24 [INFO] [stdout] | [INFO] [stdout] 63 | Left(a) => match fa(a) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/or.rs:63:30 [INFO] [stdout] | [INFO] [stdout] 63 | Left(a) => match fa(a) {}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/or.rs:67:24 [INFO] [stdout] | [INFO] [stdout] 67 | Left(b) => match fb(b) {}, [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 `False`, which is uninhabited [INFO] [stdout] --> src/or.rs:67:30 [INFO] [stdout] | [INFO] [stdout] 67 | Left(b) => match fb(b) {}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/path_semantics.rs:498:25 [INFO] [stdout] | [INFO] [stdout] 498 | match and::exc_both(((not_a.clone(), not_b.clone()), or_a_b)) {} [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 `False`, which is uninhabited [INFO] [stdout] --> src/path_semantics.rs:498:31 [INFO] [stdout] | [INFO] [stdout] 498 | match and::exc_both(((not_a.clone(), not_b.clone()), or_a_b)) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/path_semantics.rs:494:21 [INFO] [stdout] | [INFO] [stdout] 494 | match not_c(c) {} [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 `False`, which is uninhabited [INFO] [stdout] --> src/path_semantics.rs:494:27 [INFO] [stdout] | [INFO] [stdout] 494 | match not_c(c) {} [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/path_semantics.rs:528:25 [INFO] [stdout] | [INFO] [stdout] 528 | match and::exc_both(((not_a.clone(), not_b.clone()), or_a_b)) {} [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 `False`, which is uninhabited [INFO] [stdout] --> src/path_semantics.rs:528:31 [INFO] [stdout] | [INFO] [stdout] 528 | match and::exc_both(((not_a.clone(), not_b.clone()), or_a_b)) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/path_semantics.rs:524:21 [INFO] [stdout] | [INFO] [stdout] 524 | match not_c(c) {} [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 `False`, which is uninhabited [INFO] [stdout] --> src/path_semantics.rs:524:27 [INFO] [stdout] | [INFO] [stdout] 524 | match not_c(c) {} [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/path_semantics.rs:724:13 [INFO] [stdout] | [INFO] [stdout] 724 | match not_b1(a1_b1(a1)) {} [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 `False`, which is uninhabited [INFO] [stdout] --> src/path_semantics.rs:724:19 [INFO] [stdout] | [INFO] [stdout] 724 | match not_b1(a1_b1(a1)) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/path_semantics.rs:744:34 [INFO] [stdout] | [INFO] [stdout] 744 | let a1_b1 = Rc::new(move |a| match not_a1_clone(a) {}); [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 `False`, which is uninhabited [INFO] [stdout] --> src/path_semantics.rs:744:40 [INFO] [stdout] | [INFO] [stdout] 744 | let a1_b1 = Rc::new(move |a| match not_a1_clone(a) {}); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/path_semantics.rs:745:34 [INFO] [stdout] | [INFO] [stdout] 745 | let a1_a2 = Rc::new(move |a| match not_a1(a) {}); [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 `False`, which is uninhabited [INFO] [stdout] --> src/path_semantics.rs:745:40 [INFO] [stdout] | [INFO] [stdout] 745 | let a1_a2 = Rc::new(move |a| match not_a1(a) {}); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 37 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.11s [INFO] running `Command { std: "docker" "inspect" "5e30b352f5db88b816712846502c99a2b8a4e02479130b53bb4bafbd68455603", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e30b352f5db88b816712846502c99a2b8a4e02479130b53bb4bafbd68455603", kill_on_drop: false }` [INFO] [stdout] 5e30b352f5db88b816712846502c99a2b8a4e02479130b53bb4bafbd68455603 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2a4616d55f258bc0e71014cff84f22c801608d377bdcd08de2f959d465db3b64 [INFO] running `Command { std: "docker" "start" "-a" "2a4616d55f258bc0e71014cff84f22c801608d377bdcd08de2f959d465db3b64", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/and.rs:30:20 [INFO] [stderr] | [INFO] [stderr] 30 | Left(a) => match not_a(a) {}, [INFO] [stderr] | ^^^^^^--------^^^ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] note: this expression has type `False`, which is uninhabited [INFO] [stderr] --> src/and.rs:30:26 [INFO] [stderr] | [INFO] [stderr] 30 | Left(a) => match not_a(a) {}, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/and.rs:41:21 [INFO] [stderr] | [INFO] [stderr] 41 | Right(b) => match not_b(b) {}, [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 `False`, which is uninhabited [INFO] [stderr] --> src/and.rs:41:27 [INFO] [stderr] | [INFO] [stderr] 41 | Right(b) => match not_b(b) {}, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/and.rs:50:20 [INFO] [stderr] | [INFO] [stderr] 50 | Left(a) => match not_a(a) {}, [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 `False`, which is uninhabited [INFO] [stderr] --> src/and.rs:50:26 [INFO] [stderr] | [INFO] [stderr] 50 | Left(a) => match not_a(a) {}, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/and.rs:51:21 [INFO] [stderr] | [INFO] [stderr] 51 | Right(b) => match not_b(b) {}, [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 `False`, which is uninhabited [INFO] [stderr] --> src/and.rs:51:27 [INFO] [stderr] | [INFO] [stderr] 51 | Right(b) => match not_b(b) {}, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/and.rs:60:25 [INFO] [stderr] | [INFO] [stderr] 60 | (Left(a), _) => match f0(a) {}, [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 `False`, which is uninhabited [INFO] [stderr] --> src/and.rs:60:31 [INFO] [stderr] | [INFO] [stderr] 60 | (Left(a), _) => match f0(a) {}, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/and.rs:61:25 [INFO] [stderr] | [INFO] [stderr] 61 | (_, Left(b)) => match f1(b) {}, [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 `False`, which is uninhabited [INFO] [stderr] --> src/and.rs:61:31 [INFO] [stderr] | [INFO] [stderr] 61 | (_, Left(b)) => match f1(b) {}, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/and.rs:74:25 [INFO] [stderr] | [INFO] [stderr] 74 | (Left(a), _) => match f(Left(a)) {}, [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 `False`, which is uninhabited [INFO] [stderr] --> src/and.rs:74:31 [INFO] [stderr] | [INFO] [stderr] 74 | (Left(a), _) => match f(Left(a)) {}, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/and.rs:75:25 [INFO] [stderr] | [INFO] [stderr] 75 | (_, Left(b)) => match f(Right(b)) {}, [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 `False`, which is uninhabited [INFO] [stderr] --> src/and.rs:75:31 [INFO] [stderr] | [INFO] [stderr] 75 | (_, Left(b)) => match f(Right(b)) {}, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/and.rs:130:23 [INFO] [stderr] | [INFO] [stderr] 130 | (Rc::new(move |x| match f0.clone()(x) {}), Rc::new(move |x| match f1.clone()(x) {})) [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 `False`, which is uninhabited [INFO] [stderr] --> src/and.rs:130:29 [INFO] [stderr] | [INFO] [stderr] 130 | (Rc::new(move |x| match f0.clone()(x) {}), Rc::new(move |x| match f1.clone()(x) {})) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/and.rs:130:65 [INFO] [stderr] | [INFO] [stderr] 130 | (Rc::new(move |x| match f0.clone()(x) {}), Rc::new(move |x| match f1.clone()(x) {})) [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 `False`, which is uninhabited [INFO] [stderr] --> src/and.rs:130:71 [INFO] [stderr] | [INFO] [stderr] 130 | (Rc::new(move |x| match f0.clone()(x) {}), Rc::new(move |x| match f1.clone()(x) {})) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/imply.rs:11:26 [INFO] [stderr] | [INFO] [stderr] 11 | Rc::new(move |y| match x(f(y)) {}) [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 `False`, which is uninhabited [INFO] [stderr] --> src/imply.rs:11:32 [INFO] [stderr] | [INFO] [stderr] 11 | Rc::new(move |y| match x(f(y)) {}) [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/imply.rs:19:26 [INFO] [stderr] | [INFO] [stderr] 19 | Rc::new(move |y| match x(f(y)) {}) [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 `False`, which is uninhabited [INFO] [stderr] --> src/imply.rs:19:32 [INFO] [stderr] | [INFO] [stderr] 19 | Rc::new(move |y| match x(f(y)) {}) [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/imply.rs:64:43 [INFO] [stderr] | [INFO] [stderr] 64 | (Right(a), _) => Rc::new(move |x| match x(a.clone()) {}) [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 `False`, which is uninhabited [INFO] [stderr] --> src/imply.rs:64:49 [INFO] [stderr] | [INFO] [stderr] 64 | (Right(a), _) => Rc::new(move |x| match x(a.clone()) {}) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/imply.rs:76:43 [INFO] [stderr] | [INFO] [stderr] 76 | (Right(a), _) => Rc::new(move |x| match a(x) {}), [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 `False`, which is uninhabited [INFO] [stderr] --> src/imply.rs:76:49 [INFO] [stderr] | [INFO] [stderr] 76 | (Right(a), _) => Rc::new(move |x| match a(x) {}), [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/imply.rs:77:32 [INFO] [stderr] | [INFO] [stderr] 77 | (Left(a), Right(b)) => match f(not::double(a))(b) {} [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 `False`, which is uninhabited [INFO] [stderr] --> src/imply.rs:77:38 [INFO] [stderr] | [INFO] [stderr] 77 | (Left(a), Right(b)) => match f(not::double(a))(b) {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/imply.rs:106:43 [INFO] [stderr] | [INFO] [stderr] 106 | (Right(a), _) => Rc::new(move |x| match a(x) {}), [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 `False`, which is uninhabited [INFO] [stderr] --> src/imply.rs:106:49 [INFO] [stderr] | [INFO] [stderr] 106 | (Right(a), _) => Rc::new(move |x| match a(x) {}), [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/imply.rs:103:24 [INFO] [stderr] | [INFO] [stderr] 103 | Left(x) => match x(a) {}, [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 `False`, which is uninhabited [INFO] [stderr] --> src/imply.rs:103:30 [INFO] [stderr] | [INFO] [stderr] 103 | Left(x) => match x(a) {}, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/eq.rs:66:31 [INFO] [stderr] | [INFO] [stderr] 66 | (Left(a), Left(b)) => match f(and::to_eq_pos((a, b))) {}, [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 `False`, which is uninhabited [INFO] [stderr] --> src/eq.rs:66:37 [INFO] [stderr] | [INFO] [stderr] 66 | (Left(a), Left(b)) => match f(and::to_eq_pos((a, b))) {}, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/eq.rs:68:30 [INFO] [stderr] | [INFO] [stderr] 68 | (Right(not_a), _) => match not_a(a) {}, [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 `False`, which is uninhabited [INFO] [stderr] --> src/eq.rs:68:36 [INFO] [stderr] | [INFO] [stderr] 68 | (Right(not_a), _) => match not_a(a) {}, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/eq.rs:75:47 [INFO] [stderr] | [INFO] [stderr] 75 | (Right(not_a), _) => Rc::new(move |x| match not_a.clone()(x) {}), [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 `False`, which is uninhabited [INFO] [stderr] --> src/eq.rs:75:53 [INFO] [stderr] | [INFO] [stderr] 75 | (Right(not_a), _) => Rc::new(move |x| match not_a.clone()(x) {}), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/eq.rs:94:36 [INFO] [stderr] | [INFO] [stderr] 94 | Rc::new(move |(fb, _)| match not_c.clone()(fb(b.clone())) {}), [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 `False`, which is uninhabited [INFO] [stderr] --> src/eq.rs:94:42 [INFO] [stderr] | [INFO] [stderr] 94 | Rc::new(move |(fb, _)| match not_c.clone()(fb(b.clone())) {}), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/eq.rs:96:36 [INFO] [stderr] | [INFO] [stderr] 96 | Rc::new(move |(_, fc)| match not_b.clone()(fc(c.clone())) {}), [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 `False`, which is uninhabited [INFO] [stderr] --> src/eq.rs:96:42 [INFO] [stderr] | [INFO] [stderr] 96 | Rc::new(move |(_, fc)| match not_b.clone()(fc(c.clone())) {}), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/eq.rs:92:13 [INFO] [stderr] | [INFO] [stderr] 92 | match not_c(f0(and::to_eq_neg((not_a, not_b)))) {}, [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 `False`, which is uninhabited [INFO] [stderr] --> src/eq.rs:92:19 [INFO] [stderr] | [INFO] [stderr] 92 | match not_c(f0(and::to_eq_neg((not_a, not_b)))) {}, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/eq.rs:101:13 [INFO] [stderr] | [INFO] [stderr] 101 | match not_a(a) {} [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 `False`, which is uninhabited [INFO] [stderr] --> src/eq.rs:101:19 [INFO] [stderr] | [INFO] [stderr] 101 | match not_a(a) {} [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/not.rs:16:25 [INFO] [stderr] | [INFO] [stderr] 16 | Right(not_a) => match f(not_a) {}, [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 `False`, which is uninhabited [INFO] [stderr] --> src/not.rs:16:31 [INFO] [stderr] | [INFO] [stderr] 16 | Right(not_a) => match f(not_a) {}, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/or.rs:49:31 [INFO] [stderr] | [INFO] [stderr] 49 | (Left(a), Left(b)) => match f((a, b)) {}, [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 `False`, which is uninhabited [INFO] [stderr] --> src/or.rs:49:37 [INFO] [stderr] | [INFO] [stderr] 49 | (Left(a), Left(b)) => match f((a, b)) {}, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/or.rs:64:51 [INFO] [stderr] | [INFO] [stderr] 64 | Right(not_a) => Rc::new(move |(x, _)| match not_a.clone()(x) {}), [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 `False`, which is uninhabited [INFO] [stderr] --> src/or.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | Right(not_a) => Rc::new(move |(x, _)| match not_a.clone()(x) {}), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/or.rs:68:51 [INFO] [stderr] | [INFO] [stderr] 68 | Right(not_b) => Rc::new(move |(_, x)| match not_b.clone()(x) {}), [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 `False`, which is uninhabited [INFO] [stderr] --> src/or.rs:68:57 [INFO] [stderr] | [INFO] [stderr] 68 | Right(not_b) => Rc::new(move |(_, x)| match not_b.clone()(x) {}), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/or.rs:63:24 [INFO] [stderr] | [INFO] [stderr] 63 | Left(a) => match fa(a) {}, [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 `False`, which is uninhabited [INFO] [stderr] --> src/or.rs:63:30 [INFO] [stderr] | [INFO] [stderr] 63 | Left(a) => match fa(a) {}, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/or.rs:67:24 [INFO] [stderr] | [INFO] [stderr] 67 | Left(b) => match fb(b) {}, [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 `False`, which is uninhabited [INFO] [stderr] --> src/or.rs:67:30 [INFO] [stderr] | [INFO] [stderr] 67 | Left(b) => match fb(b) {}, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/path_semantics.rs:498:25 [INFO] [stderr] | [INFO] [stderr] 498 | match and::exc_both(((not_a.clone(), not_b.clone()), or_a_b)) {} [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 `False`, which is uninhabited [INFO] [stderr] --> src/path_semantics.rs:498:31 [INFO] [stderr] | [INFO] [stderr] 498 | match and::exc_both(((not_a.clone(), not_b.clone()), or_a_b)) {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/path_semantics.rs:494:21 [INFO] [stderr] | [INFO] [stderr] 494 | match not_c(c) {} [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 `False`, which is uninhabited [INFO] [stderr] --> src/path_semantics.rs:494:27 [INFO] [stderr] | [INFO] [stderr] 494 | match not_c(c) {} [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/path_semantics.rs:528:25 [INFO] [stderr] | [INFO] [stderr] 528 | match and::exc_both(((not_a.clone(), not_b.clone()), or_a_b)) {} [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 `False`, which is uninhabited [INFO] [stderr] --> src/path_semantics.rs:528:31 [INFO] [stderr] | [INFO] [stderr] 528 | match and::exc_both(((not_a.clone(), not_b.clone()), or_a_b)) {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/path_semantics.rs:524:21 [INFO] [stderr] | [INFO] [stderr] 524 | match not_c(c) {} [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 `False`, which is uninhabited [INFO] [stderr] --> src/path_semantics.rs:524:27 [INFO] [stderr] | [INFO] [stderr] 524 | match not_c(c) {} [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/path_semantics.rs:724:13 [INFO] [stderr] | [INFO] [stderr] 724 | match not_b1(a1_b1(a1)) {} [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 `False`, which is uninhabited [INFO] [stderr] --> src/path_semantics.rs:724:19 [INFO] [stderr] | [INFO] [stderr] 724 | match not_b1(a1_b1(a1)) {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/path_semantics.rs:744:34 [INFO] [stderr] | [INFO] [stderr] 744 | let a1_b1 = Rc::new(move |a| match not_a1_clone(a) {}); [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 `False`, which is uninhabited [INFO] [stderr] --> src/path_semantics.rs:744:40 [INFO] [stderr] | [INFO] [stderr] 744 | let a1_b1 = Rc::new(move |a| match not_a1_clone(a) {}); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/path_semantics.rs:745:34 [INFO] [stderr] | [INFO] [stderr] 745 | let a1_a2 = Rc::new(move |a| match not_a1(a) {}); [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 `False`, which is uninhabited [INFO] [stderr] --> src/path_semantics.rs:745:40 [INFO] [stderr] | [INFO] [stderr] 745 | let a1_a2 = Rc::new(move |a| match not_a1(a) {}); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `prop` (lib) generated 37 warnings [INFO] [stderr] warning: `prop` (lib test) generated 37 warnings (37 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.61s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/prop-d8b1706cb13a6e0a) [INFO] [stdout] [INFO] [stderr] Doc-tests prop [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - (line 59) ... ok [INFO] [stdout] test src/lib.rs - (line 70) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2a4616d55f258bc0e71014cff84f22c801608d377bdcd08de2f959d465db3b64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a4616d55f258bc0e71014cff84f22c801608d377bdcd08de2f959d465db3b64", kill_on_drop: false }` [INFO] [stdout] 2a4616d55f258bc0e71014cff84f22c801608d377bdcd08de2f959d465db3b64