[INFO] fetching crate nsw-types 0.1.13...
[INFO] checking nsw-types-0.1.13 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate nsw-types 0.1.13 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate nsw-types 0.1.13
[INFO] finished tweaking crates.io crate nsw-types 0.1.13
[INFO] tweaked toml for crates.io crate nsw-types 0.1.13 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate nsw-types 0.1.13 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 nsw-types 0.1.13 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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] b29a7a3c4f99f85b2f9baa2bb71c84b1ea11c285607b19f10346fe5f7f09b11e
[INFO] running `Command { std: "docker" "start" "-a" "b29a7a3c4f99f85b2f9baa2bb71c84b1ea11c285607b19f10346fe5f7f09b11e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b29a7a3c4f99f85b2f9baa2bb71c84b1ea11c285607b19f10346fe5f7f09b11e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b29a7a3c4f99f85b2f9baa2bb71c84b1ea11c285607b19f10346fe5f7f09b11e", kill_on_drop: false }`
[INFO] [stdout] b29a7a3c4f99f85b2f9baa2bb71c84b1ea11c285607b19f10346fe5f7f09b11e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 34de06c6fbc9d83686a920769ab7066a30add6b22aec42d71703f7b549a71d8e
[INFO] running `Command { std: "docker" "start" "-a" "34de06c6fbc9d83686a920769ab7066a30add6b22aec42d71703f7b549a71d8e", kill_on_drop: false }`
[INFO] [stderr]     Checking nsw-types v0.1.13 (/opt/rustwide/workdir)
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, u8>
[INFO] [stdout]   --> src/conversion.rs:52:29
[INFO] [stdout]    |
[INFO] [stdout] 52 |                 let value = x.try_into()?;
[INFO] [stdout]    |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 | implement_try_from!([u1, u2, u3, u4, u5, u6, u7], u8);
[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 `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]   --> src/conversion.rs:52:29
[INFO] [stdout]    |
[INFO] [stdout] 52 |                 let value = x.try_into()?;
[INFO] [stdout]    |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 | implement_try_from!([u1, u2, u3, u4, u5, u6, u7], u8);
[INFO] [stdout]    | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]   --> src/conversion.rs:52:29
[INFO] [stdout]    |
[INFO] [stdout] 52 |                 let value = x.try_into()?;
[INFO] [stdout]    |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 | implement_try_from!([u1, u2, u3, u4, u5, u6, u7], u8);
[INFO] [stdout]    | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]   --> src/conversion.rs:52:29
[INFO] [stdout]    |
[INFO] [stdout] 52 |                 let value = x.try_into()?;
[INFO] [stdout]    |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 | implement_try_from!([u1, u2, u3, u4, u5, u6, u7], u8);
[INFO] [stdout]    | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]   --> src/conversion.rs:52:29
[INFO] [stdout]    |
[INFO] [stdout] 52 |                 let value = x.try_into()?;
[INFO] [stdout]    |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 | implement_try_from!([u1, u2, u3, u4, u5, u6, u7], u8);
[INFO] [stdout]    | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]   --> src/conversion.rs:52:29
[INFO] [stdout]    |
[INFO] [stdout] 52 |                 let value = x.try_into()?;
[INFO] [stdout]    |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 | implement_try_from!([u1, u2, u3, u4, u5, u6, u7], u8);
[INFO] [stdout]    | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]   --> src/conversion.rs:52:29
[INFO] [stdout]    |
[INFO] [stdout] 52 |                 let value = x.try_into()?;
[INFO] [stdout]    |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 | implement_try_from!([u1, u2, u3, u4, u5, u6, u7], u8);
[INFO] [stdout]    | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]   --> src/conversion.rs:52:29
[INFO] [stdout]    |
[INFO] [stdout] 52 |                 let value = x.try_into()?;
[INFO] [stdout]    |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 | implement_try_from!([u1, u2, u3, u4, u5, u6, u7], u8);
[INFO] [stdout]    | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]   --> src/conversion.rs:52:29
[INFO] [stdout]    |
[INFO] [stdout] 52 |                 let value = x.try_into()?;
[INFO] [stdout]    |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 | implement_try_from!([u1, u2, u3, u4, u5, u6, u7], u8);
[INFO] [stdout]    | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]   --> src/conversion.rs:52:29
[INFO] [stdout]    |
[INFO] [stdout] 52 |                 let value = x.try_into()?;
[INFO] [stdout]    |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 | implement_try_from!([u1, u2, u3, u4, u5, u6, u7], u8);
[INFO] [stdout]    | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]   --> src/conversion.rs:52:29
[INFO] [stdout]    |
[INFO] [stdout] 52 |                 let value = x.try_into()?;
[INFO] [stdout]    |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 | implement_try_from!([u1, u2, u3, u4, u5, u6, u7], u8);
[INFO] [stdout]    | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]   --> src/conversion.rs:52:29
[INFO] [stdout]    |
[INFO] [stdout] 52 |                 let value = x.try_into()?;
[INFO] [stdout]    |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 | implement_try_from!([u1, u2, u3, u4, u5, u6, u7], u8);
[INFO] [stdout]    | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]   --> src/conversion.rs:52:29
[INFO] [stdout]    |
[INFO] [stdout] 52 |                 let value = x.try_into()?;
[INFO] [stdout]    |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 | implement_try_from!([u1, u2, u3, u4, u5, u6, u7], u8);
[INFO] [stdout]    | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]   --> src/conversion.rs:52:29
[INFO] [stdout]    |
[INFO] [stdout] 52 |                 let value = x.try_into()?;
[INFO] [stdout]    |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 | implement_try_from!([u1, u2, u3, u4, u5, u6, u7], u8);
[INFO] [stdout]    | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 | implement_try_from!([u9, u10, u11, u12, u13, u14, u15], u16);
[INFO] [stdout]     | ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 | implement_try_from!([u9, u10, u11, u12, u13, u14, u15], u16);
[INFO] [stdout]     | ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 | implement_try_from!([u9, u10, u11, u12, u13, u14, u15], u16);
[INFO] [stdout]     | ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 | implement_try_from!([u9, u10, u11, u12, u13, u14, u15], u16);
[INFO] [stdout]     | ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 | implement_try_from!([u9, u10, u11, u12, u13, u14, u15], u16);
[INFO] [stdout]     | ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 | implement_try_from!([u9, u10, u11, u12, u13, u14, u15], u16);
[INFO] [stdout]     | ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 | implement_try_from!([u9, u10, u11, u12, u13, u14, u15], u16);
[INFO] [stdout]     | ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 | implement_try_from!([u9, u10, u11, u12, u13, u14, u15], u16);
[INFO] [stdout]     | ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 | implement_try_from!([u9, u10, u11, u12, u13, u14, u15], u16);
[INFO] [stdout]     | ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 | implement_try_from!([u9, u10, u11, u12, u13, u14, u15], u16);
[INFO] [stdout]     | ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 | implement_try_from!([u9, u10, u11, u12, u13, u14, u15], u16);
[INFO] [stdout]     | ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 | implement_try_from!([u9, u10, u11, u12, u13, u14, u15], u16);
[INFO] [stdout]     | ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 | implement_try_from!([u9, u10, u11, u12, u13, u14, u15], u16);
[INFO] [stdout]     | ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 | implement_try_from!([u9, u10, u11, u12, u13, u14, u15], u16);
[INFO] [stdout]     | ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | implement_try_from!([u17, u18, u19, u20, u21, u22, u23, u24], u32);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | implement_try_from!([u17, u18, u19, u20, u21, u22, u23, u24], u32);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | implement_try_from!([u17, u18, u19, u20, u21, u22, u23, u24], u32);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | implement_try_from!([u17, u18, u19, u20, u21, u22, u23, u24], u32);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | implement_try_from!([u17, u18, u19, u20, u21, u22, u23, u24], u32);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | implement_try_from!([u17, u18, u19, u20, u21, u22, u23, u24], u32);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | implement_try_from!([u17, u18, u19, u20, u21, u22, u23, u24], u32);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | implement_try_from!([u17, u18, u19, u20, u21, u22, u23, u24], u32);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | implement_try_from!([u17, u18, u19, u20, u21, u22, u23, u24], u32);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | implement_try_from!([u17, u18, u19, u20, u21, u22, u23, u24], u32);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | implement_try_from!([u17, u18, u19, u20, u21, u22, u23, u24], u32);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | implement_try_from!([u17, u18, u19, u20, u21, u22, u23, u24], u32);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | implement_try_from!([u17, u18, u19, u20, u21, u22, u23, u24], u32);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | implement_try_from!([u17, u18, u19, u20, u21, u22, u23, u24], u32);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | implement_try_from!([u17, u18, u19, u20, u21, u22, u23, u24], u32);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | implement_try_from!([u17, u18, u19, u20, u21, u22, u23, u24], u32);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | implement_try_from!([u25, u26, u27, u28, u29, u30, u31], u32);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | implement_try_from!([u25, u26, u27, u28, u29, u30, u31], u32);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | implement_try_from!([u25, u26, u27, u28, u29, u30, u31], u32);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | implement_try_from!([u25, u26, u27, u28, u29, u30, u31], u32);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | implement_try_from!([u25, u26, u27, u28, u29, u30, u31], u32);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | implement_try_from!([u25, u26, u27, u28, u29, u30, u31], u32);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | implement_try_from!([u25, u26, u27, u28, u29, u30, u31], u32);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | implement_try_from!([u25, u26, u27, u28, u29, u30, u31], u32);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | implement_try_from!([u25, u26, u27, u28, u29, u30, u31], u32);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | implement_try_from!([u25, u26, u27, u28, u29, u30, u31], u32);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | implement_try_from!([u25, u26, u27, u28, u29, u30, u31], u32);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | implement_try_from!([u25, u26, u27, u28, u29, u30, u31], u32);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | implement_try_from!([u25, u26, u27, u28, u29, u30, u31], u32);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | implement_try_from!([u25, u26, u27, u28, u29, u30, u31], u32);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement_try_from!([u33, u34, u35, u36, u37, u38, u39, u40], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement_try_from!([u33, u34, u35, u36, u37, u38, u39, u40], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement_try_from!([u33, u34, u35, u36, u37, u38, u39, u40], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement_try_from!([u33, u34, u35, u36, u37, u38, u39, u40], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement_try_from!([u33, u34, u35, u36, u37, u38, u39, u40], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement_try_from!([u33, u34, u35, u36, u37, u38, u39, u40], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement_try_from!([u33, u34, u35, u36, u37, u38, u39, u40], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement_try_from!([u33, u34, u35, u36, u37, u38, u39, u40], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement_try_from!([u33, u34, u35, u36, u37, u38, u39, u40], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement_try_from!([u33, u34, u35, u36, u37, u38, u39, u40], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement_try_from!([u33, u34, u35, u36, u37, u38, u39, u40], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement_try_from!([u33, u34, u35, u36, u37, u38, u39, u40], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement_try_from!([u33, u34, u35, u36, u37, u38, u39, u40], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement_try_from!([u33, u34, u35, u36, u37, u38, u39, u40], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement_try_from!([u33, u34, u35, u36, u37, u38, u39, u40], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement_try_from!([u33, u34, u35, u36, u37, u38, u39, u40], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement_try_from!([u41, u42, u43, u44, u45, u46, u47, u48], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement_try_from!([u41, u42, u43, u44, u45, u46, u47, u48], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement_try_from!([u41, u42, u43, u44, u45, u46, u47, u48], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement_try_from!([u41, u42, u43, u44, u45, u46, u47, u48], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement_try_from!([u41, u42, u43, u44, u45, u46, u47, u48], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement_try_from!([u41, u42, u43, u44, u45, u46, u47, u48], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement_try_from!([u41, u42, u43, u44, u45, u46, u47, u48], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement_try_from!([u41, u42, u43, u44, u45, u46, u47, u48], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement_try_from!([u41, u42, u43, u44, u45, u46, u47, u48], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement_try_from!([u41, u42, u43, u44, u45, u46, u47, u48], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement_try_from!([u41, u42, u43, u44, u45, u46, u47, u48], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement_try_from!([u41, u42, u43, u44, u45, u46, u47, u48], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement_try_from!([u41, u42, u43, u44, u45, u46, u47, u48], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement_try_from!([u41, u42, u43, u44, u45, u46, u47, u48], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement_try_from!([u41, u42, u43, u44, u45, u46, u47, u48], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement_try_from!([u41, u42, u43, u44, u45, u46, u47, u48], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement_try_from!([u49, u50, u51, u52, u53, u54, u55, u56], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement_try_from!([u49, u50, u51, u52, u53, u54, u55, u56], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement_try_from!([u49, u50, u51, u52, u53, u54, u55, u56], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement_try_from!([u49, u50, u51, u52, u53, u54, u55, u56], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement_try_from!([u49, u50, u51, u52, u53, u54, u55, u56], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement_try_from!([u49, u50, u51, u52, u53, u54, u55, u56], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement_try_from!([u49, u50, u51, u52, u53, u54, u55, u56], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement_try_from!([u49, u50, u51, u52, u53, u54, u55, u56], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement_try_from!([u49, u50, u51, u52, u53, u54, u55, u56], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement_try_from!([u49, u50, u51, u52, u53, u54, u55, u56], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement_try_from!([u49, u50, u51, u52, u53, u54, u55, u56], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement_try_from!([u49, u50, u51, u52, u53, u54, u55, u56], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement_try_from!([u49, u50, u51, u52, u53, u54, u55, u56], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement_try_from!([u49, u50, u51, u52, u53, u54, u55, u56], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement_try_from!([u49, u50, u51, u52, u53, u54, u55, u56], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement_try_from!([u49, u50, u51, u52, u53, u54, u55, u56], u64);
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 | implement_try_from!([u57, u58, u59, u60, u61, u62, u63], u64);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 | implement_try_from!([u57, u58, u59, u60, u61, u62, u63], u64);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 | implement_try_from!([u57, u58, u59, u60, u61, u62, u63], u64);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 | implement_try_from!([u57, u58, u59, u60, u61, u62, u63], u64);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 | implement_try_from!([u57, u58, u59, u60, u61, u62, u63], u64);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 | implement_try_from!([u57, u58, u59, u60, u61, u62, u63], u64);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 | implement_try_from!([u57, u58, u59, u60, u61, u62, u63], u64);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 | implement_try_from!([u57, u58, u59, u60, u61, u62, u63], u64);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 | implement_try_from!([u57, u58, u59, u60, u61, u62, u63], u64);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 | implement_try_from!([u57, u58, u59, u60, u61, u62, u63], u64);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 | implement_try_from!([u57, u58, u59, u60, u61, u62, u63], u64);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 | implement_try_from!([u57, u58, u59, u60, u61, u62, u63], u64);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 | implement_try_from!([u57, u58, u59, u60, u61, u62, u63], u64);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                 let value = x.try_into()?;
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 | implement_try_from!([u57, u58, u59, u60, u61, u62, u63], u64);
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 | / implement_try_from!(
[INFO] [stdout] 175 | |     u1,
[INFO] [stdout] 176 | |     [
[INFO] [stdout] 177 | |         u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22,
[INFO] [stdout] ...   |
[INFO] [stdout] 182 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 | / implement_try_from!(
[INFO] [stdout] 175 | |     u1,
[INFO] [stdout] 176 | |     [
[INFO] [stdout] 177 | |         u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22,
[INFO] [stdout] ...   |
[INFO] [stdout] 182 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 | / implement_try_from!(
[INFO] [stdout] 175 | |     u1,
[INFO] [stdout] 176 | |     [
[INFO] [stdout] 177 | |         u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22,
[INFO] [stdout] ...   |
[INFO] [stdout] 182 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 | / implement_try_from!(
[INFO] [stdout] 175 | |     u1,
[INFO] [stdout] 176 | |     [
[INFO] [stdout] 177 | |         u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22,
[INFO] [stdout] ...   |
[INFO] [stdout] 182 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 | / implement_try_from!(
[INFO] [stdout] 175 | |     u1,
[INFO] [stdout] 176 | |     [
[INFO] [stdout] 177 | |         u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22,
[INFO] [stdout] ...   |
[INFO] [stdout] 182 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 | / implement_try_from!(
[INFO] [stdout] 175 | |     u1,
[INFO] [stdout] 176 | |     [
[INFO] [stdout] 177 | |         u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22,
[INFO] [stdout] ...   |
[INFO] [stdout] 182 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 | / implement_try_from!(
[INFO] [stdout] 175 | |     u1,
[INFO] [stdout] 176 | |     [
[INFO] [stdout] 177 | |         u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22,
[INFO] [stdout] ...   |
[INFO] [stdout] 182 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 | / implement_try_from!(
[INFO] [stdout] 175 | |     u1,
[INFO] [stdout] 176 | |     [
[INFO] [stdout] 177 | |         u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22,
[INFO] [stdout] ...   |
[INFO] [stdout] 182 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 | / implement_try_from!(
[INFO] [stdout] 175 | |     u1,
[INFO] [stdout] 176 | |     [
[INFO] [stdout] 177 | |         u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22,
[INFO] [stdout] ...   |
[INFO] [stdout] 182 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 | / implement_try_from!(
[INFO] [stdout] 175 | |     u1,
[INFO] [stdout] 176 | |     [
[INFO] [stdout] 177 | |         u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22,
[INFO] [stdout] ...   |
[INFO] [stdout] 182 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 | / implement_try_from!(
[INFO] [stdout] 175 | |     u1,
[INFO] [stdout] 176 | |     [
[INFO] [stdout] 177 | |         u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22,
[INFO] [stdout] ...   |
[INFO] [stdout] 182 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 | / implement_try_from!(
[INFO] [stdout] 175 | |     u1,
[INFO] [stdout] 176 | |     [
[INFO] [stdout] 177 | |         u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22,
[INFO] [stdout] ...   |
[INFO] [stdout] 182 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 | / implement_try_from!(
[INFO] [stdout] 186 | |     u2,
[INFO] [stdout] 187 | |     [
[INFO] [stdout] 188 | |         u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23,
[INFO] [stdout] ...   |
[INFO] [stdout] 193 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 | / implement_try_from!(
[INFO] [stdout] 186 | |     u2,
[INFO] [stdout] 187 | |     [
[INFO] [stdout] 188 | |         u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23,
[INFO] [stdout] ...   |
[INFO] [stdout] 193 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 | / implement_try_from!(
[INFO] [stdout] 186 | |     u2,
[INFO] [stdout] 187 | |     [
[INFO] [stdout] 188 | |         u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23,
[INFO] [stdout] ...   |
[INFO] [stdout] 193 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 | / implement_try_from!(
[INFO] [stdout] 186 | |     u2,
[INFO] [stdout] 187 | |     [
[INFO] [stdout] 188 | |         u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23,
[INFO] [stdout] ...   |
[INFO] [stdout] 193 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 | / implement_try_from!(
[INFO] [stdout] 186 | |     u2,
[INFO] [stdout] 187 | |     [
[INFO] [stdout] 188 | |         u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23,
[INFO] [stdout] ...   |
[INFO] [stdout] 193 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 | / implement_try_from!(
[INFO] [stdout] 186 | |     u2,
[INFO] [stdout] 187 | |     [
[INFO] [stdout] 188 | |         u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23,
[INFO] [stdout] ...   |
[INFO] [stdout] 193 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 | / implement_try_from!(
[INFO] [stdout] 186 | |     u2,
[INFO] [stdout] 187 | |     [
[INFO] [stdout] 188 | |         u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23,
[INFO] [stdout] ...   |
[INFO] [stdout] 193 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 | / implement_try_from!(
[INFO] [stdout] 186 | |     u2,
[INFO] [stdout] 187 | |     [
[INFO] [stdout] 188 | |         u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23,
[INFO] [stdout] ...   |
[INFO] [stdout] 193 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 | / implement_try_from!(
[INFO] [stdout] 186 | |     u2,
[INFO] [stdout] 187 | |     [
[INFO] [stdout] 188 | |         u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23,
[INFO] [stdout] ...   |
[INFO] [stdout] 193 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 | / implement_try_from!(
[INFO] [stdout] 186 | |     u2,
[INFO] [stdout] 187 | |     [
[INFO] [stdout] 188 | |         u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23,
[INFO] [stdout] ...   |
[INFO] [stdout] 193 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | / implement_try_from!(
[INFO] [stdout] 197 | |     u3,
[INFO] [stdout] 198 | |     [
[INFO] [stdout] 199 | |         u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24,
[INFO] [stdout] ...   |
[INFO] [stdout] 204 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | / implement_try_from!(
[INFO] [stdout] 197 | |     u3,
[INFO] [stdout] 198 | |     [
[INFO] [stdout] 199 | |         u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24,
[INFO] [stdout] ...   |
[INFO] [stdout] 204 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | / implement_try_from!(
[INFO] [stdout] 197 | |     u3,
[INFO] [stdout] 198 | |     [
[INFO] [stdout] 199 | |         u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24,
[INFO] [stdout] ...   |
[INFO] [stdout] 204 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | / implement_try_from!(
[INFO] [stdout] 197 | |     u3,
[INFO] [stdout] 198 | |     [
[INFO] [stdout] 199 | |         u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24,
[INFO] [stdout] ...   |
[INFO] [stdout] 204 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | / implement_try_from!(
[INFO] [stdout] 197 | |     u3,
[INFO] [stdout] 198 | |     [
[INFO] [stdout] 199 | |         u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24,
[INFO] [stdout] ...   |
[INFO] [stdout] 204 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | / implement_try_from!(
[INFO] [stdout] 197 | |     u3,
[INFO] [stdout] 198 | |     [
[INFO] [stdout] 199 | |         u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24,
[INFO] [stdout] ...   |
[INFO] [stdout] 204 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | / implement_try_from!(
[INFO] [stdout] 197 | |     u3,
[INFO] [stdout] 198 | |     [
[INFO] [stdout] 199 | |         u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24,
[INFO] [stdout] ...   |
[INFO] [stdout] 204 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | / implement_try_from!(
[INFO] [stdout] 197 | |     u3,
[INFO] [stdout] 198 | |     [
[INFO] [stdout] 199 | |         u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24,
[INFO] [stdout] ...   |
[INFO] [stdout] 204 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | / implement_try_from!(
[INFO] [stdout] 208 | |     u4,
[INFO] [stdout] 209 | |     [
[INFO] [stdout] 210 | |         u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25,
[INFO] [stdout] ...   |
[INFO] [stdout] 215 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | / implement_try_from!(
[INFO] [stdout] 208 | |     u4,
[INFO] [stdout] 209 | |     [
[INFO] [stdout] 210 | |         u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25,
[INFO] [stdout] ...   |
[INFO] [stdout] 215 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | / implement_try_from!(
[INFO] [stdout] 208 | |     u4,
[INFO] [stdout] 209 | |     [
[INFO] [stdout] 210 | |         u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25,
[INFO] [stdout] ...   |
[INFO] [stdout] 215 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | / implement_try_from!(
[INFO] [stdout] 208 | |     u4,
[INFO] [stdout] 209 | |     [
[INFO] [stdout] 210 | |         u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25,
[INFO] [stdout] ...   |
[INFO] [stdout] 215 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | / implement_try_from!(
[INFO] [stdout] 208 | |     u4,
[INFO] [stdout] 209 | |     [
[INFO] [stdout] 210 | |         u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25,
[INFO] [stdout] ...   |
[INFO] [stdout] 215 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | / implement_try_from!(
[INFO] [stdout] 208 | |     u4,
[INFO] [stdout] 209 | |     [
[INFO] [stdout] 210 | |         u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25,
[INFO] [stdout] ...   |
[INFO] [stdout] 215 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 218 | / implement_try_from!(
[INFO] [stdout] 219 | |     u5,
[INFO] [stdout] 220 | |     [
[INFO] [stdout] 221 | |         u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26,
[INFO] [stdout] ...   |
[INFO] [stdout] 226 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 218 | / implement_try_from!(
[INFO] [stdout] 219 | |     u5,
[INFO] [stdout] 220 | |     [
[INFO] [stdout] 221 | |         u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26,
[INFO] [stdout] ...   |
[INFO] [stdout] 226 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 218 | / implement_try_from!(
[INFO] [stdout] 219 | |     u5,
[INFO] [stdout] 220 | |     [
[INFO] [stdout] 221 | |         u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26,
[INFO] [stdout] ...   |
[INFO] [stdout] 226 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 218 | / implement_try_from!(
[INFO] [stdout] 219 | |     u5,
[INFO] [stdout] 220 | |     [
[INFO] [stdout] 221 | |         u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26,
[INFO] [stdout] ...   |
[INFO] [stdout] 226 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u8>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 229 | / implement_try_from!(
[INFO] [stdout] 230 | |     u6,
[INFO] [stdout] 231 | |     [
[INFO] [stdout] 232 | |         u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26,
[INFO] [stdout] ...   |
[INFO] [stdout] 237 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u8, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 229 | / implement_try_from!(
[INFO] [stdout] 230 | |     u6,
[INFO] [stdout] 231 | |     [
[INFO] [stdout] 232 | |         u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26,
[INFO] [stdout] ...   |
[INFO] [stdout] 237 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 | / implement_try_from!(
[INFO] [stdout] 251 | |     u9,
[INFO] [stdout] 252 | |     [
[INFO] [stdout] 253 | |         u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28,
[INFO] [stdout] ...   |
[INFO] [stdout] 257 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 | / implement_try_from!(
[INFO] [stdout] 251 | |     u9,
[INFO] [stdout] 252 | |     [
[INFO] [stdout] 253 | |         u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28,
[INFO] [stdout] ...   |
[INFO] [stdout] 257 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 | / implement_try_from!(
[INFO] [stdout] 251 | |     u9,
[INFO] [stdout] 252 | |     [
[INFO] [stdout] 253 | |         u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28,
[INFO] [stdout] ...   |
[INFO] [stdout] 257 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 | / implement_try_from!(
[INFO] [stdout] 251 | |     u9,
[INFO] [stdout] 252 | |     [
[INFO] [stdout] 253 | |         u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28,
[INFO] [stdout] ...   |
[INFO] [stdout] 257 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 | / implement_try_from!(
[INFO] [stdout] 251 | |     u9,
[INFO] [stdout] 252 | |     [
[INFO] [stdout] 253 | |         u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28,
[INFO] [stdout] ...   |
[INFO] [stdout] 257 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 | / implement_try_from!(
[INFO] [stdout] 251 | |     u9,
[INFO] [stdout] 252 | |     [
[INFO] [stdout] 253 | |         u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28,
[INFO] [stdout] ...   |
[INFO] [stdout] 257 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 | / implement_try_from!(
[INFO] [stdout] 251 | |     u9,
[INFO] [stdout] 252 | |     [
[INFO] [stdout] 253 | |         u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28,
[INFO] [stdout] ...   |
[INFO] [stdout] 257 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 | / implement_try_from!(
[INFO] [stdout] 251 | |     u9,
[INFO] [stdout] 252 | |     [
[INFO] [stdout] 253 | |         u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28,
[INFO] [stdout] ...   |
[INFO] [stdout] 257 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 | / implement_try_from!(
[INFO] [stdout] 251 | |     u9,
[INFO] [stdout] 252 | |     [
[INFO] [stdout] 253 | |         u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28,
[INFO] [stdout] ...   |
[INFO] [stdout] 257 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 | / implement_try_from!(
[INFO] [stdout] 251 | |     u9,
[INFO] [stdout] 252 | |     [
[INFO] [stdout] 253 | |         u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28,
[INFO] [stdout] ...   |
[INFO] [stdout] 257 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 | / implement_try_from!(
[INFO] [stdout] 251 | |     u9,
[INFO] [stdout] 252 | |     [
[INFO] [stdout] 253 | |         u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28,
[INFO] [stdout] ...   |
[INFO] [stdout] 257 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 | / implement_try_from!(
[INFO] [stdout] 251 | |     u9,
[INFO] [stdout] 252 | |     [
[INFO] [stdout] 253 | |         u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28,
[INFO] [stdout] ...   |
[INFO] [stdout] 257 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 260 | / implement_try_from!(
[INFO] [stdout] 261 | |     u10,
[INFO] [stdout] 262 | |     [
[INFO] [stdout] 263 | |         u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29,
[INFO] [stdout] ...   |
[INFO] [stdout] 267 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 260 | / implement_try_from!(
[INFO] [stdout] 261 | |     u10,
[INFO] [stdout] 262 | |     [
[INFO] [stdout] 263 | |         u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29,
[INFO] [stdout] ...   |
[INFO] [stdout] 267 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 260 | / implement_try_from!(
[INFO] [stdout] 261 | |     u10,
[INFO] [stdout] 262 | |     [
[INFO] [stdout] 263 | |         u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29,
[INFO] [stdout] ...   |
[INFO] [stdout] 267 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 260 | / implement_try_from!(
[INFO] [stdout] 261 | |     u10,
[INFO] [stdout] 262 | |     [
[INFO] [stdout] 263 | |         u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29,
[INFO] [stdout] ...   |
[INFO] [stdout] 267 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 260 | / implement_try_from!(
[INFO] [stdout] 261 | |     u10,
[INFO] [stdout] 262 | |     [
[INFO] [stdout] 263 | |         u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29,
[INFO] [stdout] ...   |
[INFO] [stdout] 267 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 260 | / implement_try_from!(
[INFO] [stdout] 261 | |     u10,
[INFO] [stdout] 262 | |     [
[INFO] [stdout] 263 | |         u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29,
[INFO] [stdout] ...   |
[INFO] [stdout] 267 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 260 | / implement_try_from!(
[INFO] [stdout] 261 | |     u10,
[INFO] [stdout] 262 | |     [
[INFO] [stdout] 263 | |         u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29,
[INFO] [stdout] ...   |
[INFO] [stdout] 267 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 260 | / implement_try_from!(
[INFO] [stdout] 261 | |     u10,
[INFO] [stdout] 262 | |     [
[INFO] [stdout] 263 | |         u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29,
[INFO] [stdout] ...   |
[INFO] [stdout] 267 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 260 | / implement_try_from!(
[INFO] [stdout] 261 | |     u10,
[INFO] [stdout] 262 | |     [
[INFO] [stdout] 263 | |         u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29,
[INFO] [stdout] ...   |
[INFO] [stdout] 267 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 260 | / implement_try_from!(
[INFO] [stdout] 261 | |     u10,
[INFO] [stdout] 262 | |     [
[INFO] [stdout] 263 | |         u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29,
[INFO] [stdout] ...   |
[INFO] [stdout] 267 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | / implement_try_from!(
[INFO] [stdout] 271 | |     u11,
[INFO] [stdout] 272 | |     [
[INFO] [stdout] 273 | |         u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30,
[INFO] [stdout] ...   |
[INFO] [stdout] 277 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | / implement_try_from!(
[INFO] [stdout] 271 | |     u11,
[INFO] [stdout] 272 | |     [
[INFO] [stdout] 273 | |         u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30,
[INFO] [stdout] ...   |
[INFO] [stdout] 277 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | / implement_try_from!(
[INFO] [stdout] 271 | |     u11,
[INFO] [stdout] 272 | |     [
[INFO] [stdout] 273 | |         u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30,
[INFO] [stdout] ...   |
[INFO] [stdout] 277 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | / implement_try_from!(
[INFO] [stdout] 271 | |     u11,
[INFO] [stdout] 272 | |     [
[INFO] [stdout] 273 | |         u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30,
[INFO] [stdout] ...   |
[INFO] [stdout] 277 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | / implement_try_from!(
[INFO] [stdout] 271 | |     u11,
[INFO] [stdout] 272 | |     [
[INFO] [stdout] 273 | |         u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30,
[INFO] [stdout] ...   |
[INFO] [stdout] 277 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | / implement_try_from!(
[INFO] [stdout] 271 | |     u11,
[INFO] [stdout] 272 | |     [
[INFO] [stdout] 273 | |         u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30,
[INFO] [stdout] ...   |
[INFO] [stdout] 277 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | / implement_try_from!(
[INFO] [stdout] 271 | |     u11,
[INFO] [stdout] 272 | |     [
[INFO] [stdout] 273 | |         u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30,
[INFO] [stdout] ...   |
[INFO] [stdout] 277 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | / implement_try_from!(
[INFO] [stdout] 271 | |     u11,
[INFO] [stdout] 272 | |     [
[INFO] [stdout] 273 | |         u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30,
[INFO] [stdout] ...   |
[INFO] [stdout] 277 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 280 | / implement_try_from!(
[INFO] [stdout] 281 | |     u12,
[INFO] [stdout] 282 | |     [
[INFO] [stdout] 283 | |         u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31,
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 280 | / implement_try_from!(
[INFO] [stdout] 281 | |     u12,
[INFO] [stdout] 282 | |     [
[INFO] [stdout] 283 | |         u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31,
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 280 | / implement_try_from!(
[INFO] [stdout] 281 | |     u12,
[INFO] [stdout] 282 | |     [
[INFO] [stdout] 283 | |         u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31,
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 280 | / implement_try_from!(
[INFO] [stdout] 281 | |     u12,
[INFO] [stdout] 282 | |     [
[INFO] [stdout] 283 | |         u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31,
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 280 | / implement_try_from!(
[INFO] [stdout] 281 | |     u12,
[INFO] [stdout] 282 | |     [
[INFO] [stdout] 283 | |         u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31,
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 280 | / implement_try_from!(
[INFO] [stdout] 281 | |     u12,
[INFO] [stdout] 282 | |     [
[INFO] [stdout] 283 | |         u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31,
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 290 | / implement_try_from!(
[INFO] [stdout] 291 | |     u13,
[INFO] [stdout] 292 | |     [
[INFO] [stdout] 293 | |         u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33,
[INFO] [stdout] ...   |
[INFO] [stdout] 297 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 290 | / implement_try_from!(
[INFO] [stdout] 291 | |     u13,
[INFO] [stdout] 292 | |     [
[INFO] [stdout] 293 | |         u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33,
[INFO] [stdout] ...   |
[INFO] [stdout] 297 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 290 | / implement_try_from!(
[INFO] [stdout] 291 | |     u13,
[INFO] [stdout] 292 | |     [
[INFO] [stdout] 293 | |         u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33,
[INFO] [stdout] ...   |
[INFO] [stdout] 297 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 290 | / implement_try_from!(
[INFO] [stdout] 291 | |     u13,
[INFO] [stdout] 292 | |     [
[INFO] [stdout] 293 | |         u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33,
[INFO] [stdout] ...   |
[INFO] [stdout] 297 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u16>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 300 | / implement_try_from!(
[INFO] [stdout] 301 | |     u14,
[INFO] [stdout] 302 | |     [
[INFO] [stdout] 303 | |         u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34,
[INFO] [stdout] ...   |
[INFO] [stdout] 307 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u16, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 300 | / implement_try_from!(
[INFO] [stdout] 301 | |     u14,
[INFO] [stdout] 302 | |     [
[INFO] [stdout] 303 | |         u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34,
[INFO] [stdout] ...   |
[INFO] [stdout] 307 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 | / implement_try_from!(
[INFO] [stdout] 327 | |     u17,
[INFO] [stdout] 328 | |     [
[INFO] [stdout] 329 | |         u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36,
[INFO] [stdout] ...   |
[INFO] [stdout] 333 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 | / implement_try_from!(
[INFO] [stdout] 340 | |     u18,
[INFO] [stdout] 341 | |     [
[INFO] [stdout] 342 | |         u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37,
[INFO] [stdout] ...   |
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 | / implement_try_from!(
[INFO] [stdout] 353 | |     u19,
[INFO] [stdout] 354 | |     [
[INFO] [stdout] 355 | |         u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38,
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / implement_try_from!(
[INFO] [stdout] 366 | |     u20,
[INFO] [stdout] 367 | |     [
[INFO] [stdout] 368 | |         u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39,
[INFO] [stdout] ...   |
[INFO] [stdout] 372 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / implement_try_from!(
[INFO] [stdout] 366 | |     u20,
[INFO] [stdout] 367 | |     [
[INFO] [stdout] 368 | |         u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39,
[INFO] [stdout] ...   |
[INFO] [stdout] 372 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / implement_try_from!(
[INFO] [stdout] 366 | |     u20,
[INFO] [stdout] 367 | |     [
[INFO] [stdout] 368 | |         u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39,
[INFO] [stdout] ...   |
[INFO] [stdout] 372 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / implement_try_from!(
[INFO] [stdout] 366 | |     u20,
[INFO] [stdout] 367 | |     [
[INFO] [stdout] 368 | |         u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39,
[INFO] [stdout] ...   |
[INFO] [stdout] 372 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / implement_try_from!(
[INFO] [stdout] 366 | |     u20,
[INFO] [stdout] 367 | |     [
[INFO] [stdout] 368 | |         u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39,
[INFO] [stdout] ...   |
[INFO] [stdout] 372 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / implement_try_from!(
[INFO] [stdout] 366 | |     u20,
[INFO] [stdout] 367 | |     [
[INFO] [stdout] 368 | |         u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39,
[INFO] [stdout] ...   |
[INFO] [stdout] 372 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / implement_try_from!(
[INFO] [stdout] 366 | |     u20,
[INFO] [stdout] 367 | |     [
[INFO] [stdout] 368 | |         u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39,
[INFO] [stdout] ...   |
[INFO] [stdout] 372 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / implement_try_from!(
[INFO] [stdout] 366 | |     u20,
[INFO] [stdout] 367 | |     [
[INFO] [stdout] 368 | |         u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39,
[INFO] [stdout] ...   |
[INFO] [stdout] 372 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / implement_try_from!(
[INFO] [stdout] 366 | |     u20,
[INFO] [stdout] 367 | |     [
[INFO] [stdout] 368 | |         u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39,
[INFO] [stdout] ...   |
[INFO] [stdout] 372 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / implement_try_from!(
[INFO] [stdout] 366 | |     u20,
[INFO] [stdout] 367 | |     [
[INFO] [stdout] 368 | |         u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39,
[INFO] [stdout] ...   |
[INFO] [stdout] 372 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / implement_try_from!(
[INFO] [stdout] 366 | |     u20,
[INFO] [stdout] 367 | |     [
[INFO] [stdout] 368 | |         u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39,
[INFO] [stdout] ...   |
[INFO] [stdout] 372 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / implement_try_from!(
[INFO] [stdout] 366 | |     u20,
[INFO] [stdout] 367 | |     [
[INFO] [stdout] 368 | |         u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39,
[INFO] [stdout] ...   |
[INFO] [stdout] 372 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / implement_try_from!(
[INFO] [stdout] 366 | |     u20,
[INFO] [stdout] 367 | |     [
[INFO] [stdout] 368 | |         u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39,
[INFO] [stdout] ...   |
[INFO] [stdout] 372 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / implement_try_from!(
[INFO] [stdout] 366 | |     u20,
[INFO] [stdout] 367 | |     [
[INFO] [stdout] 368 | |         u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39,
[INFO] [stdout] ...   |
[INFO] [stdout] 372 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / implement_try_from!(
[INFO] [stdout] 366 | |     u20,
[INFO] [stdout] 367 | |     [
[INFO] [stdout] 368 | |         u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39,
[INFO] [stdout] ...   |
[INFO] [stdout] 372 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / implement_try_from!(
[INFO] [stdout] 366 | |     u20,
[INFO] [stdout] 367 | |     [
[INFO] [stdout] 368 | |         u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39,
[INFO] [stdout] ...   |
[INFO] [stdout] 372 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / implement_try_from!(
[INFO] [stdout] 366 | |     u20,
[INFO] [stdout] 367 | |     [
[INFO] [stdout] 368 | |         u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39,
[INFO] [stdout] ...   |
[INFO] [stdout] 372 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / implement_try_from!(
[INFO] [stdout] 366 | |     u20,
[INFO] [stdout] 367 | |     [
[INFO] [stdout] 368 | |         u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39,
[INFO] [stdout] ...   |
[INFO] [stdout] 372 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / implement_try_from!(
[INFO] [stdout] 366 | |     u20,
[INFO] [stdout] 367 | |     [
[INFO] [stdout] 368 | |         u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39,
[INFO] [stdout] ...   |
[INFO] [stdout] 372 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / implement_try_from!(
[INFO] [stdout] 366 | |     u20,
[INFO] [stdout] 367 | |     [
[INFO] [stdout] 368 | |         u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39,
[INFO] [stdout] ...   |
[INFO] [stdout] 372 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / implement_try_from!(
[INFO] [stdout] 366 | |     u20,
[INFO] [stdout] 367 | |     [
[INFO] [stdout] 368 | |         u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39,
[INFO] [stdout] ...   |
[INFO] [stdout] 372 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / implement_try_from!(
[INFO] [stdout] 366 | |     u20,
[INFO] [stdout] 367 | |     [
[INFO] [stdout] 368 | |         u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39,
[INFO] [stdout] ...   |
[INFO] [stdout] 372 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 378 | / implement_try_from!(
[INFO] [stdout] 379 | |     u21,
[INFO] [stdout] 380 | |     [
[INFO] [stdout] 381 | |         u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40,
[INFO] [stdout] ...   |
[INFO] [stdout] 385 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 378 | / implement_try_from!(
[INFO] [stdout] 379 | |     u21,
[INFO] [stdout] 380 | |     [
[INFO] [stdout] 381 | |         u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40,
[INFO] [stdout] ...   |
[INFO] [stdout] 385 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 378 | / implement_try_from!(
[INFO] [stdout] 379 | |     u21,
[INFO] [stdout] 380 | |     [
[INFO] [stdout] 381 | |         u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40,
[INFO] [stdout] ...   |
[INFO] [stdout] 385 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 378 | / implement_try_from!(
[INFO] [stdout] 379 | |     u21,
[INFO] [stdout] 380 | |     [
[INFO] [stdout] 381 | |         u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40,
[INFO] [stdout] ...   |
[INFO] [stdout] 385 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 378 | / implement_try_from!(
[INFO] [stdout] 379 | |     u21,
[INFO] [stdout] 380 | |     [
[INFO] [stdout] 381 | |         u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40,
[INFO] [stdout] ...   |
[INFO] [stdout] 385 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 378 | / implement_try_from!(
[INFO] [stdout] 379 | |     u21,
[INFO] [stdout] 380 | |     [
[INFO] [stdout] 381 | |         u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40,
[INFO] [stdout] ...   |
[INFO] [stdout] 385 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 378 | / implement_try_from!(
[INFO] [stdout] 379 | |     u21,
[INFO] [stdout] 380 | |     [
[INFO] [stdout] 381 | |         u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40,
[INFO] [stdout] ...   |
[INFO] [stdout] 385 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 378 | / implement_try_from!(
[INFO] [stdout] 379 | |     u21,
[INFO] [stdout] 380 | |     [
[INFO] [stdout] 381 | |         u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40,
[INFO] [stdout] ...   |
[INFO] [stdout] 385 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 378 | / implement_try_from!(
[INFO] [stdout] 379 | |     u21,
[INFO] [stdout] 380 | |     [
[INFO] [stdout] 381 | |         u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40,
[INFO] [stdout] ...   |
[INFO] [stdout] 385 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 378 | / implement_try_from!(
[INFO] [stdout] 379 | |     u21,
[INFO] [stdout] 380 | |     [
[INFO] [stdout] 381 | |         u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40,
[INFO] [stdout] ...   |
[INFO] [stdout] 385 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 378 | / implement_try_from!(
[INFO] [stdout] 379 | |     u21,
[INFO] [stdout] 380 | |     [
[INFO] [stdout] 381 | |         u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40,
[INFO] [stdout] ...   |
[INFO] [stdout] 385 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 378 | / implement_try_from!(
[INFO] [stdout] 379 | |     u21,
[INFO] [stdout] 380 | |     [
[INFO] [stdout] 381 | |         u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40,
[INFO] [stdout] ...   |
[INFO] [stdout] 385 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 378 | / implement_try_from!(
[INFO] [stdout] 379 | |     u21,
[INFO] [stdout] 380 | |     [
[INFO] [stdout] 381 | |         u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40,
[INFO] [stdout] ...   |
[INFO] [stdout] 385 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 378 | / implement_try_from!(
[INFO] [stdout] 379 | |     u21,
[INFO] [stdout] 380 | |     [
[INFO] [stdout] 381 | |         u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40,
[INFO] [stdout] ...   |
[INFO] [stdout] 385 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 378 | / implement_try_from!(
[INFO] [stdout] 379 | |     u21,
[INFO] [stdout] 380 | |     [
[INFO] [stdout] 381 | |         u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40,
[INFO] [stdout] ...   |
[INFO] [stdout] 385 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 378 | / implement_try_from!(
[INFO] [stdout] 379 | |     u21,
[INFO] [stdout] 380 | |     [
[INFO] [stdout] 381 | |         u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40,
[INFO] [stdout] ...   |
[INFO] [stdout] 385 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 378 | / implement_try_from!(
[INFO] [stdout] 379 | |     u21,
[INFO] [stdout] 380 | |     [
[INFO] [stdout] 381 | |         u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40,
[INFO] [stdout] ...   |
[INFO] [stdout] 385 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 378 | / implement_try_from!(
[INFO] [stdout] 379 | |     u21,
[INFO] [stdout] 380 | |     [
[INFO] [stdout] 381 | |         u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40,
[INFO] [stdout] ...   |
[INFO] [stdout] 385 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 378 | / implement_try_from!(
[INFO] [stdout] 379 | |     u21,
[INFO] [stdout] 380 | |     [
[INFO] [stdout] 381 | |         u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40,
[INFO] [stdout] ...   |
[INFO] [stdout] 385 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 378 | / implement_try_from!(
[INFO] [stdout] 379 | |     u21,
[INFO] [stdout] 380 | |     [
[INFO] [stdout] 381 | |         u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40,
[INFO] [stdout] ...   |
[INFO] [stdout] 385 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 391 | / implement_try_from!(
[INFO] [stdout] 392 | |     u22,
[INFO] [stdout] 393 | |     [
[INFO] [stdout] 394 | |         u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41,
[INFO] [stdout] ...   |
[INFO] [stdout] 398 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 391 | / implement_try_from!(
[INFO] [stdout] 392 | |     u22,
[INFO] [stdout] 393 | |     [
[INFO] [stdout] 394 | |         u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41,
[INFO] [stdout] ...   |
[INFO] [stdout] 398 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 391 | / implement_try_from!(
[INFO] [stdout] 392 | |     u22,
[INFO] [stdout] 393 | |     [
[INFO] [stdout] 394 | |         u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41,
[INFO] [stdout] ...   |
[INFO] [stdout] 398 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 391 | / implement_try_from!(
[INFO] [stdout] 392 | |     u22,
[INFO] [stdout] 393 | |     [
[INFO] [stdout] 394 | |         u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41,
[INFO] [stdout] ...   |
[INFO] [stdout] 398 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 391 | / implement_try_from!(
[INFO] [stdout] 392 | |     u22,
[INFO] [stdout] 393 | |     [
[INFO] [stdout] 394 | |         u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41,
[INFO] [stdout] ...   |
[INFO] [stdout] 398 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 391 | / implement_try_from!(
[INFO] [stdout] 392 | |     u22,
[INFO] [stdout] 393 | |     [
[INFO] [stdout] 394 | |         u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41,
[INFO] [stdout] ...   |
[INFO] [stdout] 398 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 391 | / implement_try_from!(
[INFO] [stdout] 392 | |     u22,
[INFO] [stdout] 393 | |     [
[INFO] [stdout] 394 | |         u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41,
[INFO] [stdout] ...   |
[INFO] [stdout] 398 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 391 | / implement_try_from!(
[INFO] [stdout] 392 | |     u22,
[INFO] [stdout] 393 | |     [
[INFO] [stdout] 394 | |         u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41,
[INFO] [stdout] ...   |
[INFO] [stdout] 398 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 391 | / implement_try_from!(
[INFO] [stdout] 392 | |     u22,
[INFO] [stdout] 393 | |     [
[INFO] [stdout] 394 | |         u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41,
[INFO] [stdout] ...   |
[INFO] [stdout] 398 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 391 | / implement_try_from!(
[INFO] [stdout] 392 | |     u22,
[INFO] [stdout] 393 | |     [
[INFO] [stdout] 394 | |         u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41,
[INFO] [stdout] ...   |
[INFO] [stdout] 398 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 391 | / implement_try_from!(
[INFO] [stdout] 392 | |     u22,
[INFO] [stdout] 393 | |     [
[INFO] [stdout] 394 | |         u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41,
[INFO] [stdout] ...   |
[INFO] [stdout] 398 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 391 | / implement_try_from!(
[INFO] [stdout] 392 | |     u22,
[INFO] [stdout] 393 | |     [
[INFO] [stdout] 394 | |         u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41,
[INFO] [stdout] ...   |
[INFO] [stdout] 398 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 391 | / implement_try_from!(
[INFO] [stdout] 392 | |     u22,
[INFO] [stdout] 393 | |     [
[INFO] [stdout] 394 | |         u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41,
[INFO] [stdout] ...   |
[INFO] [stdout] 398 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 391 | / implement_try_from!(
[INFO] [stdout] 392 | |     u22,
[INFO] [stdout] 393 | |     [
[INFO] [stdout] 394 | |         u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41,
[INFO] [stdout] ...   |
[INFO] [stdout] 398 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 391 | / implement_try_from!(
[INFO] [stdout] 392 | |     u22,
[INFO] [stdout] 393 | |     [
[INFO] [stdout] 394 | |         u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41,
[INFO] [stdout] ...   |
[INFO] [stdout] 398 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 391 | / implement_try_from!(
[INFO] [stdout] 392 | |     u22,
[INFO] [stdout] 393 | |     [
[INFO] [stdout] 394 | |         u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41,
[INFO] [stdout] ...   |
[INFO] [stdout] 398 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 391 | / implement_try_from!(
[INFO] [stdout] 392 | |     u22,
[INFO] [stdout] 393 | |     [
[INFO] [stdout] 394 | |         u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41,
[INFO] [stdout] ...   |
[INFO] [stdout] 398 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 391 | / implement_try_from!(
[INFO] [stdout] 392 | |     u22,
[INFO] [stdout] 393 | |     [
[INFO] [stdout] 394 | |         u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41,
[INFO] [stdout] ...   |
[INFO] [stdout] 398 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 404 | / implement_try_from!(
[INFO] [stdout] 405 | |     u23,
[INFO] [stdout] 406 | |     [
[INFO] [stdout] 407 | |         u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42,
[INFO] [stdout] ...   |
[INFO] [stdout] 411 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 404 | / implement_try_from!(
[INFO] [stdout] 405 | |     u23,
[INFO] [stdout] 406 | |     [
[INFO] [stdout] 407 | |         u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42,
[INFO] [stdout] ...   |
[INFO] [stdout] 411 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 404 | / implement_try_from!(
[INFO] [stdout] 405 | |     u23,
[INFO] [stdout] 406 | |     [
[INFO] [stdout] 407 | |         u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42,
[INFO] [stdout] ...   |
[INFO] [stdout] 411 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 404 | / implement_try_from!(
[INFO] [stdout] 405 | |     u23,
[INFO] [stdout] 406 | |     [
[INFO] [stdout] 407 | |         u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42,
[INFO] [stdout] ...   |
[INFO] [stdout] 411 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 404 | / implement_try_from!(
[INFO] [stdout] 405 | |     u23,
[INFO] [stdout] 406 | |     [
[INFO] [stdout] 407 | |         u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42,
[INFO] [stdout] ...   |
[INFO] [stdout] 411 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 404 | / implement_try_from!(
[INFO] [stdout] 405 | |     u23,
[INFO] [stdout] 406 | |     [
[INFO] [stdout] 407 | |         u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42,
[INFO] [stdout] ...   |
[INFO] [stdout] 411 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 404 | / implement_try_from!(
[INFO] [stdout] 405 | |     u23,
[INFO] [stdout] 406 | |     [
[INFO] [stdout] 407 | |         u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42,
[INFO] [stdout] ...   |
[INFO] [stdout] 411 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 404 | / implement_try_from!(
[INFO] [stdout] 405 | |     u23,
[INFO] [stdout] 406 | |     [
[INFO] [stdout] 407 | |         u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42,
[INFO] [stdout] ...   |
[INFO] [stdout] 411 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 404 | / implement_try_from!(
[INFO] [stdout] 405 | |     u23,
[INFO] [stdout] 406 | |     [
[INFO] [stdout] 407 | |         u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42,
[INFO] [stdout] ...   |
[INFO] [stdout] 411 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 404 | / implement_try_from!(
[INFO] [stdout] 405 | |     u23,
[INFO] [stdout] 406 | |     [
[INFO] [stdout] 407 | |         u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42,
[INFO] [stdout] ...   |
[INFO] [stdout] 411 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 404 | / implement_try_from!(
[INFO] [stdout] 405 | |     u23,
[INFO] [stdout] 406 | |     [
[INFO] [stdout] 407 | |         u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42,
[INFO] [stdout] ...   |
[INFO] [stdout] 411 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 404 | / implement_try_from!(
[INFO] [stdout] 405 | |     u23,
[INFO] [stdout] 406 | |     [
[INFO] [stdout] 407 | |         u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42,
[INFO] [stdout] ...   |
[INFO] [stdout] 411 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 404 | / implement_try_from!(
[INFO] [stdout] 405 | |     u23,
[INFO] [stdout] 406 | |     [
[INFO] [stdout] 407 | |         u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42,
[INFO] [stdout] ...   |
[INFO] [stdout] 411 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 404 | / implement_try_from!(
[INFO] [stdout] 405 | |     u23,
[INFO] [stdout] 406 | |     [
[INFO] [stdout] 407 | |         u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42,
[INFO] [stdout] ...   |
[INFO] [stdout] 411 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 404 | / implement_try_from!(
[INFO] [stdout] 405 | |     u23,
[INFO] [stdout] 406 | |     [
[INFO] [stdout] 407 | |         u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42,
[INFO] [stdout] ...   |
[INFO] [stdout] 411 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 404 | / implement_try_from!(
[INFO] [stdout] 405 | |     u23,
[INFO] [stdout] 406 | |     [
[INFO] [stdout] 407 | |         u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42,
[INFO] [stdout] ...   |
[INFO] [stdout] 411 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 420 | / implement_try_from!(
[INFO] [stdout] 421 | |     u24,
[INFO] [stdout] 422 | |     [
[INFO] [stdout] 423 | |         u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43,
[INFO] [stdout] ...   |
[INFO] [stdout] 427 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 420 | / implement_try_from!(
[INFO] [stdout] 421 | |     u24,
[INFO] [stdout] 422 | |     [
[INFO] [stdout] 423 | |         u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43,
[INFO] [stdout] ...   |
[INFO] [stdout] 427 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 420 | / implement_try_from!(
[INFO] [stdout] 421 | |     u24,
[INFO] [stdout] 422 | |     [
[INFO] [stdout] 423 | |         u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43,
[INFO] [stdout] ...   |
[INFO] [stdout] 427 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 420 | / implement_try_from!(
[INFO] [stdout] 421 | |     u24,
[INFO] [stdout] 422 | |     [
[INFO] [stdout] 423 | |         u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43,
[INFO] [stdout] ...   |
[INFO] [stdout] 427 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 420 | / implement_try_from!(
[INFO] [stdout] 421 | |     u24,
[INFO] [stdout] 422 | |     [
[INFO] [stdout] 423 | |         u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43,
[INFO] [stdout] ...   |
[INFO] [stdout] 427 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 420 | / implement_try_from!(
[INFO] [stdout] 421 | |     u24,
[INFO] [stdout] 422 | |     [
[INFO] [stdout] 423 | |         u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43,
[INFO] [stdout] ...   |
[INFO] [stdout] 427 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 420 | / implement_try_from!(
[INFO] [stdout] 421 | |     u24,
[INFO] [stdout] 422 | |     [
[INFO] [stdout] 423 | |         u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43,
[INFO] [stdout] ...   |
[INFO] [stdout] 427 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 420 | / implement_try_from!(
[INFO] [stdout] 421 | |     u24,
[INFO] [stdout] 422 | |     [
[INFO] [stdout] 423 | |         u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43,
[INFO] [stdout] ...   |
[INFO] [stdout] 427 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 420 | / implement_try_from!(
[INFO] [stdout] 421 | |     u24,
[INFO] [stdout] 422 | |     [
[INFO] [stdout] 423 | |         u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43,
[INFO] [stdout] ...   |
[INFO] [stdout] 427 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 420 | / implement_try_from!(
[INFO] [stdout] 421 | |     u24,
[INFO] [stdout] 422 | |     [
[INFO] [stdout] 423 | |         u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43,
[INFO] [stdout] ...   |
[INFO] [stdout] 427 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 420 | / implement_try_from!(
[INFO] [stdout] 421 | |     u24,
[INFO] [stdout] 422 | |     [
[INFO] [stdout] 423 | |         u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43,
[INFO] [stdout] ...   |
[INFO] [stdout] 427 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 420 | / implement_try_from!(
[INFO] [stdout] 421 | |     u24,
[INFO] [stdout] 422 | |     [
[INFO] [stdout] 423 | |         u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43,
[INFO] [stdout] ...   |
[INFO] [stdout] 427 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 420 | / implement_try_from!(
[INFO] [stdout] 421 | |     u24,
[INFO] [stdout] 422 | |     [
[INFO] [stdout] 423 | |         u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43,
[INFO] [stdout] ...   |
[INFO] [stdout] 427 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 420 | / implement_try_from!(
[INFO] [stdout] 421 | |     u24,
[INFO] [stdout] 422 | |     [
[INFO] [stdout] 423 | |         u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43,
[INFO] [stdout] ...   |
[INFO] [stdout] 427 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 436 | / implement_try_from!(
[INFO] [stdout] 437 | |     u25,
[INFO] [stdout] 438 | |     [
[INFO] [stdout] 439 | |         u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44,
[INFO] [stdout] ...   |
[INFO] [stdout] 443 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 436 | / implement_try_from!(
[INFO] [stdout] 437 | |     u25,
[INFO] [stdout] 438 | |     [
[INFO] [stdout] 439 | |         u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44,
[INFO] [stdout] ...   |
[INFO] [stdout] 443 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 436 | / implement_try_from!(
[INFO] [stdout] 437 | |     u25,
[INFO] [stdout] 438 | |     [
[INFO] [stdout] 439 | |         u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44,
[INFO] [stdout] ...   |
[INFO] [stdout] 443 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 436 | / implement_try_from!(
[INFO] [stdout] 437 | |     u25,
[INFO] [stdout] 438 | |     [
[INFO] [stdout] 439 | |         u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44,
[INFO] [stdout] ...   |
[INFO] [stdout] 443 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 436 | / implement_try_from!(
[INFO] [stdout] 437 | |     u25,
[INFO] [stdout] 438 | |     [
[INFO] [stdout] 439 | |         u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44,
[INFO] [stdout] ...   |
[INFO] [stdout] 443 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 436 | / implement_try_from!(
[INFO] [stdout] 437 | |     u25,
[INFO] [stdout] 438 | |     [
[INFO] [stdout] 439 | |         u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44,
[INFO] [stdout] ...   |
[INFO] [stdout] 443 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 436 | / implement_try_from!(
[INFO] [stdout] 437 | |     u25,
[INFO] [stdout] 438 | |     [
[INFO] [stdout] 439 | |         u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44,
[INFO] [stdout] ...   |
[INFO] [stdout] 443 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 436 | / implement_try_from!(
[INFO] [stdout] 437 | |     u25,
[INFO] [stdout] 438 | |     [
[INFO] [stdout] 439 | |         u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44,
[INFO] [stdout] ...   |
[INFO] [stdout] 443 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 436 | / implement_try_from!(
[INFO] [stdout] 437 | |     u25,
[INFO] [stdout] 438 | |     [
[INFO] [stdout] 439 | |         u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44,
[INFO] [stdout] ...   |
[INFO] [stdout] 443 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 436 | / implement_try_from!(
[INFO] [stdout] 437 | |     u25,
[INFO] [stdout] 438 | |     [
[INFO] [stdout] 439 | |         u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44,
[INFO] [stdout] ...   |
[INFO] [stdout] 443 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 436 | / implement_try_from!(
[INFO] [stdout] 437 | |     u25,
[INFO] [stdout] 438 | |     [
[INFO] [stdout] 439 | |         u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44,
[INFO] [stdout] ...   |
[INFO] [stdout] 443 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 436 | / implement_try_from!(
[INFO] [stdout] 437 | |     u25,
[INFO] [stdout] 438 | |     [
[INFO] [stdout] 439 | |         u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44,
[INFO] [stdout] ...   |
[INFO] [stdout] 443 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 452 | / implement_try_from!(
[INFO] [stdout] 453 | |     u26,
[INFO] [stdout] 454 | |     [
[INFO] [stdout] 455 | |         u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45,
[INFO] [stdout] ...   |
[INFO] [stdout] 459 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 452 | / implement_try_from!(
[INFO] [stdout] 453 | |     u26,
[INFO] [stdout] 454 | |     [
[INFO] [stdout] 455 | |         u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45,
[INFO] [stdout] ...   |
[INFO] [stdout] 459 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 452 | / implement_try_from!(
[INFO] [stdout] 453 | |     u26,
[INFO] [stdout] 454 | |     [
[INFO] [stdout] 455 | |         u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45,
[INFO] [stdout] ...   |
[INFO] [stdout] 459 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 452 | / implement_try_from!(
[INFO] [stdout] 453 | |     u26,
[INFO] [stdout] 454 | |     [
[INFO] [stdout] 455 | |         u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45,
[INFO] [stdout] ...   |
[INFO] [stdout] 459 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 452 | / implement_try_from!(
[INFO] [stdout] 453 | |     u26,
[INFO] [stdout] 454 | |     [
[INFO] [stdout] 455 | |         u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45,
[INFO] [stdout] ...   |
[INFO] [stdout] 459 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 452 | / implement_try_from!(
[INFO] [stdout] 453 | |     u26,
[INFO] [stdout] 454 | |     [
[INFO] [stdout] 455 | |         u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45,
[INFO] [stdout] ...   |
[INFO] [stdout] 459 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 452 | / implement_try_from!(
[INFO] [stdout] 453 | |     u26,
[INFO] [stdout] 454 | |     [
[INFO] [stdout] 455 | |         u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45,
[INFO] [stdout] ...   |
[INFO] [stdout] 459 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 452 | / implement_try_from!(
[INFO] [stdout] 453 | |     u26,
[INFO] [stdout] 454 | |     [
[INFO] [stdout] 455 | |         u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45,
[INFO] [stdout] ...   |
[INFO] [stdout] 459 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 452 | / implement_try_from!(
[INFO] [stdout] 453 | |     u26,
[INFO] [stdout] 454 | |     [
[INFO] [stdout] 455 | |         u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45,
[INFO] [stdout] ...   |
[INFO] [stdout] 459 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 452 | / implement_try_from!(
[INFO] [stdout] 453 | |     u26,
[INFO] [stdout] 454 | |     [
[INFO] [stdout] 455 | |         u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45,
[INFO] [stdout] ...   |
[INFO] [stdout] 459 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 468 | / implement_try_from!(
[INFO] [stdout] 469 | |     u27,
[INFO] [stdout] 470 | |     [
[INFO] [stdout] 471 | |         u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46,
[INFO] [stdout] ...   |
[INFO] [stdout] 474 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 468 | / implement_try_from!(
[INFO] [stdout] 469 | |     u27,
[INFO] [stdout] 470 | |     [
[INFO] [stdout] 471 | |         u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46,
[INFO] [stdout] ...   |
[INFO] [stdout] 474 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 468 | / implement_try_from!(
[INFO] [stdout] 469 | |     u27,
[INFO] [stdout] 470 | |     [
[INFO] [stdout] 471 | |         u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46,
[INFO] [stdout] ...   |
[INFO] [stdout] 474 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 468 | / implement_try_from!(
[INFO] [stdout] 469 | |     u27,
[INFO] [stdout] 470 | |     [
[INFO] [stdout] 471 | |         u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46,
[INFO] [stdout] ...   |
[INFO] [stdout] 474 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 468 | / implement_try_from!(
[INFO] [stdout] 469 | |     u27,
[INFO] [stdout] 470 | |     [
[INFO] [stdout] 471 | |         u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46,
[INFO] [stdout] ...   |
[INFO] [stdout] 474 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 468 | / implement_try_from!(
[INFO] [stdout] 469 | |     u27,
[INFO] [stdout] 470 | |     [
[INFO] [stdout] 471 | |         u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46,
[INFO] [stdout] ...   |
[INFO] [stdout] 474 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 468 | / implement_try_from!(
[INFO] [stdout] 469 | |     u27,
[INFO] [stdout] 470 | |     [
[INFO] [stdout] 471 | |         u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46,
[INFO] [stdout] ...   |
[INFO] [stdout] 474 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 468 | / implement_try_from!(
[INFO] [stdout] 469 | |     u27,
[INFO] [stdout] 470 | |     [
[INFO] [stdout] 471 | |         u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46,
[INFO] [stdout] ...   |
[INFO] [stdout] 474 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 483 | / implement_try_from!(
[INFO] [stdout] 484 | |     u28,
[INFO] [stdout] 485 | |     [
[INFO] [stdout] 486 | |         u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47,
[INFO] [stdout] ...   |
[INFO] [stdout] 489 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 483 | / implement_try_from!(
[INFO] [stdout] 484 | |     u28,
[INFO] [stdout] 485 | |     [
[INFO] [stdout] 486 | |         u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47,
[INFO] [stdout] ...   |
[INFO] [stdout] 489 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 483 | / implement_try_from!(
[INFO] [stdout] 484 | |     u28,
[INFO] [stdout] 485 | |     [
[INFO] [stdout] 486 | |         u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47,
[INFO] [stdout] ...   |
[INFO] [stdout] 489 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 483 | / implement_try_from!(
[INFO] [stdout] 484 | |     u28,
[INFO] [stdout] 485 | |     [
[INFO] [stdout] 486 | |         u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47,
[INFO] [stdout] ...   |
[INFO] [stdout] 489 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 483 | / implement_try_from!(
[INFO] [stdout] 484 | |     u28,
[INFO] [stdout] 485 | |     [
[INFO] [stdout] 486 | |         u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47,
[INFO] [stdout] ...   |
[INFO] [stdout] 489 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 483 | / implement_try_from!(
[INFO] [stdout] 484 | |     u28,
[INFO] [stdout] 485 | |     [
[INFO] [stdout] 486 | |         u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47,
[INFO] [stdout] ...   |
[INFO] [stdout] 489 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 498 | / implement_try_from!(
[INFO] [stdout] 499 | |     u29,
[INFO] [stdout] 500 | |     [
[INFO] [stdout] 501 | |         u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48,
[INFO] [stdout] ...   |
[INFO] [stdout] 504 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 498 | / implement_try_from!(
[INFO] [stdout] 499 | |     u29,
[INFO] [stdout] 500 | |     [
[INFO] [stdout] 501 | |         u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48,
[INFO] [stdout] ...   |
[INFO] [stdout] 504 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 498 | / implement_try_from!(
[INFO] [stdout] 499 | |     u29,
[INFO] [stdout] 500 | |     [
[INFO] [stdout] 501 | |         u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48,
[INFO] [stdout] ...   |
[INFO] [stdout] 504 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 498 | / implement_try_from!(
[INFO] [stdout] 499 | |     u29,
[INFO] [stdout] 500 | |     [
[INFO] [stdout] 501 | |         u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48,
[INFO] [stdout] ...   |
[INFO] [stdout] 504 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u32>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 513 | / implement_try_from!(
[INFO] [stdout] 514 | |     u30,
[INFO] [stdout] 515 | |     [
[INFO] [stdout] 516 | |         u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49,
[INFO] [stdout] ...   |
[INFO] [stdout] 519 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u32, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 513 | / implement_try_from!(
[INFO] [stdout] 514 | |     u30,
[INFO] [stdout] 515 | |     [
[INFO] [stdout] 516 | |         u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49,
[INFO] [stdout] ...   |
[INFO] [stdout] 519 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 | / implement_try_from!(
[INFO] [stdout] 544 | |     u33,
[INFO] [stdout] 545 | |     [
[INFO] [stdout] 546 | |         u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51,
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 558 | / implement_try_from!(
[INFO] [stdout] 559 | |     u34,
[INFO] [stdout] 560 | |     [
[INFO] [stdout] 561 | |         u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52,
[INFO] [stdout] ...   |
[INFO] [stdout] 564 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 573 | / implement_try_from!(
[INFO] [stdout] 574 | |     u35,
[INFO] [stdout] 575 | |     [
[INFO] [stdout] 576 | |         u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53,
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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<u64, Infallible>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 588 | / implement_try_from!(
[INFO] [stdout] 589 | |     u36,
[INFO] [stdout] 590 | |     [
[INFO] [stdout] 591 | |         u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54,
[INFO] [stdout] ...   |
[INFO] [stdout] 594 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `implement_try_from` (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>, u64>
[INFO] [stdout]    --> src/conversion.rs:52:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |                   let value = x.try_into()?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[WARN] too many lines in the log, truncating it
