[INFO] fetching crate keypad 0.2.2...
[INFO] checking keypad-0.2.2 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate keypad 0.2.2 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate keypad 0.2.2
[INFO] finished tweaking crates.io crate keypad 0.2.2
[INFO] tweaked toml for crates.io crate keypad 0.2.2 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate keypad 0.2.2 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate keypad 0.2.2 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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 578ed69d373c9c290d86ed67d112c73efc5e3ad73df2668e94a0c1dda0bf8a85
[INFO] running `Command { std: "docker" "start" "-a" "578ed69d373c9c290d86ed67d112c73efc5e3ad73df2668e94a0c1dda0bf8a85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "578ed69d373c9c290d86ed67d112c73efc5e3ad73df2668e94a0c1dda0bf8a85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "578ed69d373c9c290d86ed67d112c73efc5e3ad73df2668e94a0c1dda0bf8a85", kill_on_drop: false }`
[INFO] [stdout] 578ed69d373c9c290d86ed67d112c73efc5e3ad73df2668e94a0c1dda0bf8a85
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 -Dunmustuse_in_always_ok" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d91a6039cdfc2ac8e9b4f4febe9a232e28b336e5e927272adfc88ab4c8e13540
[INFO] running `Command { std: "docker" "start" "-a" "d91a6039cdfc2ac8e9b4f4febe9a232e28b336e5e927272adfc88ab4c8e13540", kill_on_drop: false }`
[INFO] [stderr]     Checking nb v1.0.0
[INFO] [stderr]     Checking nb v0.1.3
[INFO] [stderr]     Checking embedded-hal v0.2.7
[INFO] [stderr]     Checking keypad v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs_workaround`
[INFO] [stdout]    --> src/lib.rs:132:13
[INFO] [stdout]     |
[INFO] [stdout] 132 | #![cfg_attr(docs_rs_workaround, feature(macro_vis_matcher))]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs_workaround)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs_workaround)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs_workaround`
[INFO] [stdout]    --> src/lib.rs:132:13
[INFO] [stdout]     |
[INFO] [stdout] 132 | #![cfg_attr(docs_rs_workaround, feature(macro_vis_matcher))]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs_workaround)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs_workaround)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:183:67
[INFO] [stdout]     |
[INFO] [stdout] 183 |                       fn is_high(&self) -> Result<bool,Self::Error> {
[INFO] [stdout]     |  ___________________________________________________________________^
[INFO] [stdout] 184 | |                         Ok(!self.is_low()?)
[INFO] [stdout] 185 | |                     }
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:25
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:187:67
[INFO] [stdout]     |
[INFO] [stdout] 187 |                       fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |  ___________________________________________________________________^
[INFO] [stdout] 188 | |                         match self.state {
[INFO] [stdout] 189 | |                             State::Low => Ok(true),
[INFO] [stdout] 190 | |                             State::High => Ok(false),
[INFO] [stdout] ...   |
[INFO] [stdout] 195 | |                     }
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:188:25
[INFO] [stdout]     |
[INFO] [stdout] 188 | /                         match self.state {
[INFO] [stdout] 189 | |                             State::Low => Ok(true),
[INFO] [stdout] 190 | |                             State::High => Ok(false),
[INFO] [stdout] 191 | |                             State::Float => {
[INFO] [stdout] ...   |
[INFO] [stdout] 194 | |                         }
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:189:43
[INFO] [stdout]     |
[INFO] [stdout] 189 |                               State::Low => Ok(true),
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:190:44
[INFO] [stdout]     |
[INFO] [stdout] 190 |                               State::High => Ok(false),
[INFO] [stdout]     |                                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:191:45
[INFO] [stdout]     |
[INFO] [stdout] 191 |                               State::Float => {
[INFO] [stdout]     |  _____________________________________________^
[INFO] [stdout] 192 | |                                 panic!("Tried to read a floating input, value is non-deterministic!")
[INFO] [stdout] 193 | |                             }
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:183:67
[INFO] [stdout]     |
[INFO] [stdout] 183 |                       fn is_high(&self) -> Result<bool,Self::Error> {
[INFO] [stdout]     |  ___________________________________________________________________^
[INFO] [stdout] 184 | |                         Ok(!self.is_low()?)
[INFO] [stdout] 185 | |                     }
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:25
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:187:67
[INFO] [stdout]     |
[INFO] [stdout] 187 |                       fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |  ___________________________________________________________________^
[INFO] [stdout] 188 | |                         match self.state {
[INFO] [stdout] 189 | |                             State::Low => Ok(true),
[INFO] [stdout] 190 | |                             State::High => Ok(false),
[INFO] [stdout] ...   |
[INFO] [stdout] 195 | |                     }
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:188:25
[INFO] [stdout]     |
[INFO] [stdout] 188 | /                         match self.state {
[INFO] [stdout] 189 | |                             State::Low => Ok(true),
[INFO] [stdout] 190 | |                             State::High => Ok(false),
[INFO] [stdout] 191 | |                             State::Float => {
[INFO] [stdout] ...   |
[INFO] [stdout] 194 | |                         }
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:189:43
[INFO] [stdout]     |
[INFO] [stdout] 189 |                               State::Low => Ok(true),
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:190:44
[INFO] [stdout]     |
[INFO] [stdout] 190 |                               State::High => Ok(false),
[INFO] [stdout]     |                                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:191:45
[INFO] [stdout]     |
[INFO] [stdout] 191 |                               State::Float => {
[INFO] [stdout]     |  _____________________________________________^
[INFO] [stdout] 192 | |                                 panic!("Tried to read a floating input, value is non-deterministic!")
[INFO] [stdout] 193 | |                             }
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `keypad` (lib) due to 40 previous errors; 1 warning emitted
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, bool>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/mock_hal.rs:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 |                           Ok(!self.is_low()?)
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | / gpio!( GPIOA, gpioa, [
[INFO] [stdout] 207 | |     (PA0, pa0, Input<Floating>),
[INFO] [stdout] 208 | |     (PA1, pa1, Input<Floating>),
[INFO] [stdout] 209 | |     (PA2, pa2, Input<Floating>),
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |     (PA15, pa15, Input<Floating>),
[INFO] [stdout] 223 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `keypad` (lib test) due to 40 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "d91a6039cdfc2ac8e9b4f4febe9a232e28b336e5e927272adfc88ab4c8e13540", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d91a6039cdfc2ac8e9b4f4febe9a232e28b336e5e927272adfc88ab4c8e13540", kill_on_drop: false }`
[INFO] [stdout] d91a6039cdfc2ac8e9b4f4febe9a232e28b336e5e927272adfc88ab4c8e13540
