[INFO] fetching crate ux 0.1.6... [INFO] checking ux-0.1.6 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] extracting crate ux 0.1.6 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate ux 0.1.6 [INFO] finished tweaking crates.io crate ux 0.1.6 [INFO] tweaked toml for crates.io crate ux 0.1.6 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ux 0.1.6 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] f655a382d1fab87b10dbd768318905217708caf9dccb9a7edbfda756764116cf [INFO] running `Command { std: "docker" "start" "-a" "f655a382d1fab87b10dbd768318905217708caf9dccb9a7edbfda756764116cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f655a382d1fab87b10dbd768318905217708caf9dccb9a7edbfda756764116cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f655a382d1fab87b10dbd768318905217708caf9dccb9a7edbfda756764116cf", kill_on_drop: false }` [INFO] [stdout] f655a382d1fab87b10dbd768318905217708caf9dccb9a7edbfda756764116cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] cc069e855fbb82700bcaaa7f68a20a2084d9758b933405738ebb1a2e807ea453 [INFO] running `Command { std: "docker" "start" "-a" "cc069e855fbb82700bcaaa7f68a20a2084d9758b933405738ebb1a2e807ea453", kill_on_drop: false }` [INFO] [stderr] Checking ux v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] error: this type will no longer be must used: ControlFlow, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, 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 [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, usize> [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | implement_try_into!([u1, u2, u3, u4, u5, u6, u7], usize); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | implement_try_into!([u1, u2, u3, u4, u5, u6, u7], usize); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, usize> [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | implement_try_into!([u1, u2, u3, u4, u5, u6, u7], usize); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | implement_try_into!([u1, u2, u3, u4, u5, u6, u7], usize); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, usize> [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | implement_try_into!([u1, u2, u3, u4, u5, u6, u7], usize); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | implement_try_into!([u1, u2, u3, u4, u5, u6, u7], usize); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, usize> [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | implement_try_into!([u1, u2, u3, u4, u5, u6, u7], usize); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | implement_try_into!([u1, u2, u3, u4, u5, u6, u7], usize); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, usize> [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | implement_try_into!([u1, u2, u3, u4, u5, u6, u7], usize); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | implement_try_into!([u1, u2, u3, u4, u5, u6, u7], usize); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, usize> [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | implement_try_into!([u1, u2, u3, u4, u5, u6, u7], usize); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | implement_try_into!([u1, u2, u3, u4, u5, u6, u7], usize); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, usize> [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | implement_try_into!([u1, u2, u3, u4, u5, u6, u7], usize); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | implement_try_into!([u1, u2, u3, u4, u5, u6, u7], usize); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, usize> [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | implement_try_into!([u9, u10, u11, u12, u13, u14, u15], usize); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | implement_try_into!([u9, u10, u11, u12, u13, u14, u15], usize); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, usize> [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | implement_try_into!([u9, u10, u11, u12, u13, u14, u15], usize); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | implement_try_into!([u9, u10, u11, u12, u13, u14, u15], usize); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, usize> [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | implement_try_into!([u9, u10, u11, u12, u13, u14, u15], usize); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | implement_try_into!([u9, u10, u11, u12, u13, u14, u15], usize); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, usize> [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | implement_try_into!([u9, u10, u11, u12, u13, u14, u15], usize); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | implement_try_into!([u9, u10, u11, u12, u13, u14, u15], usize); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, usize> [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | implement_try_into!([u9, u10, u11, u12, u13, u14, u15], usize); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | implement_try_into!([u9, u10, u11, u12, u13, u14, u15], usize); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, usize> [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | implement_try_into!([u9, u10, u11, u12, u13, u14, u15], usize); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | implement_try_into!([u9, u10, u11, u12, u13, u14, u15], usize); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, usize> [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | implement_try_into!([u9, u10, u11, u12, u13, u14, u15], usize); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | Ok($into::try_from(x.0)?) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | implement_try_into!([u9, u10, u11, u12, u13, u14, u15], usize); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_into` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | / implement_try_from!( [INFO] [stdout] 174 | | u1, [INFO] [stdout] 175 | | [ [INFO] [stdout] 176 | | u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | / implement_try_from!( [INFO] [stdout] 174 | | u1, [INFO] [stdout] 175 | | [ [INFO] [stdout] 176 | | u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | / implement_try_from!( [INFO] [stdout] 174 | | u1, [INFO] [stdout] 175 | | [ [INFO] [stdout] 176 | | u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | / implement_try_from!( [INFO] [stdout] 174 | | u1, [INFO] [stdout] 175 | | [ [INFO] [stdout] 176 | | u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | / implement_try_from!( [INFO] [stdout] 174 | | u1, [INFO] [stdout] 175 | | [ [INFO] [stdout] 176 | | u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | / implement_try_from!( [INFO] [stdout] 174 | | u1, [INFO] [stdout] 175 | | [ [INFO] [stdout] 176 | | u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | / implement_try_from!( [INFO] [stdout] 174 | | u1, [INFO] [stdout] 175 | | [ [INFO] [stdout] 176 | | u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | / implement_try_from!( [INFO] [stdout] 174 | | u1, [INFO] [stdout] 175 | | [ [INFO] [stdout] 176 | | u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | / implement_try_from!( [INFO] [stdout] 174 | | u1, [INFO] [stdout] 175 | | [ [INFO] [stdout] 176 | | u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | / implement_try_from!( [INFO] [stdout] 174 | | u1, [INFO] [stdout] 175 | | [ [INFO] [stdout] 176 | | u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | / implement_try_from!( [INFO] [stdout] 174 | | u1, [INFO] [stdout] 175 | | [ [INFO] [stdout] 176 | | u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | / implement_try_from!( [INFO] [stdout] 174 | | u1, [INFO] [stdout] 175 | | [ [INFO] [stdout] 176 | | u2, u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | / implement_try_from!( [INFO] [stdout] 185 | | u2, [INFO] [stdout] 186 | | [ [INFO] [stdout] 187 | | u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, [INFO] [stdout] ... | [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | / implement_try_from!( [INFO] [stdout] 185 | | u2, [INFO] [stdout] 186 | | [ [INFO] [stdout] 187 | | u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, [INFO] [stdout] ... | [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | / implement_try_from!( [INFO] [stdout] 185 | | u2, [INFO] [stdout] 186 | | [ [INFO] [stdout] 187 | | u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, [INFO] [stdout] ... | [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | / implement_try_from!( [INFO] [stdout] 185 | | u2, [INFO] [stdout] 186 | | [ [INFO] [stdout] 187 | | u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, [INFO] [stdout] ... | [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | / implement_try_from!( [INFO] [stdout] 185 | | u2, [INFO] [stdout] 186 | | [ [INFO] [stdout] 187 | | u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, [INFO] [stdout] ... | [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | / implement_try_from!( [INFO] [stdout] 185 | | u2, [INFO] [stdout] 186 | | [ [INFO] [stdout] 187 | | u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, [INFO] [stdout] ... | [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | / implement_try_from!( [INFO] [stdout] 185 | | u2, [INFO] [stdout] 186 | | [ [INFO] [stdout] 187 | | u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, [INFO] [stdout] ... | [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | / implement_try_from!( [INFO] [stdout] 185 | | u2, [INFO] [stdout] 186 | | [ [INFO] [stdout] 187 | | u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, [INFO] [stdout] ... | [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | / implement_try_from!( [INFO] [stdout] 185 | | u2, [INFO] [stdout] 186 | | [ [INFO] [stdout] 187 | | u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, [INFO] [stdout] ... | [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | / implement_try_from!( [INFO] [stdout] 185 | | u2, [INFO] [stdout] 186 | | [ [INFO] [stdout] 187 | | u3, u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, [INFO] [stdout] ... | [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | / implement_try_from!( [INFO] [stdout] 196 | | u3, [INFO] [stdout] 197 | | [ [INFO] [stdout] 198 | | u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, [INFO] [stdout] ... | [INFO] [stdout] 203 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | / implement_try_from!( [INFO] [stdout] 196 | | u3, [INFO] [stdout] 197 | | [ [INFO] [stdout] 198 | | u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, [INFO] [stdout] ... | [INFO] [stdout] 203 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | / implement_try_from!( [INFO] [stdout] 196 | | u3, [INFO] [stdout] 197 | | [ [INFO] [stdout] 198 | | u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, [INFO] [stdout] ... | [INFO] [stdout] 203 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | / implement_try_from!( [INFO] [stdout] 196 | | u3, [INFO] [stdout] 197 | | [ [INFO] [stdout] 198 | | u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, [INFO] [stdout] ... | [INFO] [stdout] 203 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | / implement_try_from!( [INFO] [stdout] 196 | | u3, [INFO] [stdout] 197 | | [ [INFO] [stdout] 198 | | u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, [INFO] [stdout] ... | [INFO] [stdout] 203 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | / implement_try_from!( [INFO] [stdout] 196 | | u3, [INFO] [stdout] 197 | | [ [INFO] [stdout] 198 | | u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, [INFO] [stdout] ... | [INFO] [stdout] 203 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | / implement_try_from!( [INFO] [stdout] 196 | | u3, [INFO] [stdout] 197 | | [ [INFO] [stdout] 198 | | u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, [INFO] [stdout] ... | [INFO] [stdout] 203 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | / implement_try_from!( [INFO] [stdout] 196 | | u3, [INFO] [stdout] 197 | | [ [INFO] [stdout] 198 | | u4, u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, [INFO] [stdout] ... | [INFO] [stdout] 203 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | / implement_try_from!( [INFO] [stdout] 207 | | u4, [INFO] [stdout] 208 | | [ [INFO] [stdout] 209 | | u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, [INFO] [stdout] ... | [INFO] [stdout] 214 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | / implement_try_from!( [INFO] [stdout] 207 | | u4, [INFO] [stdout] 208 | | [ [INFO] [stdout] 209 | | u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, [INFO] [stdout] ... | [INFO] [stdout] 214 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | / implement_try_from!( [INFO] [stdout] 207 | | u4, [INFO] [stdout] 208 | | [ [INFO] [stdout] 209 | | u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, [INFO] [stdout] ... | [INFO] [stdout] 214 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | / implement_try_from!( [INFO] [stdout] 207 | | u4, [INFO] [stdout] 208 | | [ [INFO] [stdout] 209 | | u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, [INFO] [stdout] ... | [INFO] [stdout] 214 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | / implement_try_from!( [INFO] [stdout] 207 | | u4, [INFO] [stdout] 208 | | [ [INFO] [stdout] 209 | | u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, [INFO] [stdout] ... | [INFO] [stdout] 214 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | / implement_try_from!( [INFO] [stdout] 207 | | u4, [INFO] [stdout] 208 | | [ [INFO] [stdout] 209 | | u5, u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, [INFO] [stdout] ... | [INFO] [stdout] 214 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 217 | / implement_try_from!( [INFO] [stdout] 218 | | u5, [INFO] [stdout] 219 | | [ [INFO] [stdout] 220 | | u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, [INFO] [stdout] ... | [INFO] [stdout] 225 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 217 | / implement_try_from!( [INFO] [stdout] 218 | | u5, [INFO] [stdout] 219 | | [ [INFO] [stdout] 220 | | u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, [INFO] [stdout] ... | [INFO] [stdout] 225 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 217 | / implement_try_from!( [INFO] [stdout] 218 | | u5, [INFO] [stdout] 219 | | [ [INFO] [stdout] 220 | | u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, [INFO] [stdout] ... | [INFO] [stdout] 225 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 217 | / implement_try_from!( [INFO] [stdout] 218 | | u5, [INFO] [stdout] 219 | | [ [INFO] [stdout] 220 | | u6, u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, [INFO] [stdout] ... | [INFO] [stdout] 225 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u8> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 228 | / implement_try_from!( [INFO] [stdout] 229 | | u6, [INFO] [stdout] 230 | | [ [INFO] [stdout] 231 | | u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, [INFO] [stdout] ... | [INFO] [stdout] 236 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 228 | / implement_try_from!( [INFO] [stdout] 229 | | u6, [INFO] [stdout] 230 | | [ [INFO] [stdout] 231 | | u7, u9, u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, [INFO] [stdout] ... | [INFO] [stdout] 236 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 249 | / implement_try_from!( [INFO] [stdout] 250 | | u9, [INFO] [stdout] 251 | | [ [INFO] [stdout] 252 | | u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, [INFO] [stdout] ... | [INFO] [stdout] 256 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 249 | / implement_try_from!( [INFO] [stdout] 250 | | u9, [INFO] [stdout] 251 | | [ [INFO] [stdout] 252 | | u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, [INFO] [stdout] ... | [INFO] [stdout] 256 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 249 | / implement_try_from!( [INFO] [stdout] 250 | | u9, [INFO] [stdout] 251 | | [ [INFO] [stdout] 252 | | u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, [INFO] [stdout] ... | [INFO] [stdout] 256 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 249 | / implement_try_from!( [INFO] [stdout] 250 | | u9, [INFO] [stdout] 251 | | [ [INFO] [stdout] 252 | | u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, [INFO] [stdout] ... | [INFO] [stdout] 256 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 249 | / implement_try_from!( [INFO] [stdout] 250 | | u9, [INFO] [stdout] 251 | | [ [INFO] [stdout] 252 | | u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, [INFO] [stdout] ... | [INFO] [stdout] 256 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 249 | / implement_try_from!( [INFO] [stdout] 250 | | u9, [INFO] [stdout] 251 | | [ [INFO] [stdout] 252 | | u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, [INFO] [stdout] ... | [INFO] [stdout] 256 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 249 | / implement_try_from!( [INFO] [stdout] 250 | | u9, [INFO] [stdout] 251 | | [ [INFO] [stdout] 252 | | u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, [INFO] [stdout] ... | [INFO] [stdout] 256 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 249 | / implement_try_from!( [INFO] [stdout] 250 | | u9, [INFO] [stdout] 251 | | [ [INFO] [stdout] 252 | | u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, [INFO] [stdout] ... | [INFO] [stdout] 256 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 249 | / implement_try_from!( [INFO] [stdout] 250 | | u9, [INFO] [stdout] 251 | | [ [INFO] [stdout] 252 | | u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, [INFO] [stdout] ... | [INFO] [stdout] 256 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 249 | / implement_try_from!( [INFO] [stdout] 250 | | u9, [INFO] [stdout] 251 | | [ [INFO] [stdout] 252 | | u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, [INFO] [stdout] ... | [INFO] [stdout] 256 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 249 | / implement_try_from!( [INFO] [stdout] 250 | | u9, [INFO] [stdout] 251 | | [ [INFO] [stdout] 252 | | u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, [INFO] [stdout] ... | [INFO] [stdout] 256 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 249 | / implement_try_from!( [INFO] [stdout] 250 | | u9, [INFO] [stdout] 251 | | [ [INFO] [stdout] 252 | | u10, u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, [INFO] [stdout] ... | [INFO] [stdout] 256 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 259 | / implement_try_from!( [INFO] [stdout] 260 | | u10, [INFO] [stdout] 261 | | [ [INFO] [stdout] 262 | | u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, [INFO] [stdout] ... | [INFO] [stdout] 266 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 259 | / implement_try_from!( [INFO] [stdout] 260 | | u10, [INFO] [stdout] 261 | | [ [INFO] [stdout] 262 | | u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, [INFO] [stdout] ... | [INFO] [stdout] 266 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 259 | / implement_try_from!( [INFO] [stdout] 260 | | u10, [INFO] [stdout] 261 | | [ [INFO] [stdout] 262 | | u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, [INFO] [stdout] ... | [INFO] [stdout] 266 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 259 | / implement_try_from!( [INFO] [stdout] 260 | | u10, [INFO] [stdout] 261 | | [ [INFO] [stdout] 262 | | u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, [INFO] [stdout] ... | [INFO] [stdout] 266 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 259 | / implement_try_from!( [INFO] [stdout] 260 | | u10, [INFO] [stdout] 261 | | [ [INFO] [stdout] 262 | | u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, [INFO] [stdout] ... | [INFO] [stdout] 266 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 259 | / implement_try_from!( [INFO] [stdout] 260 | | u10, [INFO] [stdout] 261 | | [ [INFO] [stdout] 262 | | u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, [INFO] [stdout] ... | [INFO] [stdout] 266 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 259 | / implement_try_from!( [INFO] [stdout] 260 | | u10, [INFO] [stdout] 261 | | [ [INFO] [stdout] 262 | | u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, [INFO] [stdout] ... | [INFO] [stdout] 266 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 259 | / implement_try_from!( [INFO] [stdout] 260 | | u10, [INFO] [stdout] 261 | | [ [INFO] [stdout] 262 | | u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, [INFO] [stdout] ... | [INFO] [stdout] 266 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 259 | / implement_try_from!( [INFO] [stdout] 260 | | u10, [INFO] [stdout] 261 | | [ [INFO] [stdout] 262 | | u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, [INFO] [stdout] ... | [INFO] [stdout] 266 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 259 | / implement_try_from!( [INFO] [stdout] 260 | | u10, [INFO] [stdout] 261 | | [ [INFO] [stdout] 262 | | u11, u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, [INFO] [stdout] ... | [INFO] [stdout] 266 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 269 | / implement_try_from!( [INFO] [stdout] 270 | | u11, [INFO] [stdout] 271 | | [ [INFO] [stdout] 272 | | u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, [INFO] [stdout] ... | [INFO] [stdout] 276 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 269 | / implement_try_from!( [INFO] [stdout] 270 | | u11, [INFO] [stdout] 271 | | [ [INFO] [stdout] 272 | | u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, [INFO] [stdout] ... | [INFO] [stdout] 276 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 269 | / implement_try_from!( [INFO] [stdout] 270 | | u11, [INFO] [stdout] 271 | | [ [INFO] [stdout] 272 | | u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, [INFO] [stdout] ... | [INFO] [stdout] 276 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 269 | / implement_try_from!( [INFO] [stdout] 270 | | u11, [INFO] [stdout] 271 | | [ [INFO] [stdout] 272 | | u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, [INFO] [stdout] ... | [INFO] [stdout] 276 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 269 | / implement_try_from!( [INFO] [stdout] 270 | | u11, [INFO] [stdout] 271 | | [ [INFO] [stdout] 272 | | u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, [INFO] [stdout] ... | [INFO] [stdout] 276 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 269 | / implement_try_from!( [INFO] [stdout] 270 | | u11, [INFO] [stdout] 271 | | [ [INFO] [stdout] 272 | | u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, [INFO] [stdout] ... | [INFO] [stdout] 276 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 269 | / implement_try_from!( [INFO] [stdout] 270 | | u11, [INFO] [stdout] 271 | | [ [INFO] [stdout] 272 | | u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, [INFO] [stdout] ... | [INFO] [stdout] 276 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 269 | / implement_try_from!( [INFO] [stdout] 270 | | u11, [INFO] [stdout] 271 | | [ [INFO] [stdout] 272 | | u12, u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, [INFO] [stdout] ... | [INFO] [stdout] 276 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 279 | / implement_try_from!( [INFO] [stdout] 280 | | u12, [INFO] [stdout] 281 | | [ [INFO] [stdout] 282 | | u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, [INFO] [stdout] ... | [INFO] [stdout] 286 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 279 | / implement_try_from!( [INFO] [stdout] 280 | | u12, [INFO] [stdout] 281 | | [ [INFO] [stdout] 282 | | u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, [INFO] [stdout] ... | [INFO] [stdout] 286 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 279 | / implement_try_from!( [INFO] [stdout] 280 | | u12, [INFO] [stdout] 281 | | [ [INFO] [stdout] 282 | | u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, [INFO] [stdout] ... | [INFO] [stdout] 286 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 279 | / implement_try_from!( [INFO] [stdout] 280 | | u12, [INFO] [stdout] 281 | | [ [INFO] [stdout] 282 | | u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, [INFO] [stdout] ... | [INFO] [stdout] 286 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 279 | / implement_try_from!( [INFO] [stdout] 280 | | u12, [INFO] [stdout] 281 | | [ [INFO] [stdout] 282 | | u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, [INFO] [stdout] ... | [INFO] [stdout] 286 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 279 | / implement_try_from!( [INFO] [stdout] 280 | | u12, [INFO] [stdout] 281 | | [ [INFO] [stdout] 282 | | u13, u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, [INFO] [stdout] ... | [INFO] [stdout] 286 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 289 | / implement_try_from!( [INFO] [stdout] 290 | | u13, [INFO] [stdout] 291 | | [ [INFO] [stdout] 292 | | u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, [INFO] [stdout] ... | [INFO] [stdout] 296 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 289 | / implement_try_from!( [INFO] [stdout] 290 | | u13, [INFO] [stdout] 291 | | [ [INFO] [stdout] 292 | | u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, [INFO] [stdout] ... | [INFO] [stdout] 296 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 289 | / implement_try_from!( [INFO] [stdout] 290 | | u13, [INFO] [stdout] 291 | | [ [INFO] [stdout] 292 | | u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, [INFO] [stdout] ... | [INFO] [stdout] 296 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 289 | / implement_try_from!( [INFO] [stdout] 290 | | u13, [INFO] [stdout] 291 | | [ [INFO] [stdout] 292 | | u14, u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, [INFO] [stdout] ... | [INFO] [stdout] 296 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u16> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 299 | / implement_try_from!( [INFO] [stdout] 300 | | u14, [INFO] [stdout] 301 | | [ [INFO] [stdout] 302 | | u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, [INFO] [stdout] ... | [INFO] [stdout] 306 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 299 | / implement_try_from!( [INFO] [stdout] 300 | | u14, [INFO] [stdout] 301 | | [ [INFO] [stdout] 302 | | u15, u17, u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, [INFO] [stdout] ... | [INFO] [stdout] 306 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / implement_try_from!( [INFO] [stdout] 326 | | u17, [INFO] [stdout] 327 | | [ [INFO] [stdout] 328 | | u18, u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, [INFO] [stdout] ... | [INFO] [stdout] 332 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 338 | / implement_try_from!( [INFO] [stdout] 339 | | u18, [INFO] [stdout] 340 | | [ [INFO] [stdout] 341 | | u19, u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, [INFO] [stdout] ... | [INFO] [stdout] 345 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | / implement_try_from!( [INFO] [stdout] 352 | | u19, [INFO] [stdout] 353 | | [ [INFO] [stdout] 354 | | u20, u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, [INFO] [stdout] ... | [INFO] [stdout] 358 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | / implement_try_from!( [INFO] [stdout] 365 | | u20, [INFO] [stdout] 366 | | [ [INFO] [stdout] 367 | | u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, [INFO] [stdout] ... | [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | / implement_try_from!( [INFO] [stdout] 365 | | u20, [INFO] [stdout] 366 | | [ [INFO] [stdout] 367 | | u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, [INFO] [stdout] ... | [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | / implement_try_from!( [INFO] [stdout] 365 | | u20, [INFO] [stdout] 366 | | [ [INFO] [stdout] 367 | | u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, [INFO] [stdout] ... | [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | / implement_try_from!( [INFO] [stdout] 365 | | u20, [INFO] [stdout] 366 | | [ [INFO] [stdout] 367 | | u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, [INFO] [stdout] ... | [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | / implement_try_from!( [INFO] [stdout] 365 | | u20, [INFO] [stdout] 366 | | [ [INFO] [stdout] 367 | | u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, [INFO] [stdout] ... | [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | / implement_try_from!( [INFO] [stdout] 365 | | u20, [INFO] [stdout] 366 | | [ [INFO] [stdout] 367 | | u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, [INFO] [stdout] ... | [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | / implement_try_from!( [INFO] [stdout] 365 | | u20, [INFO] [stdout] 366 | | [ [INFO] [stdout] 367 | | u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, [INFO] [stdout] ... | [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | / implement_try_from!( [INFO] [stdout] 365 | | u20, [INFO] [stdout] 366 | | [ [INFO] [stdout] 367 | | u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, [INFO] [stdout] ... | [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | / implement_try_from!( [INFO] [stdout] 365 | | u20, [INFO] [stdout] 366 | | [ [INFO] [stdout] 367 | | u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, [INFO] [stdout] ... | [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | / implement_try_from!( [INFO] [stdout] 365 | | u20, [INFO] [stdout] 366 | | [ [INFO] [stdout] 367 | | u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, [INFO] [stdout] ... | [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | / implement_try_from!( [INFO] [stdout] 365 | | u20, [INFO] [stdout] 366 | | [ [INFO] [stdout] 367 | | u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, [INFO] [stdout] ... | [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | / implement_try_from!( [INFO] [stdout] 365 | | u20, [INFO] [stdout] 366 | | [ [INFO] [stdout] 367 | | u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, [INFO] [stdout] ... | [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | / implement_try_from!( [INFO] [stdout] 365 | | u20, [INFO] [stdout] 366 | | [ [INFO] [stdout] 367 | | u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, [INFO] [stdout] ... | [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | / implement_try_from!( [INFO] [stdout] 365 | | u20, [INFO] [stdout] 366 | | [ [INFO] [stdout] 367 | | u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, [INFO] [stdout] ... | [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | / implement_try_from!( [INFO] [stdout] 365 | | u20, [INFO] [stdout] 366 | | [ [INFO] [stdout] 367 | | u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, [INFO] [stdout] ... | [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | / implement_try_from!( [INFO] [stdout] 365 | | u20, [INFO] [stdout] 366 | | [ [INFO] [stdout] 367 | | u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, [INFO] [stdout] ... | [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | / implement_try_from!( [INFO] [stdout] 365 | | u20, [INFO] [stdout] 366 | | [ [INFO] [stdout] 367 | | u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, [INFO] [stdout] ... | [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | / implement_try_from!( [INFO] [stdout] 365 | | u20, [INFO] [stdout] 366 | | [ [INFO] [stdout] 367 | | u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, [INFO] [stdout] ... | [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | / implement_try_from!( [INFO] [stdout] 365 | | u20, [INFO] [stdout] 366 | | [ [INFO] [stdout] 367 | | u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, [INFO] [stdout] ... | [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | / implement_try_from!( [INFO] [stdout] 365 | | u20, [INFO] [stdout] 366 | | [ [INFO] [stdout] 367 | | u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, [INFO] [stdout] ... | [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | / implement_try_from!( [INFO] [stdout] 365 | | u20, [INFO] [stdout] 366 | | [ [INFO] [stdout] 367 | | u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, [INFO] [stdout] ... | [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | / implement_try_from!( [INFO] [stdout] 365 | | u20, [INFO] [stdout] 366 | | [ [INFO] [stdout] 367 | | u21, u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, [INFO] [stdout] ... | [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 377 | / implement_try_from!( [INFO] [stdout] 378 | | u21, [INFO] [stdout] 379 | | [ [INFO] [stdout] 380 | | u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, [INFO] [stdout] ... | [INFO] [stdout] 384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 377 | / implement_try_from!( [INFO] [stdout] 378 | | u21, [INFO] [stdout] 379 | | [ [INFO] [stdout] 380 | | u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, [INFO] [stdout] ... | [INFO] [stdout] 384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 377 | / implement_try_from!( [INFO] [stdout] 378 | | u21, [INFO] [stdout] 379 | | [ [INFO] [stdout] 380 | | u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, [INFO] [stdout] ... | [INFO] [stdout] 384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 377 | / implement_try_from!( [INFO] [stdout] 378 | | u21, [INFO] [stdout] 379 | | [ [INFO] [stdout] 380 | | u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, [INFO] [stdout] ... | [INFO] [stdout] 384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 377 | / implement_try_from!( [INFO] [stdout] 378 | | u21, [INFO] [stdout] 379 | | [ [INFO] [stdout] 380 | | u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, [INFO] [stdout] ... | [INFO] [stdout] 384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 377 | / implement_try_from!( [INFO] [stdout] 378 | | u21, [INFO] [stdout] 379 | | [ [INFO] [stdout] 380 | | u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, [INFO] [stdout] ... | [INFO] [stdout] 384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 377 | / implement_try_from!( [INFO] [stdout] 378 | | u21, [INFO] [stdout] 379 | | [ [INFO] [stdout] 380 | | u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, [INFO] [stdout] ... | [INFO] [stdout] 384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 377 | / implement_try_from!( [INFO] [stdout] 378 | | u21, [INFO] [stdout] 379 | | [ [INFO] [stdout] 380 | | u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, [INFO] [stdout] ... | [INFO] [stdout] 384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 377 | / implement_try_from!( [INFO] [stdout] 378 | | u21, [INFO] [stdout] 379 | | [ [INFO] [stdout] 380 | | u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, [INFO] [stdout] ... | [INFO] [stdout] 384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 377 | / implement_try_from!( [INFO] [stdout] 378 | | u21, [INFO] [stdout] 379 | | [ [INFO] [stdout] 380 | | u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, [INFO] [stdout] ... | [INFO] [stdout] 384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 377 | / implement_try_from!( [INFO] [stdout] 378 | | u21, [INFO] [stdout] 379 | | [ [INFO] [stdout] 380 | | u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, [INFO] [stdout] ... | [INFO] [stdout] 384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 377 | / implement_try_from!( [INFO] [stdout] 378 | | u21, [INFO] [stdout] 379 | | [ [INFO] [stdout] 380 | | u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, [INFO] [stdout] ... | [INFO] [stdout] 384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 377 | / implement_try_from!( [INFO] [stdout] 378 | | u21, [INFO] [stdout] 379 | | [ [INFO] [stdout] 380 | | u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, [INFO] [stdout] ... | [INFO] [stdout] 384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 377 | / implement_try_from!( [INFO] [stdout] 378 | | u21, [INFO] [stdout] 379 | | [ [INFO] [stdout] 380 | | u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, [INFO] [stdout] ... | [INFO] [stdout] 384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 377 | / implement_try_from!( [INFO] [stdout] 378 | | u21, [INFO] [stdout] 379 | | [ [INFO] [stdout] 380 | | u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, [INFO] [stdout] ... | [INFO] [stdout] 384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 377 | / implement_try_from!( [INFO] [stdout] 378 | | u21, [INFO] [stdout] 379 | | [ [INFO] [stdout] 380 | | u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, [INFO] [stdout] ... | [INFO] [stdout] 384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 377 | / implement_try_from!( [INFO] [stdout] 378 | | u21, [INFO] [stdout] 379 | | [ [INFO] [stdout] 380 | | u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, [INFO] [stdout] ... | [INFO] [stdout] 384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 377 | / implement_try_from!( [INFO] [stdout] 378 | | u21, [INFO] [stdout] 379 | | [ [INFO] [stdout] 380 | | u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, [INFO] [stdout] ... | [INFO] [stdout] 384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 377 | / implement_try_from!( [INFO] [stdout] 378 | | u21, [INFO] [stdout] 379 | | [ [INFO] [stdout] 380 | | u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, [INFO] [stdout] ... | [INFO] [stdout] 384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 377 | / implement_try_from!( [INFO] [stdout] 378 | | u21, [INFO] [stdout] 379 | | [ [INFO] [stdout] 380 | | u22, u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, [INFO] [stdout] ... | [INFO] [stdout] 384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | / implement_try_from!( [INFO] [stdout] 391 | | u22, [INFO] [stdout] 392 | | [ [INFO] [stdout] 393 | | u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, [INFO] [stdout] ... | [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | / implement_try_from!( [INFO] [stdout] 391 | | u22, [INFO] [stdout] 392 | | [ [INFO] [stdout] 393 | | u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, [INFO] [stdout] ... | [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | / implement_try_from!( [INFO] [stdout] 391 | | u22, [INFO] [stdout] 392 | | [ [INFO] [stdout] 393 | | u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, [INFO] [stdout] ... | [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | / implement_try_from!( [INFO] [stdout] 391 | | u22, [INFO] [stdout] 392 | | [ [INFO] [stdout] 393 | | u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, [INFO] [stdout] ... | [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | / implement_try_from!( [INFO] [stdout] 391 | | u22, [INFO] [stdout] 392 | | [ [INFO] [stdout] 393 | | u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, [INFO] [stdout] ... | [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | / implement_try_from!( [INFO] [stdout] 391 | | u22, [INFO] [stdout] 392 | | [ [INFO] [stdout] 393 | | u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, [INFO] [stdout] ... | [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | / implement_try_from!( [INFO] [stdout] 391 | | u22, [INFO] [stdout] 392 | | [ [INFO] [stdout] 393 | | u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, [INFO] [stdout] ... | [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | / implement_try_from!( [INFO] [stdout] 391 | | u22, [INFO] [stdout] 392 | | [ [INFO] [stdout] 393 | | u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, [INFO] [stdout] ... | [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | / implement_try_from!( [INFO] [stdout] 391 | | u22, [INFO] [stdout] 392 | | [ [INFO] [stdout] 393 | | u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, [INFO] [stdout] ... | [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | / implement_try_from!( [INFO] [stdout] 391 | | u22, [INFO] [stdout] 392 | | [ [INFO] [stdout] 393 | | u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, [INFO] [stdout] ... | [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | / implement_try_from!( [INFO] [stdout] 391 | | u22, [INFO] [stdout] 392 | | [ [INFO] [stdout] 393 | | u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, [INFO] [stdout] ... | [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | / implement_try_from!( [INFO] [stdout] 391 | | u22, [INFO] [stdout] 392 | | [ [INFO] [stdout] 393 | | u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, [INFO] [stdout] ... | [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | / implement_try_from!( [INFO] [stdout] 391 | | u22, [INFO] [stdout] 392 | | [ [INFO] [stdout] 393 | | u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, [INFO] [stdout] ... | [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | / implement_try_from!( [INFO] [stdout] 391 | | u22, [INFO] [stdout] 392 | | [ [INFO] [stdout] 393 | | u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, [INFO] [stdout] ... | [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | / implement_try_from!( [INFO] [stdout] 391 | | u22, [INFO] [stdout] 392 | | [ [INFO] [stdout] 393 | | u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, [INFO] [stdout] ... | [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | / implement_try_from!( [INFO] [stdout] 391 | | u22, [INFO] [stdout] 392 | | [ [INFO] [stdout] 393 | | u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, [INFO] [stdout] ... | [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | / implement_try_from!( [INFO] [stdout] 391 | | u22, [INFO] [stdout] 392 | | [ [INFO] [stdout] 393 | | u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, [INFO] [stdout] ... | [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | / implement_try_from!( [INFO] [stdout] 391 | | u22, [INFO] [stdout] 392 | | [ [INFO] [stdout] 393 | | u23, u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, [INFO] [stdout] ... | [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 403 | / implement_try_from!( [INFO] [stdout] 404 | | u23, [INFO] [stdout] 405 | | [ [INFO] [stdout] 406 | | u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, [INFO] [stdout] ... | [INFO] [stdout] 410 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 403 | / implement_try_from!( [INFO] [stdout] 404 | | u23, [INFO] [stdout] 405 | | [ [INFO] [stdout] 406 | | u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, [INFO] [stdout] ... | [INFO] [stdout] 410 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 403 | / implement_try_from!( [INFO] [stdout] 404 | | u23, [INFO] [stdout] 405 | | [ [INFO] [stdout] 406 | | u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, [INFO] [stdout] ... | [INFO] [stdout] 410 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 403 | / implement_try_from!( [INFO] [stdout] 404 | | u23, [INFO] [stdout] 405 | | [ [INFO] [stdout] 406 | | u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, [INFO] [stdout] ... | [INFO] [stdout] 410 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 403 | / implement_try_from!( [INFO] [stdout] 404 | | u23, [INFO] [stdout] 405 | | [ [INFO] [stdout] 406 | | u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, [INFO] [stdout] ... | [INFO] [stdout] 410 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 403 | / implement_try_from!( [INFO] [stdout] 404 | | u23, [INFO] [stdout] 405 | | [ [INFO] [stdout] 406 | | u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, [INFO] [stdout] ... | [INFO] [stdout] 410 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 403 | / implement_try_from!( [INFO] [stdout] 404 | | u23, [INFO] [stdout] 405 | | [ [INFO] [stdout] 406 | | u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, [INFO] [stdout] ... | [INFO] [stdout] 410 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 403 | / implement_try_from!( [INFO] [stdout] 404 | | u23, [INFO] [stdout] 405 | | [ [INFO] [stdout] 406 | | u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, [INFO] [stdout] ... | [INFO] [stdout] 410 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 403 | / implement_try_from!( [INFO] [stdout] 404 | | u23, [INFO] [stdout] 405 | | [ [INFO] [stdout] 406 | | u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, [INFO] [stdout] ... | [INFO] [stdout] 410 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 403 | / implement_try_from!( [INFO] [stdout] 404 | | u23, [INFO] [stdout] 405 | | [ [INFO] [stdout] 406 | | u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, [INFO] [stdout] ... | [INFO] [stdout] 410 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 403 | / implement_try_from!( [INFO] [stdout] 404 | | u23, [INFO] [stdout] 405 | | [ [INFO] [stdout] 406 | | u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, [INFO] [stdout] ... | [INFO] [stdout] 410 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 403 | / implement_try_from!( [INFO] [stdout] 404 | | u23, [INFO] [stdout] 405 | | [ [INFO] [stdout] 406 | | u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, [INFO] [stdout] ... | [INFO] [stdout] 410 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 403 | / implement_try_from!( [INFO] [stdout] 404 | | u23, [INFO] [stdout] 405 | | [ [INFO] [stdout] 406 | | u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, [INFO] [stdout] ... | [INFO] [stdout] 410 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 403 | / implement_try_from!( [INFO] [stdout] 404 | | u23, [INFO] [stdout] 405 | | [ [INFO] [stdout] 406 | | u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, [INFO] [stdout] ... | [INFO] [stdout] 410 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 403 | / implement_try_from!( [INFO] [stdout] 404 | | u23, [INFO] [stdout] 405 | | [ [INFO] [stdout] 406 | | u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, [INFO] [stdout] ... | [INFO] [stdout] 410 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 403 | / implement_try_from!( [INFO] [stdout] 404 | | u23, [INFO] [stdout] 405 | | [ [INFO] [stdout] 406 | | u24, u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, [INFO] [stdout] ... | [INFO] [stdout] 410 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 419 | / implement_try_from!( [INFO] [stdout] 420 | | u24, [INFO] [stdout] 421 | | [ [INFO] [stdout] 422 | | u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, [INFO] [stdout] ... | [INFO] [stdout] 426 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 419 | / implement_try_from!( [INFO] [stdout] 420 | | u24, [INFO] [stdout] 421 | | [ [INFO] [stdout] 422 | | u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, [INFO] [stdout] ... | [INFO] [stdout] 426 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 419 | / implement_try_from!( [INFO] [stdout] 420 | | u24, [INFO] [stdout] 421 | | [ [INFO] [stdout] 422 | | u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, [INFO] [stdout] ... | [INFO] [stdout] 426 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 419 | / implement_try_from!( [INFO] [stdout] 420 | | u24, [INFO] [stdout] 421 | | [ [INFO] [stdout] 422 | | u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, [INFO] [stdout] ... | [INFO] [stdout] 426 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 419 | / implement_try_from!( [INFO] [stdout] 420 | | u24, [INFO] [stdout] 421 | | [ [INFO] [stdout] 422 | | u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, [INFO] [stdout] ... | [INFO] [stdout] 426 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 419 | / implement_try_from!( [INFO] [stdout] 420 | | u24, [INFO] [stdout] 421 | | [ [INFO] [stdout] 422 | | u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, [INFO] [stdout] ... | [INFO] [stdout] 426 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 419 | / implement_try_from!( [INFO] [stdout] 420 | | u24, [INFO] [stdout] 421 | | [ [INFO] [stdout] 422 | | u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, [INFO] [stdout] ... | [INFO] [stdout] 426 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 419 | / implement_try_from!( [INFO] [stdout] 420 | | u24, [INFO] [stdout] 421 | | [ [INFO] [stdout] 422 | | u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, [INFO] [stdout] ... | [INFO] [stdout] 426 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 419 | / implement_try_from!( [INFO] [stdout] 420 | | u24, [INFO] [stdout] 421 | | [ [INFO] [stdout] 422 | | u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, [INFO] [stdout] ... | [INFO] [stdout] 426 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 419 | / implement_try_from!( [INFO] [stdout] 420 | | u24, [INFO] [stdout] 421 | | [ [INFO] [stdout] 422 | | u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, [INFO] [stdout] ... | [INFO] [stdout] 426 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 419 | / implement_try_from!( [INFO] [stdout] 420 | | u24, [INFO] [stdout] 421 | | [ [INFO] [stdout] 422 | | u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, [INFO] [stdout] ... | [INFO] [stdout] 426 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 419 | / implement_try_from!( [INFO] [stdout] 420 | | u24, [INFO] [stdout] 421 | | [ [INFO] [stdout] 422 | | u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, [INFO] [stdout] ... | [INFO] [stdout] 426 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 419 | / implement_try_from!( [INFO] [stdout] 420 | | u24, [INFO] [stdout] 421 | | [ [INFO] [stdout] 422 | | u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, [INFO] [stdout] ... | [INFO] [stdout] 426 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 419 | / implement_try_from!( [INFO] [stdout] 420 | | u24, [INFO] [stdout] 421 | | [ [INFO] [stdout] 422 | | u25, u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, [INFO] [stdout] ... | [INFO] [stdout] 426 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 435 | / implement_try_from!( [INFO] [stdout] 436 | | u25, [INFO] [stdout] 437 | | [ [INFO] [stdout] 438 | | u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, [INFO] [stdout] ... | [INFO] [stdout] 442 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 435 | / implement_try_from!( [INFO] [stdout] 436 | | u25, [INFO] [stdout] 437 | | [ [INFO] [stdout] 438 | | u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, [INFO] [stdout] ... | [INFO] [stdout] 442 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 435 | / implement_try_from!( [INFO] [stdout] 436 | | u25, [INFO] [stdout] 437 | | [ [INFO] [stdout] 438 | | u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, [INFO] [stdout] ... | [INFO] [stdout] 442 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 435 | / implement_try_from!( [INFO] [stdout] 436 | | u25, [INFO] [stdout] 437 | | [ [INFO] [stdout] 438 | | u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, [INFO] [stdout] ... | [INFO] [stdout] 442 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 435 | / implement_try_from!( [INFO] [stdout] 436 | | u25, [INFO] [stdout] 437 | | [ [INFO] [stdout] 438 | | u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, [INFO] [stdout] ... | [INFO] [stdout] 442 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 435 | / implement_try_from!( [INFO] [stdout] 436 | | u25, [INFO] [stdout] 437 | | [ [INFO] [stdout] 438 | | u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, [INFO] [stdout] ... | [INFO] [stdout] 442 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 435 | / implement_try_from!( [INFO] [stdout] 436 | | u25, [INFO] [stdout] 437 | | [ [INFO] [stdout] 438 | | u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, [INFO] [stdout] ... | [INFO] [stdout] 442 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 435 | / implement_try_from!( [INFO] [stdout] 436 | | u25, [INFO] [stdout] 437 | | [ [INFO] [stdout] 438 | | u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, [INFO] [stdout] ... | [INFO] [stdout] 442 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 435 | / implement_try_from!( [INFO] [stdout] 436 | | u25, [INFO] [stdout] 437 | | [ [INFO] [stdout] 438 | | u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, [INFO] [stdout] ... | [INFO] [stdout] 442 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 435 | / implement_try_from!( [INFO] [stdout] 436 | | u25, [INFO] [stdout] 437 | | [ [INFO] [stdout] 438 | | u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, [INFO] [stdout] ... | [INFO] [stdout] 442 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 435 | / implement_try_from!( [INFO] [stdout] 436 | | u25, [INFO] [stdout] 437 | | [ [INFO] [stdout] 438 | | u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, [INFO] [stdout] ... | [INFO] [stdout] 442 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 435 | / implement_try_from!( [INFO] [stdout] 436 | | u25, [INFO] [stdout] 437 | | [ [INFO] [stdout] 438 | | u26, u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, [INFO] [stdout] ... | [INFO] [stdout] 442 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 451 | / implement_try_from!( [INFO] [stdout] 452 | | u26, [INFO] [stdout] 453 | | [ [INFO] [stdout] 454 | | u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, [INFO] [stdout] ... | [INFO] [stdout] 458 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 451 | / implement_try_from!( [INFO] [stdout] 452 | | u26, [INFO] [stdout] 453 | | [ [INFO] [stdout] 454 | | u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, [INFO] [stdout] ... | [INFO] [stdout] 458 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 451 | / implement_try_from!( [INFO] [stdout] 452 | | u26, [INFO] [stdout] 453 | | [ [INFO] [stdout] 454 | | u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, [INFO] [stdout] ... | [INFO] [stdout] 458 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 451 | / implement_try_from!( [INFO] [stdout] 452 | | u26, [INFO] [stdout] 453 | | [ [INFO] [stdout] 454 | | u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, [INFO] [stdout] ... | [INFO] [stdout] 458 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 451 | / implement_try_from!( [INFO] [stdout] 452 | | u26, [INFO] [stdout] 453 | | [ [INFO] [stdout] 454 | | u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, [INFO] [stdout] ... | [INFO] [stdout] 458 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 451 | / implement_try_from!( [INFO] [stdout] 452 | | u26, [INFO] [stdout] 453 | | [ [INFO] [stdout] 454 | | u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, [INFO] [stdout] ... | [INFO] [stdout] 458 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 451 | / implement_try_from!( [INFO] [stdout] 452 | | u26, [INFO] [stdout] 453 | | [ [INFO] [stdout] 454 | | u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, [INFO] [stdout] ... | [INFO] [stdout] 458 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 451 | / implement_try_from!( [INFO] [stdout] 452 | | u26, [INFO] [stdout] 453 | | [ [INFO] [stdout] 454 | | u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, [INFO] [stdout] ... | [INFO] [stdout] 458 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 451 | / implement_try_from!( [INFO] [stdout] 452 | | u26, [INFO] [stdout] 453 | | [ [INFO] [stdout] 454 | | u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, [INFO] [stdout] ... | [INFO] [stdout] 458 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 451 | / implement_try_from!( [INFO] [stdout] 452 | | u26, [INFO] [stdout] 453 | | [ [INFO] [stdout] 454 | | u27, u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, [INFO] [stdout] ... | [INFO] [stdout] 458 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 467 | / implement_try_from!( [INFO] [stdout] 468 | | u27, [INFO] [stdout] 469 | | [ [INFO] [stdout] 470 | | u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, [INFO] [stdout] ... | [INFO] [stdout] 473 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 467 | / implement_try_from!( [INFO] [stdout] 468 | | u27, [INFO] [stdout] 469 | | [ [INFO] [stdout] 470 | | u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, [INFO] [stdout] ... | [INFO] [stdout] 473 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 467 | / implement_try_from!( [INFO] [stdout] 468 | | u27, [INFO] [stdout] 469 | | [ [INFO] [stdout] 470 | | u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, [INFO] [stdout] ... | [INFO] [stdout] 473 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 467 | / implement_try_from!( [INFO] [stdout] 468 | | u27, [INFO] [stdout] 469 | | [ [INFO] [stdout] 470 | | u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, [INFO] [stdout] ... | [INFO] [stdout] 473 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 467 | / implement_try_from!( [INFO] [stdout] 468 | | u27, [INFO] [stdout] 469 | | [ [INFO] [stdout] 470 | | u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, [INFO] [stdout] ... | [INFO] [stdout] 473 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 467 | / implement_try_from!( [INFO] [stdout] 468 | | u27, [INFO] [stdout] 469 | | [ [INFO] [stdout] 470 | | u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, [INFO] [stdout] ... | [INFO] [stdout] 473 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 467 | / implement_try_from!( [INFO] [stdout] 468 | | u27, [INFO] [stdout] 469 | | [ [INFO] [stdout] 470 | | u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, [INFO] [stdout] ... | [INFO] [stdout] 473 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 467 | / implement_try_from!( [INFO] [stdout] 468 | | u27, [INFO] [stdout] 469 | | [ [INFO] [stdout] 470 | | u28, u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, [INFO] [stdout] ... | [INFO] [stdout] 473 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 482 | / implement_try_from!( [INFO] [stdout] 483 | | u28, [INFO] [stdout] 484 | | [ [INFO] [stdout] 485 | | u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, [INFO] [stdout] ... | [INFO] [stdout] 488 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 482 | / implement_try_from!( [INFO] [stdout] 483 | | u28, [INFO] [stdout] 484 | | [ [INFO] [stdout] 485 | | u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, [INFO] [stdout] ... | [INFO] [stdout] 488 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 482 | / implement_try_from!( [INFO] [stdout] 483 | | u28, [INFO] [stdout] 484 | | [ [INFO] [stdout] 485 | | u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, [INFO] [stdout] ... | [INFO] [stdout] 488 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 482 | / implement_try_from!( [INFO] [stdout] 483 | | u28, [INFO] [stdout] 484 | | [ [INFO] [stdout] 485 | | u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, [INFO] [stdout] ... | [INFO] [stdout] 488 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 482 | / implement_try_from!( [INFO] [stdout] 483 | | u28, [INFO] [stdout] 484 | | [ [INFO] [stdout] 485 | | u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, [INFO] [stdout] ... | [INFO] [stdout] 488 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 482 | / implement_try_from!( [INFO] [stdout] 483 | | u28, [INFO] [stdout] 484 | | [ [INFO] [stdout] 485 | | u29, u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, [INFO] [stdout] ... | [INFO] [stdout] 488 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 497 | / implement_try_from!( [INFO] [stdout] 498 | | u29, [INFO] [stdout] 499 | | [ [INFO] [stdout] 500 | | u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, [INFO] [stdout] ... | [INFO] [stdout] 503 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 497 | / implement_try_from!( [INFO] [stdout] 498 | | u29, [INFO] [stdout] 499 | | [ [INFO] [stdout] 500 | | u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, [INFO] [stdout] ... | [INFO] [stdout] 503 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 497 | / implement_try_from!( [INFO] [stdout] 498 | | u29, [INFO] [stdout] 499 | | [ [INFO] [stdout] 500 | | u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, [INFO] [stdout] ... | [INFO] [stdout] 503 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 497 | / implement_try_from!( [INFO] [stdout] 498 | | u29, [INFO] [stdout] 499 | | [ [INFO] [stdout] 500 | | u30, u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, [INFO] [stdout] ... | [INFO] [stdout] 503 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u32> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 512 | / implement_try_from!( [INFO] [stdout] 513 | | u30, [INFO] [stdout] 514 | | [ [INFO] [stdout] 515 | | u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, [INFO] [stdout] ... | [INFO] [stdout] 518 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 512 | / implement_try_from!( [INFO] [stdout] 513 | | u30, [INFO] [stdout] 514 | | [ [INFO] [stdout] 515 | | u31, u33, u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, [INFO] [stdout] ... | [INFO] [stdout] 518 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 542 | / implement_try_from!( [INFO] [stdout] 543 | | u33, [INFO] [stdout] 544 | | [ [INFO] [stdout] 545 | | u34, u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, [INFO] [stdout] ... | [INFO] [stdout] 548 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 557 | / implement_try_from!( [INFO] [stdout] 558 | | u34, [INFO] [stdout] 559 | | [ [INFO] [stdout] 560 | | u35, u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, [INFO] [stdout] ... | [INFO] [stdout] 563 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 572 | / implement_try_from!( [INFO] [stdout] 573 | | u35, [INFO] [stdout] 574 | | [ [INFO] [stdout] 575 | | u36, u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, [INFO] [stdout] ... | [INFO] [stdout] 578 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 587 | / implement_try_from!( [INFO] [stdout] 588 | | u36, [INFO] [stdout] 589 | | [ [INFO] [stdout] 590 | | u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54, [INFO] [stdout] ... | [INFO] [stdout] 593 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 587 | / implement_try_from!( [INFO] [stdout] 588 | | u36, [INFO] [stdout] 589 | | [ [INFO] [stdout] 590 | | u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54, [INFO] [stdout] ... | [INFO] [stdout] 593 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 587 | / implement_try_from!( [INFO] [stdout] 588 | | u36, [INFO] [stdout] 589 | | [ [INFO] [stdout] 590 | | u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54, [INFO] [stdout] ... | [INFO] [stdout] 593 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 587 | / implement_try_from!( [INFO] [stdout] 588 | | u36, [INFO] [stdout] 589 | | [ [INFO] [stdout] 590 | | u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54, [INFO] [stdout] ... | [INFO] [stdout] 593 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 587 | / implement_try_from!( [INFO] [stdout] 588 | | u36, [INFO] [stdout] 589 | | [ [INFO] [stdout] 590 | | u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54, [INFO] [stdout] ... | [INFO] [stdout] 593 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 587 | / implement_try_from!( [INFO] [stdout] 588 | | u36, [INFO] [stdout] 589 | | [ [INFO] [stdout] 590 | | u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54, [INFO] [stdout] ... | [INFO] [stdout] 593 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 587 | / implement_try_from!( [INFO] [stdout] 588 | | u36, [INFO] [stdout] 589 | | [ [INFO] [stdout] 590 | | u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54, [INFO] [stdout] ... | [INFO] [stdout] 593 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 587 | / implement_try_from!( [INFO] [stdout] 588 | | u36, [INFO] [stdout] 589 | | [ [INFO] [stdout] 590 | | u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54, [INFO] [stdout] ... | [INFO] [stdout] 593 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 587 | / implement_try_from!( [INFO] [stdout] 588 | | u36, [INFO] [stdout] 589 | | [ [INFO] [stdout] 590 | | u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54, [INFO] [stdout] ... | [INFO] [stdout] 593 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 587 | / implement_try_from!( [INFO] [stdout] 588 | | u36, [INFO] [stdout] 589 | | [ [INFO] [stdout] 590 | | u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54, [INFO] [stdout] ... | [INFO] [stdout] 593 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 587 | / implement_try_from!( [INFO] [stdout] 588 | | u36, [INFO] [stdout] 589 | | [ [INFO] [stdout] 590 | | u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54, [INFO] [stdout] ... | [INFO] [stdout] 593 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 587 | / implement_try_from!( [INFO] [stdout] 588 | | u36, [INFO] [stdout] 589 | | [ [INFO] [stdout] 590 | | u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54, [INFO] [stdout] ... | [INFO] [stdout] 593 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 587 | / implement_try_from!( [INFO] [stdout] 588 | | u36, [INFO] [stdout] 589 | | [ [INFO] [stdout] 590 | | u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54, [INFO] [stdout] ... | [INFO] [stdout] 593 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 587 | / implement_try_from!( [INFO] [stdout] 588 | | u36, [INFO] [stdout] 589 | | [ [INFO] [stdout] 590 | | u37, u38, u39, u40, u41, u42, u43, u44, u45, u46, u47, u48, u49, u50, u51, u52, u53, u54, [INFO] [stdout] ... | [INFO] [stdout] 593 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `implement_try_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, u64> [INFO] [stdout] --> src/conversion.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | let value = x.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 587 | / implement_try_from!( [INFO] [stdout] 588 | | u36, [INFO] [stdout] 589 | | [ [WARN] too many lines in the log, truncating it