[INFO] fetching crate suzy 0.2.0... [INFO] checking suzy-0.2.0 against master#8424f8e8cdf07010967a57584fd647b30e930d4d for pr-120095 [INFO] extracting crate suzy 0.2.0 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate suzy 0.2.0 on toolchain 8424f8e8cdf07010967a57584fd647b30e930d4d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8424f8e8cdf07010967a57584fd647b30e930d4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate suzy 0.2.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate suzy 0.2.0 [INFO] tweaked toml for crates.io crate suzy 0.2.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate crates.io crate suzy 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8424f8e8cdf07010967a57584fd647b30e930d4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded inline_tweak v1.0.8 [INFO] [stderr] Downloaded drying_paint v0.4.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+8424f8e8cdf07010967a57584fd647b30e930d4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a932e838877c5d240c864808f4925624375258f2d90c6938bf324a985565ed90 [INFO] running `Command { std: "docker" "start" "-a" "a932e838877c5d240c864808f4925624375258f2d90c6938bf324a985565ed90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a932e838877c5d240c864808f4925624375258f2d90c6938bf324a985565ed90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a932e838877c5d240c864808f4925624375258f2d90c6938bf324a985565ed90", kill_on_drop: false }` [INFO] [stdout] a932e838877c5d240c864808f4925624375258f2d90c6938bf324a985565ed90 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+8424f8e8cdf07010967a57584fd647b30e930d4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9989c4c70715266e6220eb02f0efa1ab7e3c88dce954f02673a51853bf5f0c5c [INFO] running `Command { std: "docker" "start" "-a" "9989c4c70715266e6220eb02f0efa1ab7e3c88dce954f02673a51853bf5f0c5c", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling libc v0.2.88 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling sdl2 v0.33.0 [INFO] [stderr] Checking drying_paint v0.4.5 [INFO] [stderr] Checking inline_tweak v1.0.8 [INFO] [stderr] Compiling sdl2-sys v0.33.0 [INFO] [stderr] Checking suzy v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/pointer.rs:182:32 [INFO] [stdout] | [INFO] [stdout] 182 | Occupied(entry) => (wid == *entry.get()), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 182 - Occupied(entry) => (wid == *entry.get()), [INFO] [stdout] 182 + Occupied(entry) => wid == *entry.get(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/pointer.rs:182:32 [INFO] [stdout] | [INFO] [stdout] 182 | Occupied(entry) => (wid == *entry.get()), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 182 - Occupied(entry) => (wid == *entry.get()), [INFO] [stdout] 182 + Occupied(entry) => wid == *entry.get(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/app/mod.rs:140:10 [INFO] [stdout] | [INFO] [stdout] 133 | let _res = watch_ctx.with(|| { [INFO] [stdout] | ____________________- [INFO] [stdout] 134 | | values.with(|| { [INFO] [stdout] 135 | | platform.run(move |state, event| { [INFO] [stdout] 136 | | current.handle_event(state, event); [INFO] [stdout] 137 | | }) [INFO] [stdout] 138 | | }) [INFO] [stdout] 139 | | }); [INFO] [stdout] | |__________- any code following this expression is unreachable [INFO] [stdout] 140 | (_res.1).1 [INFO] [stdout] | ^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `(WatchContext, (AppValues, !))`, which is uninhabited [INFO] [stdout] --> src/app/mod.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | let _res = watch_ctx.with(|| { [INFO] [stdout] | ____________________^ [INFO] [stdout] 134 | | values.with(|| { [INFO] [stdout] 135 | | platform.run(move |state, event| { [INFO] [stdout] 136 | | current.handle_event(state, event); [INFO] [stdout] 137 | | }) [INFO] [stdout] 138 | | }) [INFO] [stdout] 139 | | }); [INFO] [stdout] | |__________^ [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/app/mod.rs:140:10 [INFO] [stdout] | [INFO] [stdout] 133 | let _res = watch_ctx.with(|| { [INFO] [stdout] | ____________________- [INFO] [stdout] 134 | | values.with(|| { [INFO] [stdout] 135 | | platform.run(move |state, event| { [INFO] [stdout] 136 | | current.handle_event(state, event); [INFO] [stdout] 137 | | }) [INFO] [stdout] 138 | | }) [INFO] [stdout] 139 | | }); [INFO] [stdout] | |__________- any code following this expression is unreachable [INFO] [stdout] 140 | (_res.1).1 [INFO] [stdout] | ^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `(WatchContext, (AppValues, !))`, which is uninhabited [INFO] [stdout] --> src/app/mod.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | let _res = watch_ctx.with(|| { [INFO] [stdout] | ____________________^ [INFO] [stdout] 134 | | values.with(|| { [INFO] [stdout] 135 | | platform.run(move |state, event| { [INFO] [stdout] 136 | | current.handle_event(state, event); [INFO] [stdout] 137 | | }) [INFO] [stdout] 138 | | }) [INFO] [stdout] 139 | | }); [INFO] [stdout] | |__________^ [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.20s [INFO] running `Command { std: "docker" "inspect" "9989c4c70715266e6220eb02f0efa1ab7e3c88dce954f02673a51853bf5f0c5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9989c4c70715266e6220eb02f0efa1ab7e3c88dce954f02673a51853bf5f0c5c", kill_on_drop: false }` [INFO] [stdout] 9989c4c70715266e6220eb02f0efa1ab7e3c88dce954f02673a51853bf5f0c5c [INFO] checking suzy-0.2.0 against try#047472f299946caf090d1b5608ae4bd9f0416256+rustflags=-Ddereferencing_mut_binding for pr-120095 [INFO] extracting crate suzy 0.2.0 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate suzy 0.2.0 on toolchain 047472f299946caf090d1b5608ae4bd9f0416256 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+047472f299946caf090d1b5608ae4bd9f0416256" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate suzy 0.2.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate suzy 0.2.0 [INFO] tweaked toml for crates.io crate suzy 0.2.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate crates.io crate suzy 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+047472f299946caf090d1b5608ae4bd9f0416256" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+047472f299946caf090d1b5608ae4bd9f0416256" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dfdc053598e5b9f9f0883f66c03c3a175e4386a0177b3451c3fe8d8d940e9368 [INFO] running `Command { std: "docker" "start" "-a" "dfdc053598e5b9f9f0883f66c03c3a175e4386a0177b3451c3fe8d8d940e9368", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dfdc053598e5b9f9f0883f66c03c3a175e4386a0177b3451c3fe8d8d940e9368", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dfdc053598e5b9f9f0883f66c03c3a175e4386a0177b3451c3fe8d8d940e9368", kill_on_drop: false }` [INFO] [stdout] dfdc053598e5b9f9f0883f66c03c3a175e4386a0177b3451c3fe8d8d940e9368 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Ddereferencing_mut_binding" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+047472f299946caf090d1b5608ae4bd9f0416256" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3beb60d96b6d68c2b45db7a605e72dfadba0f1efc19e7689e652e171101b2ba6 [INFO] running `Command { std: "docker" "start" "-a" "3beb60d96b6d68c2b45db7a605e72dfadba0f1efc19e7689e652e171101b2ba6", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling libc v0.2.88 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling sdl2 v0.33.0 [INFO] [stderr] Checking drying_paint v0.4.5 [INFO] [stderr] Checking inline_tweak v1.0.8 [INFO] [stderr] Compiling sdl2-sys v0.33.0 [INFO] [stderr] Checking suzy v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/pointer.rs:182:32 [INFO] [stdout] | [INFO] [stdout] 182 | Occupied(entry) => (wid == *entry.get()), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 182 - Occupied(entry) => (wid == *entry.get()), [INFO] [stdout] 182 + Occupied(entry) => wid == *entry.get(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/pointer.rs:182:32 [INFO] [stdout] | [INFO] [stdout] 182 | Occupied(entry) => (wid == *entry.get()), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 182 - Occupied(entry) => (wid == *entry.get()), [INFO] [stdout] 182 + Occupied(entry) => wid == *entry.get(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: dereferencing `mut` binding [INFO] [stdout] --> src/platform/opengl/drawparams.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | mut text_color, [INFO] [stdout] | ^^^^^^^^^^^^^^ `mut` dereferences the type of this binding [INFO] [stdout] | [INFO] [stdout] help: this will change in edition 2024 [INFO] [stdout] --> src/platform/opengl/drawparams.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | mut text_color, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] = note: requested on the command line with `-D dereferencing-mut-binding` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: dereferencing `mut` binding [INFO] [stdout] --> src/platform/opengl/drawparams.rs:71:17 [INFO] [stdout] | [INFO] [stdout] 71 | mut outline_color, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ `mut` dereferences the type of this binding [INFO] [stdout] | [INFO] [stdout] help: this will change in edition 2024 [INFO] [stdout] --> src/platform/opengl/drawparams.rs:71:17 [INFO] [stdout] | [INFO] [stdout] 71 | mut outline_color, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: dereferencing `mut` binding [INFO] [stdout] --> src/platform/opengl/drawparams.rs:143:33 [INFO] [stdout] | [INFO] [stdout] 143 | text_color: mut new_text_color, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mut` dereferences the type of this binding [INFO] [stdout] | [INFO] [stdout] help: this will change in edition 2024 [INFO] [stdout] --> src/platform/opengl/drawparams.rs:143:33 [INFO] [stdout] | [INFO] [stdout] 143 | text_color: mut new_text_color, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: dereferencing `mut` binding [INFO] [stdout] --> src/platform/opengl/drawparams.rs:144:36 [INFO] [stdout] | [INFO] [stdout] 144 | outline_color: mut new_outline_color, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ `mut` dereferences the type of this binding [INFO] [stdout] | [INFO] [stdout] help: this will change in edition 2024 [INFO] [stdout] --> src/platform/opengl/drawparams.rs:144:36 [INFO] [stdout] | [INFO] [stdout] 144 | outline_color: mut new_outline_color, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: dereferencing `mut` binding [INFO] [stdout] --> src/platform/opengl/drawparams.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | mut text_color, [INFO] [stdout] | ^^^^^^^^^^^^^^ `mut` dereferences the type of this binding [INFO] [stdout] | [INFO] [stdout] help: this will change in edition 2024 [INFO] [stdout] --> src/platform/opengl/drawparams.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | mut text_color, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] = note: requested on the command line with `-D dereferencing-mut-binding` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: dereferencing `mut` binding [INFO] [stdout] --> src/platform/opengl/drawparams.rs:71:17 [INFO] [stdout] | [INFO] [stdout] 71 | mut outline_color, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ `mut` dereferences the type of this binding [INFO] [stdout] | [INFO] [stdout] help: this will change in edition 2024 [INFO] [stdout] --> src/platform/opengl/drawparams.rs:71:17 [INFO] [stdout] | [INFO] [stdout] 71 | mut outline_color, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: dereferencing `mut` binding [INFO] [stdout] --> src/platform/opengl/drawparams.rs:143:33 [INFO] [stdout] | [INFO] [stdout] 143 | text_color: mut new_text_color, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mut` dereferences the type of this binding [INFO] [stdout] | [INFO] [stdout] help: this will change in edition 2024 [INFO] [stdout] --> src/platform/opengl/drawparams.rs:143:33 [INFO] [stdout] | [INFO] [stdout] 143 | text_color: mut new_text_color, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: dereferencing `mut` binding [INFO] [stdout] --> src/platform/opengl/drawparams.rs:144:36 [INFO] [stdout] | [INFO] [stdout] 144 | outline_color: mut new_outline_color, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ `mut` dereferences the type of this binding [INFO] [stdout] | [INFO] [stdout] help: this will change in edition 2024 [INFO] [stdout] --> src/platform/opengl/drawparams.rs:144:36 [INFO] [stdout] | [INFO] [stdout] 144 | outline_color: mut new_outline_color, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/app/mod.rs:140:10 [INFO] [stdout] | [INFO] [stdout] 133 | let _res = watch_ctx.with(|| { [INFO] [stdout] | ____________________- [INFO] [stdout] 134 | | values.with(|| { [INFO] [stdout] 135 | | platform.run(move |state, event| { [INFO] [stdout] 136 | | current.handle_event(state, event); [INFO] [stdout] 137 | | }) [INFO] [stdout] 138 | | }) [INFO] [stdout] 139 | | }); [INFO] [stdout] | |__________- any code following this expression is unreachable [INFO] [stdout] 140 | (_res.1).1 [INFO] [stdout] | ^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `(WatchContext, (AppValues, !))`, which is uninhabited [INFO] [stdout] --> src/app/mod.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | let _res = watch_ctx.with(|| { [INFO] [stdout] | ____________________^ [INFO] [stdout] 134 | | values.with(|| { [INFO] [stdout] 135 | | platform.run(move |state, event| { [INFO] [stdout] 136 | | current.handle_event(state, event); [INFO] [stdout] 137 | | }) [INFO] [stdout] 138 | | }) [INFO] [stdout] 139 | | }); [INFO] [stdout] | |__________^ [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/app/mod.rs:140:10 [INFO] [stdout] | [INFO] [stdout] 133 | let _res = watch_ctx.with(|| { [INFO] [stdout] | ____________________- [INFO] [stdout] 134 | | values.with(|| { [INFO] [stdout] 135 | | platform.run(move |state, event| { [INFO] [stdout] 136 | | current.handle_event(state, event); [INFO] [stdout] 137 | | }) [INFO] [stdout] 138 | | }) [INFO] [stdout] 139 | | }); [INFO] [stdout] | |__________- any code following this expression is unreachable [INFO] [stdout] 140 | (_res.1).1 [INFO] [stdout] | ^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `(WatchContext, (AppValues, !))`, which is uninhabited [INFO] [stdout] --> src/app/mod.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | let _res = watch_ctx.with(|| { [INFO] [stdout] | ____________________^ [INFO] [stdout] 134 | | values.with(|| { [INFO] [stdout] 135 | | platform.run(move |state, event| { [INFO] [stdout] 136 | | current.handle_event(state, event); [INFO] [stdout] 137 | | }) [INFO] [stdout] 138 | | }) [INFO] [stdout] 139 | | }); [INFO] [stdout] | |__________^ [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `suzy` (lib) due to 5 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `suzy` (lib test) due to 5 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "3beb60d96b6d68c2b45db7a605e72dfadba0f1efc19e7689e652e171101b2ba6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3beb60d96b6d68c2b45db7a605e72dfadba0f1efc19e7689e652e171101b2ba6", kill_on_drop: false }` [INFO] [stdout] 3beb60d96b6d68c2b45db7a605e72dfadba0f1efc19e7689e652e171101b2ba6