[INFO] fetching crate arbintrary 0.4.0... [INFO] checking arbintrary-0.4.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] extracting crate arbintrary 0.4.0 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate arbintrary 0.4.0 [INFO] finished tweaking crates.io crate arbintrary 0.4.0 [INFO] tweaked toml for crates.io crate arbintrary 0.4.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate arbintrary 0.4.0 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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 51cc74f26c928d1985548cfe1b15e3cfb8e03cd0edc51a1bb3d73a0a32ca4e48 [INFO] running `Command { std: "docker" "start" "-a" "51cc74f26c928d1985548cfe1b15e3cfb8e03cd0edc51a1bb3d73a0a32ca4e48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "51cc74f26c928d1985548cfe1b15e3cfb8e03cd0edc51a1bb3d73a0a32ca4e48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51cc74f26c928d1985548cfe1b15e3cfb8e03cd0edc51a1bb3d73a0a32ca4e48", kill_on_drop: false }` [INFO] [stdout] 51cc74f26c928d1985548cfe1b15e3cfb8e03cd0edc51a1bb3d73a0a32ca4e48 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] f2ce678c8073ab447856419d3df4142f81719fe274947da43468f3e091d2ca36 [INFO] running `Command { std: "docker" "start" "-a" "f2ce678c8073ab447856419d3df4142f81719fe274947da43468f3e091d2ca36", kill_on_drop: false }` [INFO] [stderr] Checking arbintrary v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:487:17 [INFO] [stdout] | [INFO] [stdout] 487 | Self::try_from(value.0).map_err(|_| TryFromGenericIntError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1864 | impl_try_from_primitive!(UInt8Impl, [i8, i16, i32, i64, i128,]); [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 `impl_try_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:487:17 [INFO] [stdout] | [INFO] [stdout] 487 | Self::try_from(value.0).map_err(|_| TryFromGenericIntError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1864 | impl_try_from_primitive!(UInt8Impl, [i8, i16, i32, i64, i128,]); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:487:17 [INFO] [stdout] | [INFO] [stdout] 487 | Self::try_from(value.0).map_err(|_| TryFromGenericIntError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1864 | impl_try_from_primitive!(UInt8Impl, [i8, i16, i32, i64, i128,]); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:487:17 [INFO] [stdout] | [INFO] [stdout] 487 | Self::try_from(value.0).map_err(|_| TryFromGenericIntError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1864 | impl_try_from_primitive!(UInt8Impl, [i8, i16, i32, i64, i128,]); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1870 | impl_try_from_bitwise!(UInt8Impl, u8, 0, [1, 2, 3, 4, 5, 6, 7, 8,]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1871 | impl_try_from_bitwise!(UInt8Impl, u8, 1, [2, 3, 4, 5, 6, 7, 8,]); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1872 | impl_try_from_bitwise!(UInt8Impl, u8, 2, [3, 4, 5, 6, 7, 8,]); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1873 | impl_try_from_bitwise!(UInt8Impl, u8, 3, [4, 5, 6, 7, 8,]); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1874 | impl_try_from_bitwise!(UInt8Impl, u8, 4, [5, 6, 7, 8,]); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1875 | impl_try_from_bitwise!(UInt8Impl, u8, 5, [6, 7, 8,]); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1876 | impl_try_from_bitwise!(UInt8Impl, u8, 6, [7, 8,]); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1877 | impl_try_from_bitwise!(UInt8Impl, u8, 7, [8,]); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:487:17 [INFO] [stdout] | [INFO] [stdout] 487 | Self::try_from(value.0).map_err(|_| TryFromGenericIntError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1880 | impl_try_from_primitive!(UInt16Impl, [u8, i8, i16, i32, i64, i128,]); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:487:17 [INFO] [stdout] | [INFO] [stdout] 487 | Self::try_from(value.0).map_err(|_| TryFromGenericIntError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1880 | impl_try_from_primitive!(UInt16Impl, [u8, i8, i16, i32, i64, i128,]); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:487:17 [INFO] [stdout] | [INFO] [stdout] 487 | Self::try_from(value.0).map_err(|_| TryFromGenericIntError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1880 | impl_try_from_primitive!(UInt16Impl, [u8, i8, i16, i32, i64, i128,]); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1886 | impl_try_from_bitwise!(UInt16Impl, u16, 9, [10, 11, 12, 13, 14, 15, 16,]); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1887 | impl_try_from_bitwise!(UInt16Impl, u16, 10, [11, 12, 13, 14, 15, 16,]); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1888 | impl_try_from_bitwise!(UInt16Impl, u16, 11, [12, 13, 14, 15, 16,]); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1889 | impl_try_from_bitwise!(UInt16Impl, u16, 12, [13, 14, 15, 16,]); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1890 | impl_try_from_bitwise!(UInt16Impl, u16, 13, [14, 15, 16,]); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1891 | impl_try_from_bitwise!(UInt16Impl, u16, 14, [15, 16,]); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1892 | impl_try_from_bitwise!(UInt16Impl, u16, 15, [16,]); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:487:17 [INFO] [stdout] | [INFO] [stdout] 487 | Self::try_from(value.0).map_err(|_| TryFromGenericIntError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1895 | impl_try_from_primitive!(UInt32Impl, [u8, u16, i8, i16, i32, i64, i128, usize,]); [INFO] [stdout] | -------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:487:17 [INFO] [stdout] | [INFO] [stdout] 487 | Self::try_from(value.0).map_err(|_| TryFromGenericIntError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1895 | impl_try_from_primitive!(UInt32Impl, [u8, u16, i8, i16, i32, i64, i128, usize,]); [INFO] [stdout] | -------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1901 | impl_try_from_bitwise!(UInt32Impl, u32, 17, [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1902 | impl_try_from_bitwise!(UInt32Impl, u32, 18, [19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1903 | impl_try_from_bitwise!(UInt32Impl, u32, 19, [20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1904 | impl_try_from_bitwise!(UInt32Impl, u32, 20, [21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1905 | impl_try_from_bitwise!(UInt32Impl, u32, 21, [22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1906 | impl_try_from_bitwise!(UInt32Impl, u32, 22, [23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1907 | impl_try_from_bitwise!(UInt32Impl, u32, 23, [24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1908 | impl_try_from_bitwise!(UInt32Impl, u32, 24, [25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1909 | impl_try_from_bitwise!(UInt32Impl, u32, 25, [26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1910 | impl_try_from_bitwise!(UInt32Impl, u32, 26, [27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1911 | impl_try_from_bitwise!(UInt32Impl, u32, 27, [28, 29, 30, 31, 32,]); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1912 | impl_try_from_bitwise!(UInt32Impl, u32, 28, [29, 30, 31, 32,]); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1913 | impl_try_from_bitwise!(UInt32Impl, u32, 29, [30, 31, 32,]); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1914 | impl_try_from_bitwise!(UInt32Impl, u32, 30, [31, 32,]); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1915 | impl_try_from_bitwise!(UInt32Impl, u32, 31, [32,]); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:487:17 [INFO] [stdout] | [INFO] [stdout] 487 | Self::try_from(value.0).map_err(|_| TryFromGenericIntError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1918 | impl_try_from_primitive!(UInt64Impl, [u8, u16, u32, i8, i16, i32, i64, i128, usize,]); [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1920 | / impl_try_from_bitwise!( [INFO] [stdout] 1921 | | UInt64Impl, [INFO] [stdout] 1922 | | u64, [INFO] [stdout] 1923 | | 33, [INFO] [stdout] ... | [INFO] [stdout] 1928 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1929 | / impl_try_from_bitwise!( [INFO] [stdout] 1930 | | UInt64Impl, [INFO] [stdout] 1931 | | u64, [INFO] [stdout] 1932 | | 34, [INFO] [stdout] ... | [INFO] [stdout] 1937 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1938 | / impl_try_from_bitwise!( [INFO] [stdout] 1939 | | UInt64Impl, [INFO] [stdout] 1940 | | u64, [INFO] [stdout] 1941 | | 35, [INFO] [stdout] ... | [INFO] [stdout] 1946 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1947 | / impl_try_from_bitwise!( [INFO] [stdout] 1948 | | UInt64Impl, [INFO] [stdout] 1949 | | u64, [INFO] [stdout] 1950 | | 36, [INFO] [stdout] ... | [INFO] [stdout] 1955 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1956 | / impl_try_from_bitwise!( [INFO] [stdout] 1957 | | UInt64Impl, [INFO] [stdout] 1958 | | u64, [INFO] [stdout] 1959 | | 37, [INFO] [stdout] 1960 | | [38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 1961 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1962 | / impl_try_from_bitwise!( [INFO] [stdout] 1963 | | UInt64Impl, [INFO] [stdout] 1964 | | u64, [INFO] [stdout] 1965 | | 38, [INFO] [stdout] 1966 | | [39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 1967 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1968 | / impl_try_from_bitwise!( [INFO] [stdout] 1969 | | UInt64Impl, [INFO] [stdout] 1970 | | u64, [INFO] [stdout] 1971 | | 39, [INFO] [stdout] 1972 | | [40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 1973 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1974 | / impl_try_from_bitwise!( [INFO] [stdout] 1975 | | UInt64Impl, [INFO] [stdout] 1976 | | u64, [INFO] [stdout] 1977 | | 40, [INFO] [stdout] 1978 | | [41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 1979 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1980 | / impl_try_from_bitwise!( [INFO] [stdout] 1981 | | UInt64Impl, [INFO] [stdout] 1982 | | u64, [INFO] [stdout] 1983 | | 41, [INFO] [stdout] 1984 | | [42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 1985 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1986 | / impl_try_from_bitwise!( [INFO] [stdout] 1987 | | UInt64Impl, [INFO] [stdout] 1988 | | u64, [INFO] [stdout] 1989 | | 42, [INFO] [stdout] 1990 | | [43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 1991 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1992 | / impl_try_from_bitwise!( [INFO] [stdout] 1993 | | UInt64Impl, [INFO] [stdout] 1994 | | u64, [INFO] [stdout] 1995 | | 43, [INFO] [stdout] 1996 | | [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 1997 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1998 | / impl_try_from_bitwise!( [INFO] [stdout] 1999 | | UInt64Impl, [INFO] [stdout] 2000 | | u64, [INFO] [stdout] 2001 | | 44, [INFO] [stdout] 2002 | | [45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2003 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2004 | / impl_try_from_bitwise!( [INFO] [stdout] 2005 | | UInt64Impl, [INFO] [stdout] 2006 | | u64, [INFO] [stdout] 2007 | | 45, [INFO] [stdout] 2008 | | [46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2009 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2010 | / impl_try_from_bitwise!( [INFO] [stdout] 2011 | | UInt64Impl, [INFO] [stdout] 2012 | | u64, [INFO] [stdout] 2013 | | 46, [INFO] [stdout] 2014 | | [47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2015 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2016 | impl_try_from_bitwise!(UInt64Impl, u64, 47, [48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2017 | impl_try_from_bitwise!(UInt64Impl, u64, 48, [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2018 | impl_try_from_bitwise!(UInt64Impl, u64, 49, [50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2019 | impl_try_from_bitwise!(UInt64Impl, u64, 50, [51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2020 | impl_try_from_bitwise!(UInt64Impl, u64, 51, [52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2021 | impl_try_from_bitwise!(UInt64Impl, u64, 52, [53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2022 | impl_try_from_bitwise!(UInt64Impl, u64, 53, [54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2023 | impl_try_from_bitwise!(UInt64Impl, u64, 54, [55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2024 | impl_try_from_bitwise!(UInt64Impl, u64, 55, [56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2025 | impl_try_from_bitwise!(UInt64Impl, u64, 56, [57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2026 | impl_try_from_bitwise!(UInt64Impl, u64, 57, [58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2027 | impl_try_from_bitwise!(UInt64Impl, u64, 58, [59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2028 | impl_try_from_bitwise!(UInt64Impl, u64, 59, [60, 61, 62, 63, 64,]); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2029 | impl_try_from_bitwise!(UInt64Impl, u64, 60, [61, 62, 63, 64,]); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2030 | impl_try_from_bitwise!(UInt64Impl, u64, 61, [62, 63, 64,]); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2031 | impl_try_from_bitwise!(UInt64Impl, u64, 62, [63, 64,]); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2032 | impl_try_from_bitwise!(UInt64Impl, u64, 63, [64,]); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2037 | / impl_try_from_bitwise!( [INFO] [stdout] 2038 | | UInt128Impl, [INFO] [stdout] 2039 | | u128, [INFO] [stdout] 2040 | | 65, [INFO] [stdout] ... | [INFO] [stdout] 2046 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2047 | / impl_try_from_bitwise!( [INFO] [stdout] 2048 | | UInt128Impl, [INFO] [stdout] 2049 | | u128, [INFO] [stdout] 2050 | | 66, [INFO] [stdout] ... | [INFO] [stdout] 2056 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2057 | / impl_try_from_bitwise!( [INFO] [stdout] 2058 | | UInt128Impl, [INFO] [stdout] 2059 | | u128, [INFO] [stdout] 2060 | | 67, [INFO] [stdout] ... | [INFO] [stdout] 2066 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2067 | / impl_try_from_bitwise!( [INFO] [stdout] 2068 | | UInt128Impl, [INFO] [stdout] 2069 | | u128, [INFO] [stdout] 2070 | | 68, [INFO] [stdout] ... | [INFO] [stdout] 2076 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2077 | / impl_try_from_bitwise!( [INFO] [stdout] 2078 | | UInt128Impl, [INFO] [stdout] 2079 | | u128, [INFO] [stdout] 2080 | | 69, [INFO] [stdout] ... | [INFO] [stdout] 2086 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2087 | / impl_try_from_bitwise!( [INFO] [stdout] 2088 | | UInt128Impl, [INFO] [stdout] 2089 | | u128, [INFO] [stdout] 2090 | | 70, [INFO] [stdout] ... | [INFO] [stdout] 2096 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2097 | / impl_try_from_bitwise!( [INFO] [stdout] 2098 | | UInt128Impl, [INFO] [stdout] 2099 | | u128, [INFO] [stdout] 2100 | | 71, [INFO] [stdout] ... | [INFO] [stdout] 2106 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2107 | / impl_try_from_bitwise!( [INFO] [stdout] 2108 | | UInt128Impl, [INFO] [stdout] 2109 | | u128, [INFO] [stdout] 2110 | | 72, [INFO] [stdout] ... | [INFO] [stdout] 2116 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2117 | / impl_try_from_bitwise!( [INFO] [stdout] 2118 | | UInt128Impl, [INFO] [stdout] 2119 | | u128, [INFO] [stdout] 2120 | | 73, [INFO] [stdout] ... | [INFO] [stdout] 2126 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2127 | / impl_try_from_bitwise!( [INFO] [stdout] 2128 | | UInt128Impl, [INFO] [stdout] 2129 | | u128, [INFO] [stdout] 2130 | | 74, [INFO] [stdout] ... | [INFO] [stdout] 2136 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2137 | / impl_try_from_bitwise!( [INFO] [stdout] 2138 | | UInt128Impl, [INFO] [stdout] 2139 | | u128, [INFO] [stdout] 2140 | | 75, [INFO] [stdout] ... | [INFO] [stdout] 2146 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2147 | / impl_try_from_bitwise!( [INFO] [stdout] 2148 | | UInt128Impl, [INFO] [stdout] 2149 | | u128, [INFO] [stdout] 2150 | | 76, [INFO] [stdout] ... | [INFO] [stdout] 2156 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2157 | / impl_try_from_bitwise!( [INFO] [stdout] 2158 | | UInt128Impl, [INFO] [stdout] 2159 | | u128, [INFO] [stdout] 2160 | | 77, [INFO] [stdout] ... | [INFO] [stdout] 2166 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2167 | / impl_try_from_bitwise!( [INFO] [stdout] 2168 | | UInt128Impl, [INFO] [stdout] 2169 | | u128, [INFO] [stdout] 2170 | | 78, [INFO] [stdout] ... | [INFO] [stdout] 2176 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2177 | / impl_try_from_bitwise!( [INFO] [stdout] 2178 | | UInt128Impl, [INFO] [stdout] 2179 | | u128, [INFO] [stdout] 2180 | | 79, [INFO] [stdout] ... | [INFO] [stdout] 2186 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2187 | / impl_try_from_bitwise!( [INFO] [stdout] 2188 | | UInt128Impl, [INFO] [stdout] 2189 | | u128, [INFO] [stdout] 2190 | | 80, [INFO] [stdout] ... | [INFO] [stdout] 2196 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2197 | / impl_try_from_bitwise!( [INFO] [stdout] 2198 | | UInt128Impl, [INFO] [stdout] 2199 | | u128, [INFO] [stdout] 2200 | | 81, [INFO] [stdout] ... | [INFO] [stdout] 2206 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2207 | / impl_try_from_bitwise!( [INFO] [stdout] 2208 | | UInt128Impl, [INFO] [stdout] 2209 | | u128, [INFO] [stdout] 2210 | | 82, [INFO] [stdout] ... | [INFO] [stdout] 2215 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2216 | / impl_try_from_bitwise!( [INFO] [stdout] 2217 | | UInt128Impl, [INFO] [stdout] 2218 | | u128, [INFO] [stdout] 2219 | | 83, [INFO] [stdout] ... | [INFO] [stdout] 2224 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2225 | / impl_try_from_bitwise!( [INFO] [stdout] 2226 | | UInt128Impl, [INFO] [stdout] 2227 | | u128, [INFO] [stdout] 2228 | | 84, [INFO] [stdout] ... | [INFO] [stdout] 2233 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2234 | / impl_try_from_bitwise!( [INFO] [stdout] 2235 | | UInt128Impl, [INFO] [stdout] 2236 | | u128, [INFO] [stdout] 2237 | | 85, [INFO] [stdout] ... | [INFO] [stdout] 2242 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2243 | / impl_try_from_bitwise!( [INFO] [stdout] 2244 | | UInt128Impl, [INFO] [stdout] 2245 | | u128, [INFO] [stdout] 2246 | | 86, [INFO] [stdout] ... | [INFO] [stdout] 2251 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2252 | / impl_try_from_bitwise!( [INFO] [stdout] 2253 | | UInt128Impl, [INFO] [stdout] 2254 | | u128, [INFO] [stdout] 2255 | | 87, [INFO] [stdout] ... | [INFO] [stdout] 2260 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2261 | / impl_try_from_bitwise!( [INFO] [stdout] 2262 | | UInt128Impl, [INFO] [stdout] 2263 | | u128, [INFO] [stdout] 2264 | | 88, [INFO] [stdout] ... | [INFO] [stdout] 2269 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2270 | / impl_try_from_bitwise!( [INFO] [stdout] 2271 | | UInt128Impl, [INFO] [stdout] 2272 | | u128, [INFO] [stdout] 2273 | | 89, [INFO] [stdout] ... | [INFO] [stdout] 2278 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2279 | / impl_try_from_bitwise!( [INFO] [stdout] 2280 | | UInt128Impl, [INFO] [stdout] 2281 | | u128, [INFO] [stdout] 2282 | | 90, [INFO] [stdout] ... | [INFO] [stdout] 2287 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2288 | / impl_try_from_bitwise!( [INFO] [stdout] 2289 | | UInt128Impl, [INFO] [stdout] 2290 | | u128, [INFO] [stdout] 2291 | | 91, [INFO] [stdout] ... | [INFO] [stdout] 2296 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2297 | / impl_try_from_bitwise!( [INFO] [stdout] 2298 | | UInt128Impl, [INFO] [stdout] 2299 | | u128, [INFO] [stdout] 2300 | | 92, [INFO] [stdout] ... | [INFO] [stdout] 2305 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2306 | / impl_try_from_bitwise!( [INFO] [stdout] 2307 | | UInt128Impl, [INFO] [stdout] 2308 | | u128, [INFO] [stdout] 2309 | | 93, [INFO] [stdout] ... | [INFO] [stdout] 2314 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2315 | / impl_try_from_bitwise!( [INFO] [stdout] 2316 | | UInt128Impl, [INFO] [stdout] 2317 | | u128, [INFO] [stdout] 2318 | | 94, [INFO] [stdout] ... | [INFO] [stdout] 2323 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2324 | / impl_try_from_bitwise!( [INFO] [stdout] 2325 | | UInt128Impl, [INFO] [stdout] 2326 | | u128, [INFO] [stdout] 2327 | | 95, [INFO] [stdout] ... | [INFO] [stdout] 2332 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2333 | / impl_try_from_bitwise!( [INFO] [stdout] 2334 | | UInt128Impl, [INFO] [stdout] 2335 | | u128, [INFO] [stdout] 2336 | | 96, [INFO] [stdout] ... | [INFO] [stdout] 2341 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2342 | / impl_try_from_bitwise!( [INFO] [stdout] 2343 | | UInt128Impl, [INFO] [stdout] 2344 | | u128, [INFO] [stdout] 2345 | | 97, [INFO] [stdout] ... | [INFO] [stdout] 2350 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2351 | / impl_try_from_bitwise!( [INFO] [stdout] 2352 | | UInt128Impl, [INFO] [stdout] 2353 | | u128, [INFO] [stdout] 2354 | | 98, [INFO] [stdout] ... | [INFO] [stdout] 2359 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2360 | / impl_try_from_bitwise!( [INFO] [stdout] 2361 | | UInt128Impl, [INFO] [stdout] 2362 | | u128, [INFO] [stdout] 2363 | | 99, [INFO] [stdout] ... | [INFO] [stdout] 2368 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2369 | / impl_try_from_bitwise!( [INFO] [stdout] 2370 | | UInt128Impl, [INFO] [stdout] 2371 | | u128, [INFO] [stdout] 2372 | | 100, [INFO] [stdout] ... | [INFO] [stdout] 2377 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2378 | / impl_try_from_bitwise!( [INFO] [stdout] 2379 | | UInt128Impl, [INFO] [stdout] 2380 | | u128, [INFO] [stdout] 2381 | | 101, [INFO] [stdout] ... | [INFO] [stdout] 2386 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2387 | / impl_try_from_bitwise!( [INFO] [stdout] 2388 | | UInt128Impl, [INFO] [stdout] 2389 | | u128, [INFO] [stdout] 2390 | | 102, [INFO] [stdout] ... | [INFO] [stdout] 2395 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2396 | / impl_try_from_bitwise!( [INFO] [stdout] 2397 | | UInt128Impl, [INFO] [stdout] 2398 | | u128, [INFO] [stdout] 2399 | | 103, [INFO] [stdout] ... | [INFO] [stdout] 2404 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2405 | / impl_try_from_bitwise!( [INFO] [stdout] 2406 | | UInt128Impl, [INFO] [stdout] 2407 | | u128, [INFO] [stdout] 2408 | | 104, [INFO] [stdout] ... | [INFO] [stdout] 2413 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2414 | / impl_try_from_bitwise!( [INFO] [stdout] 2415 | | UInt128Impl, [INFO] [stdout] 2416 | | u128, [INFO] [stdout] 2417 | | 105, [INFO] [stdout] ... | [INFO] [stdout] 2422 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2423 | / impl_try_from_bitwise!( [INFO] [stdout] 2424 | | UInt128Impl, [INFO] [stdout] 2425 | | u128, [INFO] [stdout] 2426 | | 106, [INFO] [stdout] 2427 | | [107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 2428 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2429 | / impl_try_from_bitwise!( [INFO] [stdout] 2430 | | UInt128Impl, [INFO] [stdout] 2431 | | u128, [INFO] [stdout] 2432 | | 107, [INFO] [stdout] 2433 | | [108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 2434 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2435 | / impl_try_from_bitwise!( [INFO] [stdout] 2436 | | UInt128Impl, [INFO] [stdout] 2437 | | u128, [INFO] [stdout] 2438 | | 108, [INFO] [stdout] 2439 | | [109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 2440 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2441 | / impl_try_from_bitwise!( [INFO] [stdout] 2442 | | UInt128Impl, [INFO] [stdout] 2443 | | u128, [INFO] [stdout] 2444 | | 109, [INFO] [stdout] 2445 | | [110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 2446 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2447 | / impl_try_from_bitwise!( [INFO] [stdout] 2448 | | UInt128Impl, [INFO] [stdout] 2449 | | u128, [INFO] [stdout] 2450 | | 110, [INFO] [stdout] 2451 | | [111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 2452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2453 | / impl_try_from_bitwise!( [INFO] [stdout] 2454 | | UInt128Impl, [INFO] [stdout] 2455 | | u128, [INFO] [stdout] 2456 | | 111, [INFO] [stdout] 2457 | | [112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 2458 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2459 | / impl_try_from_bitwise!( [INFO] [stdout] 2460 | | UInt128Impl, [INFO] [stdout] 2461 | | u128, [INFO] [stdout] 2462 | | 112, [INFO] [stdout] 2463 | | [113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 2464 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2465 | / impl_try_from_bitwise!( [INFO] [stdout] 2466 | | UInt128Impl, [INFO] [stdout] 2467 | | u128, [INFO] [stdout] 2468 | | 113, [INFO] [stdout] 2469 | | [114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 2470 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2471 | / impl_try_from_bitwise!( [INFO] [stdout] 2472 | | UInt128Impl, [INFO] [stdout] 2473 | | u128, [INFO] [stdout] 2474 | | 114, [INFO] [stdout] 2475 | | [115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 2476 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2477 | impl_try_from_bitwise!(UInt128Impl, u128, 115, [116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2478 | impl_try_from_bitwise!(UInt128Impl, u128, 116, [117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2479 | impl_try_from_bitwise!(UInt128Impl, u128, 117, [118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2480 | impl_try_from_bitwise!(UInt128Impl, u128, 118, [119, 120, 121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | --------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2481 | impl_try_from_bitwise!(UInt128Impl, u128, 119, [120, 121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2482 | impl_try_from_bitwise!(UInt128Impl, u128, 120, [121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2483 | impl_try_from_bitwise!(UInt128Impl, u128, 121, [122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2484 | impl_try_from_bitwise!(UInt128Impl, u128, 122, [123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2485 | impl_try_from_bitwise!(UInt128Impl, u128, 123, [124, 125, 126, 127, 128,]); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2486 | impl_try_from_bitwise!(UInt128Impl, u128, 124, [125, 126, 127, 128,]); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2487 | impl_try_from_bitwise!(UInt128Impl, u128, 125, [126, 127, 128,]); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2488 | impl_try_from_bitwise!(UInt128Impl, u128, 126, [127, 128,]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2489 | impl_try_from_bitwise!(UInt128Impl, u128, 127, [128,]); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2498 | impl_try_from_bitwise!(Int8Impl, i8, 0, [1, 2, 3, 4, 5, 6, 7, 8,]); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2499 | impl_try_from_bitwise!(Int8Impl, i8, 1, [2, 3, 4, 5, 6, 7, 8,]); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2500 | impl_try_from_bitwise!(Int8Impl, i8, 2, [3, 4, 5, 6, 7, 8,]); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2501 | impl_try_from_bitwise!(Int8Impl, i8, 3, [4, 5, 6, 7, 8,]); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2502 | impl_try_from_bitwise!(Int8Impl, i8, 4, [5, 6, 7, 8,]); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2503 | impl_try_from_bitwise!(Int8Impl, i8, 5, [6, 7, 8,]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2504 | impl_try_from_bitwise!(Int8Impl, i8, 6, [7, 8,]); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2505 | impl_try_from_bitwise!(Int8Impl, i8, 7, [8,]); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:471:34 [INFO] [stdout] | [INFO] [stdout] 471 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2509 | / impl_try_from_basewise!( [INFO] [stdout] 2510 | | Int16Impl, [INFO] [stdout] 2511 | | i16, [INFO] [stdout] 2512 | | [UInt8Impl, UInt16Impl, UInt32Impl, UInt64Impl, UInt128Impl, Int32Impl, Int64Impl, Int128Impl,] [INFO] [stdout] 2513 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_basewise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2514 | impl_try_from_bitwise!(Int16Impl, i16, 9, [10, 11, 12, 13, 14, 15, 16,]); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2515 | impl_try_from_bitwise!(Int16Impl, i16, 10, [11, 12, 13, 14, 15, 16,]); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2516 | impl_try_from_bitwise!(Int16Impl, i16, 11, [12, 13, 14, 15, 16,]); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2517 | impl_try_from_bitwise!(Int16Impl, i16, 12, [13, 14, 15, 16,]); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2518 | impl_try_from_bitwise!(Int16Impl, i16, 13, [14, 15, 16,]); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2519 | impl_try_from_bitwise!(Int16Impl, i16, 14, [15, 16,]); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2520 | impl_try_from_bitwise!(Int16Impl, i16, 15, [16,]); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:471:34 [INFO] [stdout] | [INFO] [stdout] 471 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2524 | / impl_try_from_basewise!( [INFO] [stdout] 2525 | | Int32Impl, [INFO] [stdout] 2526 | | i32, [INFO] [stdout] 2527 | | [UInt8Impl, UInt16Impl, UInt32Impl, UInt64Impl, UInt128Impl, Int64Impl, Int128Impl,] [INFO] [stdout] 2528 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_basewise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2529 | impl_try_from_bitwise!(Int32Impl, i32, 17, [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2530 | impl_try_from_bitwise!(Int32Impl, i32, 18, [19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2531 | impl_try_from_bitwise!(Int32Impl, i32, 19, [20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2532 | impl_try_from_bitwise!(Int32Impl, i32, 20, [21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2533 | impl_try_from_bitwise!(Int32Impl, i32, 21, [22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2534 | impl_try_from_bitwise!(Int32Impl, i32, 22, [23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2535 | impl_try_from_bitwise!(Int32Impl, i32, 23, [24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2536 | impl_try_from_bitwise!(Int32Impl, i32, 24, [25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2537 | impl_try_from_bitwise!(Int32Impl, i32, 25, [26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2538 | impl_try_from_bitwise!(Int32Impl, i32, 26, [27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2539 | impl_try_from_bitwise!(Int32Impl, i32, 27, [28, 29, 30, 31, 32,]); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2540 | impl_try_from_bitwise!(Int32Impl, i32, 28, [29, 30, 31, 32,]); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2541 | impl_try_from_bitwise!(Int32Impl, i32, 29, [30, 31, 32,]); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2542 | impl_try_from_bitwise!(Int32Impl, i32, 30, [31, 32,]); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2543 | impl_try_from_bitwise!(Int32Impl, i32, 31, [32,]); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:471:34 [INFO] [stdout] | [INFO] [stdout] 471 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2547 | impl_try_from_basewise!(Int64Impl, i64, [UInt8Impl, UInt16Impl, UInt32Impl, UInt64Impl, UInt128Impl, Int128Impl,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_basewise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2548 | / impl_try_from_bitwise!( [INFO] [stdout] 2549 | | Int64Impl, [INFO] [stdout] 2550 | | i64, [INFO] [stdout] 2551 | | 33, [INFO] [stdout] ... | [INFO] [stdout] 2556 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2557 | / impl_try_from_bitwise!( [INFO] [stdout] 2558 | | Int64Impl, [INFO] [stdout] 2559 | | i64, [INFO] [stdout] 2560 | | 34, [INFO] [stdout] ... | [INFO] [stdout] 2565 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2566 | / impl_try_from_bitwise!( [INFO] [stdout] 2567 | | Int64Impl, [INFO] [stdout] 2568 | | i64, [INFO] [stdout] 2569 | | 35, [INFO] [stdout] ... | [INFO] [stdout] 2574 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2575 | / impl_try_from_bitwise!( [INFO] [stdout] 2576 | | Int64Impl, [INFO] [stdout] 2577 | | i64, [INFO] [stdout] 2578 | | 36, [INFO] [stdout] ... | [INFO] [stdout] 2583 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2584 | / impl_try_from_bitwise!( [INFO] [stdout] 2585 | | Int64Impl, [INFO] [stdout] 2586 | | i64, [INFO] [stdout] 2587 | | 37, [INFO] [stdout] 2588 | | [38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2589 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2590 | / impl_try_from_bitwise!( [INFO] [stdout] 2591 | | Int64Impl, [INFO] [stdout] 2592 | | i64, [INFO] [stdout] 2593 | | 38, [INFO] [stdout] 2594 | | [39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2595 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2596 | / impl_try_from_bitwise!( [INFO] [stdout] 2597 | | Int64Impl, [INFO] [stdout] 2598 | | i64, [INFO] [stdout] 2599 | | 39, [INFO] [stdout] 2600 | | [40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2601 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2602 | / impl_try_from_bitwise!( [INFO] [stdout] 2603 | | Int64Impl, [INFO] [stdout] 2604 | | i64, [INFO] [stdout] 2605 | | 40, [INFO] [stdout] 2606 | | [41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2607 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2608 | / impl_try_from_bitwise!( [INFO] [stdout] 2609 | | Int64Impl, [INFO] [stdout] 2610 | | i64, [INFO] [stdout] 2611 | | 41, [INFO] [stdout] 2612 | | [42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2613 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2614 | / impl_try_from_bitwise!( [INFO] [stdout] 2615 | | Int64Impl, [INFO] [stdout] 2616 | | i64, [INFO] [stdout] 2617 | | 42, [INFO] [stdout] 2618 | | [43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2619 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2620 | / impl_try_from_bitwise!( [INFO] [stdout] 2621 | | Int64Impl, [INFO] [stdout] 2622 | | i64, [INFO] [stdout] 2623 | | 43, [INFO] [stdout] 2624 | | [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2625 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2626 | / impl_try_from_bitwise!( [INFO] [stdout] 2627 | | Int64Impl, [INFO] [stdout] 2628 | | i64, [INFO] [stdout] 2629 | | 44, [INFO] [stdout] 2630 | | [45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2631 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2632 | / impl_try_from_bitwise!( [INFO] [stdout] 2633 | | Int64Impl, [INFO] [stdout] 2634 | | i64, [INFO] [stdout] 2635 | | 45, [INFO] [stdout] 2636 | | [46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2637 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2638 | / impl_try_from_bitwise!( [INFO] [stdout] 2639 | | Int64Impl, [INFO] [stdout] 2640 | | i64, [INFO] [stdout] 2641 | | 46, [INFO] [stdout] 2642 | | [47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2643 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2644 | impl_try_from_bitwise!(Int64Impl, i64, 47, [48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2645 | impl_try_from_bitwise!(Int64Impl, i64, 48, [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2646 | impl_try_from_bitwise!(Int64Impl, i64, 49, [50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2647 | impl_try_from_bitwise!(Int64Impl, i64, 50, [51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2648 | impl_try_from_bitwise!(Int64Impl, i64, 51, [52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2649 | impl_try_from_bitwise!(Int64Impl, i64, 52, [53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2650 | impl_try_from_bitwise!(Int64Impl, i64, 53, [54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2651 | impl_try_from_bitwise!(Int64Impl, i64, 54, [55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2652 | impl_try_from_bitwise!(Int64Impl, i64, 55, [56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2653 | impl_try_from_bitwise!(Int64Impl, i64, 56, [57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2654 | impl_try_from_bitwise!(Int64Impl, i64, 57, [58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2655 | impl_try_from_bitwise!(Int64Impl, i64, 58, [59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2656 | impl_try_from_bitwise!(Int64Impl, i64, 59, [60, 61, 62, 63, 64,]); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2657 | impl_try_from_bitwise!(Int64Impl, i64, 60, [61, 62, 63, 64,]); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2658 | impl_try_from_bitwise!(Int64Impl, i64, 61, [62, 63, 64,]); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2659 | impl_try_from_bitwise!(Int64Impl, i64, 62, [63, 64,]); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2660 | impl_try_from_bitwise!(Int64Impl, i64, 63, [64,]); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:471:34 [INFO] [stdout] | [INFO] [stdout] 471 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2664 | impl_try_from_basewise!(Int128Impl, i128, [UInt8Impl, UInt16Impl, UInt32Impl, UInt64Impl, UInt128Impl,]); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_basewise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2665 | / impl_try_from_bitwise!( [INFO] [stdout] 2666 | | Int128Impl, [INFO] [stdout] 2667 | | i128, [INFO] [stdout] 2668 | | 65, [INFO] [stdout] ... | [INFO] [stdout] 2674 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2675 | / impl_try_from_bitwise!( [INFO] [stdout] 2676 | | Int128Impl, [INFO] [stdout] 2677 | | i128, [INFO] [stdout] 2678 | | 66, [INFO] [stdout] ... | [INFO] [stdout] 2684 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2685 | / impl_try_from_bitwise!( [INFO] [stdout] 2686 | | Int128Impl, [INFO] [stdout] 2687 | | i128, [INFO] [stdout] 2688 | | 67, [INFO] [stdout] ... | [INFO] [stdout] 2694 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2695 | / impl_try_from_bitwise!( [INFO] [stdout] 2696 | | Int128Impl, [INFO] [stdout] 2697 | | i128, [INFO] [stdout] 2698 | | 68, [INFO] [stdout] ... | [INFO] [stdout] 2704 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2705 | / impl_try_from_bitwise!( [INFO] [stdout] 2706 | | Int128Impl, [INFO] [stdout] 2707 | | i128, [INFO] [stdout] 2708 | | 69, [INFO] [stdout] ... | [INFO] [stdout] 2714 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2715 | / impl_try_from_bitwise!( [INFO] [stdout] 2716 | | Int128Impl, [INFO] [stdout] 2717 | | i128, [INFO] [stdout] 2718 | | 70, [INFO] [stdout] ... | [INFO] [stdout] 2724 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2725 | / impl_try_from_bitwise!( [INFO] [stdout] 2726 | | Int128Impl, [INFO] [stdout] 2727 | | i128, [INFO] [stdout] 2728 | | 71, [INFO] [stdout] ... | [INFO] [stdout] 2734 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2735 | / impl_try_from_bitwise!( [INFO] [stdout] 2736 | | Int128Impl, [INFO] [stdout] 2737 | | i128, [INFO] [stdout] 2738 | | 72, [INFO] [stdout] ... | [INFO] [stdout] 2744 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2745 | / impl_try_from_bitwise!( [INFO] [stdout] 2746 | | Int128Impl, [INFO] [stdout] 2747 | | i128, [INFO] [stdout] 2748 | | 73, [INFO] [stdout] ... | [INFO] [stdout] 2754 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2755 | / impl_try_from_bitwise!( [INFO] [stdout] 2756 | | Int128Impl, [INFO] [stdout] 2757 | | i128, [INFO] [stdout] 2758 | | 74, [INFO] [stdout] ... | [INFO] [stdout] 2764 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2765 | / impl_try_from_bitwise!( [INFO] [stdout] 2766 | | Int128Impl, [INFO] [stdout] 2767 | | i128, [INFO] [stdout] 2768 | | 75, [INFO] [stdout] ... | [INFO] [stdout] 2774 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2775 | / impl_try_from_bitwise!( [INFO] [stdout] 2776 | | Int128Impl, [INFO] [stdout] 2777 | | i128, [INFO] [stdout] 2778 | | 76, [INFO] [stdout] ... | [INFO] [stdout] 2784 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2785 | / impl_try_from_bitwise!( [INFO] [stdout] 2786 | | Int128Impl, [INFO] [stdout] 2787 | | i128, [INFO] [stdout] 2788 | | 77, [INFO] [stdout] ... | [INFO] [stdout] 2794 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2795 | / impl_try_from_bitwise!( [INFO] [stdout] 2796 | | Int128Impl, [INFO] [stdout] 2797 | | i128, [INFO] [stdout] 2798 | | 78, [INFO] [stdout] ... | [INFO] [stdout] 2804 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2805 | / impl_try_from_bitwise!( [INFO] [stdout] 2806 | | Int128Impl, [INFO] [stdout] 2807 | | i128, [INFO] [stdout] 2808 | | 79, [INFO] [stdout] ... | [INFO] [stdout] 2814 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2815 | / impl_try_from_bitwise!( [INFO] [stdout] 2816 | | Int128Impl, [INFO] [stdout] 2817 | | i128, [INFO] [stdout] 2818 | | 80, [INFO] [stdout] ... | [INFO] [stdout] 2824 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2825 | / impl_try_from_bitwise!( [INFO] [stdout] 2826 | | Int128Impl, [INFO] [stdout] 2827 | | i128, [INFO] [stdout] 2828 | | 81, [INFO] [stdout] ... | [INFO] [stdout] 2834 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2835 | / impl_try_from_bitwise!( [INFO] [stdout] 2836 | | Int128Impl, [INFO] [stdout] 2837 | | i128, [INFO] [stdout] 2838 | | 82, [INFO] [stdout] ... | [INFO] [stdout] 2843 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2844 | / impl_try_from_bitwise!( [INFO] [stdout] 2845 | | Int128Impl, [INFO] [stdout] 2846 | | i128, [INFO] [stdout] 2847 | | 83, [INFO] [stdout] ... | [INFO] [stdout] 2852 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2853 | / impl_try_from_bitwise!( [INFO] [stdout] 2854 | | Int128Impl, [INFO] [stdout] 2855 | | i128, [INFO] [stdout] 2856 | | 84, [INFO] [stdout] ... | [INFO] [stdout] 2861 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2862 | / impl_try_from_bitwise!( [INFO] [stdout] 2863 | | Int128Impl, [INFO] [stdout] 2864 | | i128, [INFO] [stdout] 2865 | | 85, [INFO] [stdout] ... | [INFO] [stdout] 2870 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2871 | / impl_try_from_bitwise!( [INFO] [stdout] 2872 | | Int128Impl, [INFO] [stdout] 2873 | | i128, [INFO] [stdout] 2874 | | 86, [INFO] [stdout] ... | [INFO] [stdout] 2879 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2880 | / impl_try_from_bitwise!( [INFO] [stdout] 2881 | | Int128Impl, [INFO] [stdout] 2882 | | i128, [INFO] [stdout] 2883 | | 87, [INFO] [stdout] ... | [INFO] [stdout] 2888 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2889 | / impl_try_from_bitwise!( [INFO] [stdout] 2890 | | Int128Impl, [INFO] [stdout] 2891 | | i128, [INFO] [stdout] 2892 | | 88, [INFO] [stdout] ... | [INFO] [stdout] 2897 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2898 | / impl_try_from_bitwise!( [INFO] [stdout] 2899 | | Int128Impl, [INFO] [stdout] 2900 | | i128, [INFO] [stdout] 2901 | | 89, [INFO] [stdout] ... | [INFO] [stdout] 2906 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2907 | / impl_try_from_bitwise!( [INFO] [stdout] 2908 | | Int128Impl, [INFO] [stdout] 2909 | | i128, [INFO] [stdout] 2910 | | 90, [INFO] [stdout] ... | [INFO] [stdout] 2915 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2916 | / impl_try_from_bitwise!( [INFO] [stdout] 2917 | | Int128Impl, [INFO] [stdout] 2918 | | i128, [INFO] [stdout] 2919 | | 91, [INFO] [stdout] ... | [INFO] [stdout] 2924 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2925 | / impl_try_from_bitwise!( [INFO] [stdout] 2926 | | Int128Impl, [INFO] [stdout] 2927 | | i128, [INFO] [stdout] 2928 | | 92, [INFO] [stdout] ... | [INFO] [stdout] 2933 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2934 | / impl_try_from_bitwise!( [INFO] [stdout] 2935 | | Int128Impl, [INFO] [stdout] 2936 | | i128, [INFO] [stdout] 2937 | | 93, [INFO] [stdout] ... | [INFO] [stdout] 2942 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2943 | / impl_try_from_bitwise!( [INFO] [stdout] 2944 | | Int128Impl, [INFO] [stdout] 2945 | | i128, [INFO] [stdout] 2946 | | 94, [INFO] [stdout] ... | [INFO] [stdout] 2951 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2952 | / impl_try_from_bitwise!( [INFO] [stdout] 2953 | | Int128Impl, [INFO] [stdout] 2954 | | i128, [INFO] [stdout] 2955 | | 95, [INFO] [stdout] ... | [INFO] [stdout] 2960 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2961 | / impl_try_from_bitwise!( [INFO] [stdout] 2962 | | Int128Impl, [INFO] [stdout] 2963 | | i128, [INFO] [stdout] 2964 | | 96, [INFO] [stdout] ... | [INFO] [stdout] 2969 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2970 | / impl_try_from_bitwise!( [INFO] [stdout] 2971 | | Int128Impl, [INFO] [stdout] 2972 | | i128, [INFO] [stdout] 2973 | | 97, [INFO] [stdout] ... | [INFO] [stdout] 2978 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2979 | / impl_try_from_bitwise!( [INFO] [stdout] 2980 | | Int128Impl, [INFO] [stdout] 2981 | | i128, [INFO] [stdout] 2982 | | 98, [INFO] [stdout] ... | [INFO] [stdout] 2987 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2988 | / impl_try_from_bitwise!( [INFO] [stdout] 2989 | | Int128Impl, [INFO] [stdout] 2990 | | i128, [INFO] [stdout] 2991 | | 99, [INFO] [stdout] ... | [INFO] [stdout] 2996 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2997 | / impl_try_from_bitwise!( [INFO] [stdout] 2998 | | Int128Impl, [INFO] [stdout] 2999 | | i128, [INFO] [stdout] 3000 | | 100, [INFO] [stdout] ... | [INFO] [stdout] 3005 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3006 | / impl_try_from_bitwise!( [INFO] [stdout] 3007 | | Int128Impl, [INFO] [stdout] 3008 | | i128, [INFO] [stdout] 3009 | | 101, [INFO] [stdout] ... | [INFO] [stdout] 3014 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3015 | / impl_try_from_bitwise!( [INFO] [stdout] 3016 | | Int128Impl, [INFO] [stdout] 3017 | | i128, [INFO] [stdout] 3018 | | 102, [INFO] [stdout] ... | [INFO] [stdout] 3023 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3024 | / impl_try_from_bitwise!( [INFO] [stdout] 3025 | | Int128Impl, [INFO] [stdout] 3026 | | i128, [INFO] [stdout] 3027 | | 103, [INFO] [stdout] ... | [INFO] [stdout] 3032 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3033 | / impl_try_from_bitwise!( [INFO] [stdout] 3034 | | Int128Impl, [INFO] [stdout] 3035 | | i128, [INFO] [stdout] 3036 | | 104, [INFO] [stdout] ... | [INFO] [stdout] 3041 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3042 | / impl_try_from_bitwise!( [INFO] [stdout] 3043 | | Int128Impl, [INFO] [stdout] 3044 | | i128, [INFO] [stdout] 3045 | | 105, [INFO] [stdout] ... | [INFO] [stdout] 3050 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3051 | / impl_try_from_bitwise!( [INFO] [stdout] 3052 | | Int128Impl, [INFO] [stdout] 3053 | | i128, [INFO] [stdout] 3054 | | 106, [INFO] [stdout] 3055 | | [107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 3056 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3057 | / impl_try_from_bitwise!( [INFO] [stdout] 3058 | | Int128Impl, [INFO] [stdout] 3059 | | i128, [INFO] [stdout] 3060 | | 107, [INFO] [stdout] 3061 | | [108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 3062 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3063 | / impl_try_from_bitwise!( [INFO] [stdout] 3064 | | Int128Impl, [INFO] [stdout] 3065 | | i128, [INFO] [stdout] 3066 | | 108, [INFO] [stdout] 3067 | | [109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 3068 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3069 | / impl_try_from_bitwise!( [INFO] [stdout] 3070 | | Int128Impl, [INFO] [stdout] 3071 | | i128, [INFO] [stdout] 3072 | | 109, [INFO] [stdout] 3073 | | [110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 3074 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3075 | / impl_try_from_bitwise!( [INFO] [stdout] 3076 | | Int128Impl, [INFO] [stdout] 3077 | | i128, [INFO] [stdout] 3078 | | 110, [INFO] [stdout] 3079 | | [111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 3080 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3081 | / impl_try_from_bitwise!( [INFO] [stdout] 3082 | | Int128Impl, [INFO] [stdout] 3083 | | i128, [INFO] [stdout] 3084 | | 111, [INFO] [stdout] 3085 | | [112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 3086 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3087 | / impl_try_from_bitwise!( [INFO] [stdout] 3088 | | Int128Impl, [INFO] [stdout] 3089 | | i128, [INFO] [stdout] 3090 | | 112, [INFO] [stdout] 3091 | | [113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 3092 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3093 | / impl_try_from_bitwise!( [INFO] [stdout] 3094 | | Int128Impl, [INFO] [stdout] 3095 | | i128, [INFO] [stdout] 3096 | | 113, [INFO] [stdout] 3097 | | [114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 3098 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3099 | / impl_try_from_bitwise!( [INFO] [stdout] 3100 | | Int128Impl, [INFO] [stdout] 3101 | | i128, [INFO] [stdout] 3102 | | 114, [INFO] [stdout] 3103 | | [115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 3104 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3105 | impl_try_from_bitwise!(Int128Impl, i128, 115, [116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3106 | impl_try_from_bitwise!(Int128Impl, i128, 116, [117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3107 | impl_try_from_bitwise!(Int128Impl, i128, 117, [118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3108 | impl_try_from_bitwise!(Int128Impl, i128, 118, [119, 120, 121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3109 | impl_try_from_bitwise!(Int128Impl, i128, 119, [120, 121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3110 | impl_try_from_bitwise!(Int128Impl, i128, 120, [121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3111 | impl_try_from_bitwise!(Int128Impl, i128, 121, [122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3112 | impl_try_from_bitwise!(Int128Impl, i128, 122, [123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3113 | impl_try_from_bitwise!(Int128Impl, i128, 123, [124, 125, 126, 127, 128,]); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3114 | impl_try_from_bitwise!(Int128Impl, i128, 124, [125, 126, 127, 128,]); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3115 | impl_try_from_bitwise!(Int128Impl, i128, 125, [126, 127, 128,]); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3116 | impl_try_from_bitwise!(Int128Impl, i128, 126, [127, 128,]); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3117 | impl_try_from_bitwise!(Int128Impl, i128, 127, [128,]); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:487:17 [INFO] [stdout] | [INFO] [stdout] 487 | Self::try_from(value.0).map_err(|_| TryFromGenericIntError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1864 | impl_try_from_primitive!(UInt8Impl, [i8, i16, i32, i64, i128,]); [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 `impl_try_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:487:17 [INFO] [stdout] | [INFO] [stdout] 487 | Self::try_from(value.0).map_err(|_| TryFromGenericIntError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1864 | impl_try_from_primitive!(UInt8Impl, [i8, i16, i32, i64, i128,]); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:487:17 [INFO] [stdout] | [INFO] [stdout] 487 | Self::try_from(value.0).map_err(|_| TryFromGenericIntError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1864 | impl_try_from_primitive!(UInt8Impl, [i8, i16, i32, i64, i128,]); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:487:17 [INFO] [stdout] | [INFO] [stdout] 487 | Self::try_from(value.0).map_err(|_| TryFromGenericIntError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1864 | impl_try_from_primitive!(UInt8Impl, [i8, i16, i32, i64, i128,]); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1870 | impl_try_from_bitwise!(UInt8Impl, u8, 0, [1, 2, 3, 4, 5, 6, 7, 8,]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1871 | impl_try_from_bitwise!(UInt8Impl, u8, 1, [2, 3, 4, 5, 6, 7, 8,]); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1872 | impl_try_from_bitwise!(UInt8Impl, u8, 2, [3, 4, 5, 6, 7, 8,]); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1873 | impl_try_from_bitwise!(UInt8Impl, u8, 3, [4, 5, 6, 7, 8,]); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1874 | impl_try_from_bitwise!(UInt8Impl, u8, 4, [5, 6, 7, 8,]); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1875 | impl_try_from_bitwise!(UInt8Impl, u8, 5, [6, 7, 8,]); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1876 | impl_try_from_bitwise!(UInt8Impl, u8, 6, [7, 8,]); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1877 | impl_try_from_bitwise!(UInt8Impl, u8, 7, [8,]); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:487:17 [INFO] [stdout] | [INFO] [stdout] 487 | Self::try_from(value.0).map_err(|_| TryFromGenericIntError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1880 | impl_try_from_primitive!(UInt16Impl, [u8, i8, i16, i32, i64, i128,]); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:487:17 [INFO] [stdout] | [INFO] [stdout] 487 | Self::try_from(value.0).map_err(|_| TryFromGenericIntError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1880 | impl_try_from_primitive!(UInt16Impl, [u8, i8, i16, i32, i64, i128,]); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:487:17 [INFO] [stdout] | [INFO] [stdout] 487 | Self::try_from(value.0).map_err(|_| TryFromGenericIntError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1880 | impl_try_from_primitive!(UInt16Impl, [u8, i8, i16, i32, i64, i128,]); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1886 | impl_try_from_bitwise!(UInt16Impl, u16, 9, [10, 11, 12, 13, 14, 15, 16,]); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1887 | impl_try_from_bitwise!(UInt16Impl, u16, 10, [11, 12, 13, 14, 15, 16,]); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1888 | impl_try_from_bitwise!(UInt16Impl, u16, 11, [12, 13, 14, 15, 16,]); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1889 | impl_try_from_bitwise!(UInt16Impl, u16, 12, [13, 14, 15, 16,]); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1890 | impl_try_from_bitwise!(UInt16Impl, u16, 13, [14, 15, 16,]); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1891 | impl_try_from_bitwise!(UInt16Impl, u16, 14, [15, 16,]); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1892 | impl_try_from_bitwise!(UInt16Impl, u16, 15, [16,]); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:487:17 [INFO] [stdout] | [INFO] [stdout] 487 | Self::try_from(value.0).map_err(|_| TryFromGenericIntError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1895 | impl_try_from_primitive!(UInt32Impl, [u8, u16, i8, i16, i32, i64, i128, usize,]); [INFO] [stdout] | -------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:487:17 [INFO] [stdout] | [INFO] [stdout] 487 | Self::try_from(value.0).map_err(|_| TryFromGenericIntError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1895 | impl_try_from_primitive!(UInt32Impl, [u8, u16, i8, i16, i32, i64, i128, usize,]); [INFO] [stdout] | -------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1901 | impl_try_from_bitwise!(UInt32Impl, u32, 17, [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1902 | impl_try_from_bitwise!(UInt32Impl, u32, 18, [19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1903 | impl_try_from_bitwise!(UInt32Impl, u32, 19, [20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1904 | impl_try_from_bitwise!(UInt32Impl, u32, 20, [21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1905 | impl_try_from_bitwise!(UInt32Impl, u32, 21, [22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1906 | impl_try_from_bitwise!(UInt32Impl, u32, 22, [23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1907 | impl_try_from_bitwise!(UInt32Impl, u32, 23, [24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1908 | impl_try_from_bitwise!(UInt32Impl, u32, 24, [25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1909 | impl_try_from_bitwise!(UInt32Impl, u32, 25, [26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1910 | impl_try_from_bitwise!(UInt32Impl, u32, 26, [27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1911 | impl_try_from_bitwise!(UInt32Impl, u32, 27, [28, 29, 30, 31, 32,]); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1912 | impl_try_from_bitwise!(UInt32Impl, u32, 28, [29, 30, 31, 32,]); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1913 | impl_try_from_bitwise!(UInt32Impl, u32, 29, [30, 31, 32,]); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1914 | impl_try_from_bitwise!(UInt32Impl, u32, 30, [31, 32,]); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1915 | impl_try_from_bitwise!(UInt32Impl, u32, 31, [32,]); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:487:17 [INFO] [stdout] | [INFO] [stdout] 487 | Self::try_from(value.0).map_err(|_| TryFromGenericIntError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1918 | impl_try_from_primitive!(UInt64Impl, [u8, u16, u32, i8, i16, i32, i64, i128, usize,]); [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1920 | / impl_try_from_bitwise!( [INFO] [stdout] 1921 | | UInt64Impl, [INFO] [stdout] 1922 | | u64, [INFO] [stdout] 1923 | | 33, [INFO] [stdout] ... | [INFO] [stdout] 1928 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1929 | / impl_try_from_bitwise!( [INFO] [stdout] 1930 | | UInt64Impl, [INFO] [stdout] 1931 | | u64, [INFO] [stdout] 1932 | | 34, [INFO] [stdout] ... | [INFO] [stdout] 1937 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1938 | / impl_try_from_bitwise!( [INFO] [stdout] 1939 | | UInt64Impl, [INFO] [stdout] 1940 | | u64, [INFO] [stdout] 1941 | | 35, [INFO] [stdout] ... | [INFO] [stdout] 1946 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1947 | / impl_try_from_bitwise!( [INFO] [stdout] 1948 | | UInt64Impl, [INFO] [stdout] 1949 | | u64, [INFO] [stdout] 1950 | | 36, [INFO] [stdout] ... | [INFO] [stdout] 1955 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1956 | / impl_try_from_bitwise!( [INFO] [stdout] 1957 | | UInt64Impl, [INFO] [stdout] 1958 | | u64, [INFO] [stdout] 1959 | | 37, [INFO] [stdout] 1960 | | [38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 1961 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1962 | / impl_try_from_bitwise!( [INFO] [stdout] 1963 | | UInt64Impl, [INFO] [stdout] 1964 | | u64, [INFO] [stdout] 1965 | | 38, [INFO] [stdout] 1966 | | [39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 1967 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1968 | / impl_try_from_bitwise!( [INFO] [stdout] 1969 | | UInt64Impl, [INFO] [stdout] 1970 | | u64, [INFO] [stdout] 1971 | | 39, [INFO] [stdout] 1972 | | [40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 1973 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1974 | / impl_try_from_bitwise!( [INFO] [stdout] 1975 | | UInt64Impl, [INFO] [stdout] 1976 | | u64, [INFO] [stdout] 1977 | | 40, [INFO] [stdout] 1978 | | [41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 1979 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1980 | / impl_try_from_bitwise!( [INFO] [stdout] 1981 | | UInt64Impl, [INFO] [stdout] 1982 | | u64, [INFO] [stdout] 1983 | | 41, [INFO] [stdout] 1984 | | [42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 1985 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1986 | / impl_try_from_bitwise!( [INFO] [stdout] 1987 | | UInt64Impl, [INFO] [stdout] 1988 | | u64, [INFO] [stdout] 1989 | | 42, [INFO] [stdout] 1990 | | [43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 1991 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1992 | / impl_try_from_bitwise!( [INFO] [stdout] 1993 | | UInt64Impl, [INFO] [stdout] 1994 | | u64, [INFO] [stdout] 1995 | | 43, [INFO] [stdout] 1996 | | [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 1997 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1998 | / impl_try_from_bitwise!( [INFO] [stdout] 1999 | | UInt64Impl, [INFO] [stdout] 2000 | | u64, [INFO] [stdout] 2001 | | 44, [INFO] [stdout] 2002 | | [45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2003 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2004 | / impl_try_from_bitwise!( [INFO] [stdout] 2005 | | UInt64Impl, [INFO] [stdout] 2006 | | u64, [INFO] [stdout] 2007 | | 45, [INFO] [stdout] 2008 | | [46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2009 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2010 | / impl_try_from_bitwise!( [INFO] [stdout] 2011 | | UInt64Impl, [INFO] [stdout] 2012 | | u64, [INFO] [stdout] 2013 | | 46, [INFO] [stdout] 2014 | | [47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2015 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2016 | impl_try_from_bitwise!(UInt64Impl, u64, 47, [48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2017 | impl_try_from_bitwise!(UInt64Impl, u64, 48, [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2018 | impl_try_from_bitwise!(UInt64Impl, u64, 49, [50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2019 | impl_try_from_bitwise!(UInt64Impl, u64, 50, [51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2020 | impl_try_from_bitwise!(UInt64Impl, u64, 51, [52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2021 | impl_try_from_bitwise!(UInt64Impl, u64, 52, [53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2022 | impl_try_from_bitwise!(UInt64Impl, u64, 53, [54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2023 | impl_try_from_bitwise!(UInt64Impl, u64, 54, [55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2024 | impl_try_from_bitwise!(UInt64Impl, u64, 55, [56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2025 | impl_try_from_bitwise!(UInt64Impl, u64, 56, [57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2026 | impl_try_from_bitwise!(UInt64Impl, u64, 57, [58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2027 | impl_try_from_bitwise!(UInt64Impl, u64, 58, [59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2028 | impl_try_from_bitwise!(UInt64Impl, u64, 59, [60, 61, 62, 63, 64,]); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2029 | impl_try_from_bitwise!(UInt64Impl, u64, 60, [61, 62, 63, 64,]); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2030 | impl_try_from_bitwise!(UInt64Impl, u64, 61, [62, 63, 64,]); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2031 | impl_try_from_bitwise!(UInt64Impl, u64, 62, [63, 64,]); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2032 | impl_try_from_bitwise!(UInt64Impl, u64, 63, [64,]); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2037 | / impl_try_from_bitwise!( [INFO] [stdout] 2038 | | UInt128Impl, [INFO] [stdout] 2039 | | u128, [INFO] [stdout] 2040 | | 65, [INFO] [stdout] ... | [INFO] [stdout] 2046 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2047 | / impl_try_from_bitwise!( [INFO] [stdout] 2048 | | UInt128Impl, [INFO] [stdout] 2049 | | u128, [INFO] [stdout] 2050 | | 66, [INFO] [stdout] ... | [INFO] [stdout] 2056 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2057 | / impl_try_from_bitwise!( [INFO] [stdout] 2058 | | UInt128Impl, [INFO] [stdout] 2059 | | u128, [INFO] [stdout] 2060 | | 67, [INFO] [stdout] ... | [INFO] [stdout] 2066 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2067 | / impl_try_from_bitwise!( [INFO] [stdout] 2068 | | UInt128Impl, [INFO] [stdout] 2069 | | u128, [INFO] [stdout] 2070 | | 68, [INFO] [stdout] ... | [INFO] [stdout] 2076 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2077 | / impl_try_from_bitwise!( [INFO] [stdout] 2078 | | UInt128Impl, [INFO] [stdout] 2079 | | u128, [INFO] [stdout] 2080 | | 69, [INFO] [stdout] ... | [INFO] [stdout] 2086 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2087 | / impl_try_from_bitwise!( [INFO] [stdout] 2088 | | UInt128Impl, [INFO] [stdout] 2089 | | u128, [INFO] [stdout] 2090 | | 70, [INFO] [stdout] ... | [INFO] [stdout] 2096 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2097 | / impl_try_from_bitwise!( [INFO] [stdout] 2098 | | UInt128Impl, [INFO] [stdout] 2099 | | u128, [INFO] [stdout] 2100 | | 71, [INFO] [stdout] ... | [INFO] [stdout] 2106 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2107 | / impl_try_from_bitwise!( [INFO] [stdout] 2108 | | UInt128Impl, [INFO] [stdout] 2109 | | u128, [INFO] [stdout] 2110 | | 72, [INFO] [stdout] ... | [INFO] [stdout] 2116 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2117 | / impl_try_from_bitwise!( [INFO] [stdout] 2118 | | UInt128Impl, [INFO] [stdout] 2119 | | u128, [INFO] [stdout] 2120 | | 73, [INFO] [stdout] ... | [INFO] [stdout] 2126 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2127 | / impl_try_from_bitwise!( [INFO] [stdout] 2128 | | UInt128Impl, [INFO] [stdout] 2129 | | u128, [INFO] [stdout] 2130 | | 74, [INFO] [stdout] ... | [INFO] [stdout] 2136 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2137 | / impl_try_from_bitwise!( [INFO] [stdout] 2138 | | UInt128Impl, [INFO] [stdout] 2139 | | u128, [INFO] [stdout] 2140 | | 75, [INFO] [stdout] ... | [INFO] [stdout] 2146 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2147 | / impl_try_from_bitwise!( [INFO] [stdout] 2148 | | UInt128Impl, [INFO] [stdout] 2149 | | u128, [INFO] [stdout] 2150 | | 76, [INFO] [stdout] ... | [INFO] [stdout] 2156 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2157 | / impl_try_from_bitwise!( [INFO] [stdout] 2158 | | UInt128Impl, [INFO] [stdout] 2159 | | u128, [INFO] [stdout] 2160 | | 77, [INFO] [stdout] ... | [INFO] [stdout] 2166 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2167 | / impl_try_from_bitwise!( [INFO] [stdout] 2168 | | UInt128Impl, [INFO] [stdout] 2169 | | u128, [INFO] [stdout] 2170 | | 78, [INFO] [stdout] ... | [INFO] [stdout] 2176 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2177 | / impl_try_from_bitwise!( [INFO] [stdout] 2178 | | UInt128Impl, [INFO] [stdout] 2179 | | u128, [INFO] [stdout] 2180 | | 79, [INFO] [stdout] ... | [INFO] [stdout] 2186 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2187 | / impl_try_from_bitwise!( [INFO] [stdout] 2188 | | UInt128Impl, [INFO] [stdout] 2189 | | u128, [INFO] [stdout] 2190 | | 80, [INFO] [stdout] ... | [INFO] [stdout] 2196 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2197 | / impl_try_from_bitwise!( [INFO] [stdout] 2198 | | UInt128Impl, [INFO] [stdout] 2199 | | u128, [INFO] [stdout] 2200 | | 81, [INFO] [stdout] ... | [INFO] [stdout] 2206 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2207 | / impl_try_from_bitwise!( [INFO] [stdout] 2208 | | UInt128Impl, [INFO] [stdout] 2209 | | u128, [INFO] [stdout] 2210 | | 82, [INFO] [stdout] ... | [INFO] [stdout] 2215 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2216 | / impl_try_from_bitwise!( [INFO] [stdout] 2217 | | UInt128Impl, [INFO] [stdout] 2218 | | u128, [INFO] [stdout] 2219 | | 83, [INFO] [stdout] ... | [INFO] [stdout] 2224 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2225 | / impl_try_from_bitwise!( [INFO] [stdout] 2226 | | UInt128Impl, [INFO] [stdout] 2227 | | u128, [INFO] [stdout] 2228 | | 84, [INFO] [stdout] ... | [INFO] [stdout] 2233 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2234 | / impl_try_from_bitwise!( [INFO] [stdout] 2235 | | UInt128Impl, [INFO] [stdout] 2236 | | u128, [INFO] [stdout] 2237 | | 85, [INFO] [stdout] ... | [INFO] [stdout] 2242 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2243 | / impl_try_from_bitwise!( [INFO] [stdout] 2244 | | UInt128Impl, [INFO] [stdout] 2245 | | u128, [INFO] [stdout] 2246 | | 86, [INFO] [stdout] ... | [INFO] [stdout] 2251 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2252 | / impl_try_from_bitwise!( [INFO] [stdout] 2253 | | UInt128Impl, [INFO] [stdout] 2254 | | u128, [INFO] [stdout] 2255 | | 87, [INFO] [stdout] ... | [INFO] [stdout] 2260 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2261 | / impl_try_from_bitwise!( [INFO] [stdout] 2262 | | UInt128Impl, [INFO] [stdout] 2263 | | u128, [INFO] [stdout] 2264 | | 88, [INFO] [stdout] ... | [INFO] [stdout] 2269 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2270 | / impl_try_from_bitwise!( [INFO] [stdout] 2271 | | UInt128Impl, [INFO] [stdout] 2272 | | u128, [INFO] [stdout] 2273 | | 89, [INFO] [stdout] ... | [INFO] [stdout] 2278 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2279 | / impl_try_from_bitwise!( [INFO] [stdout] 2280 | | UInt128Impl, [INFO] [stdout] 2281 | | u128, [INFO] [stdout] 2282 | | 90, [INFO] [stdout] ... | [INFO] [stdout] 2287 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2288 | / impl_try_from_bitwise!( [INFO] [stdout] 2289 | | UInt128Impl, [INFO] [stdout] 2290 | | u128, [INFO] [stdout] 2291 | | 91, [INFO] [stdout] ... | [INFO] [stdout] 2296 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2297 | / impl_try_from_bitwise!( [INFO] [stdout] 2298 | | UInt128Impl, [INFO] [stdout] 2299 | | u128, [INFO] [stdout] 2300 | | 92, [INFO] [stdout] ... | [INFO] [stdout] 2305 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2306 | / impl_try_from_bitwise!( [INFO] [stdout] 2307 | | UInt128Impl, [INFO] [stdout] 2308 | | u128, [INFO] [stdout] 2309 | | 93, [INFO] [stdout] ... | [INFO] [stdout] 2314 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2315 | / impl_try_from_bitwise!( [INFO] [stdout] 2316 | | UInt128Impl, [INFO] [stdout] 2317 | | u128, [INFO] [stdout] 2318 | | 94, [INFO] [stdout] ... | [INFO] [stdout] 2323 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2324 | / impl_try_from_bitwise!( [INFO] [stdout] 2325 | | UInt128Impl, [INFO] [stdout] 2326 | | u128, [INFO] [stdout] 2327 | | 95, [INFO] [stdout] ... | [INFO] [stdout] 2332 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2333 | / impl_try_from_bitwise!( [INFO] [stdout] 2334 | | UInt128Impl, [INFO] [stdout] 2335 | | u128, [INFO] [stdout] 2336 | | 96, [INFO] [stdout] ... | [INFO] [stdout] 2341 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2342 | / impl_try_from_bitwise!( [INFO] [stdout] 2343 | | UInt128Impl, [INFO] [stdout] 2344 | | u128, [INFO] [stdout] 2345 | | 97, [INFO] [stdout] ... | [INFO] [stdout] 2350 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2351 | / impl_try_from_bitwise!( [INFO] [stdout] 2352 | | UInt128Impl, [INFO] [stdout] 2353 | | u128, [INFO] [stdout] 2354 | | 98, [INFO] [stdout] ... | [INFO] [stdout] 2359 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2360 | / impl_try_from_bitwise!( [INFO] [stdout] 2361 | | UInt128Impl, [INFO] [stdout] 2362 | | u128, [INFO] [stdout] 2363 | | 99, [INFO] [stdout] ... | [INFO] [stdout] 2368 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2369 | / impl_try_from_bitwise!( [INFO] [stdout] 2370 | | UInt128Impl, [INFO] [stdout] 2371 | | u128, [INFO] [stdout] 2372 | | 100, [INFO] [stdout] ... | [INFO] [stdout] 2377 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2378 | / impl_try_from_bitwise!( [INFO] [stdout] 2379 | | UInt128Impl, [INFO] [stdout] 2380 | | u128, [INFO] [stdout] 2381 | | 101, [INFO] [stdout] ... | [INFO] [stdout] 2386 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2387 | / impl_try_from_bitwise!( [INFO] [stdout] 2388 | | UInt128Impl, [INFO] [stdout] 2389 | | u128, [INFO] [stdout] 2390 | | 102, [INFO] [stdout] ... | [INFO] [stdout] 2395 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2396 | / impl_try_from_bitwise!( [INFO] [stdout] 2397 | | UInt128Impl, [INFO] [stdout] 2398 | | u128, [INFO] [stdout] 2399 | | 103, [INFO] [stdout] ... | [INFO] [stdout] 2404 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2405 | / impl_try_from_bitwise!( [INFO] [stdout] 2406 | | UInt128Impl, [INFO] [stdout] 2407 | | u128, [INFO] [stdout] 2408 | | 104, [INFO] [stdout] ... | [INFO] [stdout] 2413 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2414 | / impl_try_from_bitwise!( [INFO] [stdout] 2415 | | UInt128Impl, [INFO] [stdout] 2416 | | u128, [INFO] [stdout] 2417 | | 105, [INFO] [stdout] ... | [INFO] [stdout] 2422 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2423 | / impl_try_from_bitwise!( [INFO] [stdout] 2424 | | UInt128Impl, [INFO] [stdout] 2425 | | u128, [INFO] [stdout] 2426 | | 106, [INFO] [stdout] 2427 | | [107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 2428 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2429 | / impl_try_from_bitwise!( [INFO] [stdout] 2430 | | UInt128Impl, [INFO] [stdout] 2431 | | u128, [INFO] [stdout] 2432 | | 107, [INFO] [stdout] 2433 | | [108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 2434 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2435 | / impl_try_from_bitwise!( [INFO] [stdout] 2436 | | UInt128Impl, [INFO] [stdout] 2437 | | u128, [INFO] [stdout] 2438 | | 108, [INFO] [stdout] 2439 | | [109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 2440 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2441 | / impl_try_from_bitwise!( [INFO] [stdout] 2442 | | UInt128Impl, [INFO] [stdout] 2443 | | u128, [INFO] [stdout] 2444 | | 109, [INFO] [stdout] 2445 | | [110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 2446 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2447 | / impl_try_from_bitwise!( [INFO] [stdout] 2448 | | UInt128Impl, [INFO] [stdout] 2449 | | u128, [INFO] [stdout] 2450 | | 110, [INFO] [stdout] 2451 | | [111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 2452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2453 | / impl_try_from_bitwise!( [INFO] [stdout] 2454 | | UInt128Impl, [INFO] [stdout] 2455 | | u128, [INFO] [stdout] 2456 | | 111, [INFO] [stdout] 2457 | | [112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 2458 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2459 | / impl_try_from_bitwise!( [INFO] [stdout] 2460 | | UInt128Impl, [INFO] [stdout] 2461 | | u128, [INFO] [stdout] 2462 | | 112, [INFO] [stdout] 2463 | | [113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 2464 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2465 | / impl_try_from_bitwise!( [INFO] [stdout] 2466 | | UInt128Impl, [INFO] [stdout] 2467 | | u128, [INFO] [stdout] 2468 | | 113, [INFO] [stdout] 2469 | | [114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 2470 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2471 | / impl_try_from_bitwise!( [INFO] [stdout] 2472 | | UInt128Impl, [INFO] [stdout] 2473 | | u128, [INFO] [stdout] 2474 | | 114, [INFO] [stdout] 2475 | | [115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 2476 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2477 | impl_try_from_bitwise!(UInt128Impl, u128, 115, [116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2478 | impl_try_from_bitwise!(UInt128Impl, u128, 116, [117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2479 | impl_try_from_bitwise!(UInt128Impl, u128, 117, [118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2480 | impl_try_from_bitwise!(UInt128Impl, u128, 118, [119, 120, 121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | --------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2481 | impl_try_from_bitwise!(UInt128Impl, u128, 119, [120, 121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2482 | impl_try_from_bitwise!(UInt128Impl, u128, 120, [121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2483 | impl_try_from_bitwise!(UInt128Impl, u128, 121, [122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2484 | impl_try_from_bitwise!(UInt128Impl, u128, 122, [123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2485 | impl_try_from_bitwise!(UInt128Impl, u128, 123, [124, 125, 126, 127, 128,]); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2486 | impl_try_from_bitwise!(UInt128Impl, u128, 124, [125, 126, 127, 128,]); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2487 | impl_try_from_bitwise!(UInt128Impl, u128, 125, [126, 127, 128,]); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2488 | impl_try_from_bitwise!(UInt128Impl, u128, 126, [127, 128,]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2489 | impl_try_from_bitwise!(UInt128Impl, u128, 127, [128,]); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2498 | impl_try_from_bitwise!(Int8Impl, i8, 0, [1, 2, 3, 4, 5, 6, 7, 8,]); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2499 | impl_try_from_bitwise!(Int8Impl, i8, 1, [2, 3, 4, 5, 6, 7, 8,]); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2500 | impl_try_from_bitwise!(Int8Impl, i8, 2, [3, 4, 5, 6, 7, 8,]); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2501 | impl_try_from_bitwise!(Int8Impl, i8, 3, [4, 5, 6, 7, 8,]); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2502 | impl_try_from_bitwise!(Int8Impl, i8, 4, [5, 6, 7, 8,]); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2503 | impl_try_from_bitwise!(Int8Impl, i8, 5, [6, 7, 8,]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2504 | impl_try_from_bitwise!(Int8Impl, i8, 6, [7, 8,]); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2505 | impl_try_from_bitwise!(Int8Impl, i8, 7, [8,]); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:471:34 [INFO] [stdout] | [INFO] [stdout] 471 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2509 | / impl_try_from_basewise!( [INFO] [stdout] 2510 | | Int16Impl, [INFO] [stdout] 2511 | | i16, [INFO] [stdout] 2512 | | [UInt8Impl, UInt16Impl, UInt32Impl, UInt64Impl, UInt128Impl, Int32Impl, Int64Impl, Int128Impl,] [INFO] [stdout] 2513 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_basewise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2514 | impl_try_from_bitwise!(Int16Impl, i16, 9, [10, 11, 12, 13, 14, 15, 16,]); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2515 | impl_try_from_bitwise!(Int16Impl, i16, 10, [11, 12, 13, 14, 15, 16,]); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2516 | impl_try_from_bitwise!(Int16Impl, i16, 11, [12, 13, 14, 15, 16,]); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2517 | impl_try_from_bitwise!(Int16Impl, i16, 12, [13, 14, 15, 16,]); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2518 | impl_try_from_bitwise!(Int16Impl, i16, 13, [14, 15, 16,]); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2519 | impl_try_from_bitwise!(Int16Impl, i16, 14, [15, 16,]); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2520 | impl_try_from_bitwise!(Int16Impl, i16, 15, [16,]); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:471:34 [INFO] [stdout] | [INFO] [stdout] 471 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2524 | / impl_try_from_basewise!( [INFO] [stdout] 2525 | | Int32Impl, [INFO] [stdout] 2526 | | i32, [INFO] [stdout] 2527 | | [UInt8Impl, UInt16Impl, UInt32Impl, UInt64Impl, UInt128Impl, Int64Impl, Int128Impl,] [INFO] [stdout] 2528 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_basewise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2529 | impl_try_from_bitwise!(Int32Impl, i32, 17, [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2530 | impl_try_from_bitwise!(Int32Impl, i32, 18, [19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2531 | impl_try_from_bitwise!(Int32Impl, i32, 19, [20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2532 | impl_try_from_bitwise!(Int32Impl, i32, 20, [21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2533 | impl_try_from_bitwise!(Int32Impl, i32, 21, [22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2534 | impl_try_from_bitwise!(Int32Impl, i32, 22, [23, 24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2535 | impl_try_from_bitwise!(Int32Impl, i32, 23, [24, 25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2536 | impl_try_from_bitwise!(Int32Impl, i32, 24, [25, 26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2537 | impl_try_from_bitwise!(Int32Impl, i32, 25, [26, 27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2538 | impl_try_from_bitwise!(Int32Impl, i32, 26, [27, 28, 29, 30, 31, 32,]); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2539 | impl_try_from_bitwise!(Int32Impl, i32, 27, [28, 29, 30, 31, 32,]); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2540 | impl_try_from_bitwise!(Int32Impl, i32, 28, [29, 30, 31, 32,]); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2541 | impl_try_from_bitwise!(Int32Impl, i32, 29, [30, 31, 32,]); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2542 | impl_try_from_bitwise!(Int32Impl, i32, 30, [31, 32,]); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2543 | impl_try_from_bitwise!(Int32Impl, i32, 31, [32,]); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:471:34 [INFO] [stdout] | [INFO] [stdout] 471 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2547 | impl_try_from_basewise!(Int64Impl, i64, [UInt8Impl, UInt16Impl, UInt32Impl, UInt64Impl, UInt128Impl, Int128Impl,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_basewise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2548 | / impl_try_from_bitwise!( [INFO] [stdout] 2549 | | Int64Impl, [INFO] [stdout] 2550 | | i64, [INFO] [stdout] 2551 | | 33, [INFO] [stdout] ... | [INFO] [stdout] 2556 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2557 | / impl_try_from_bitwise!( [INFO] [stdout] 2558 | | Int64Impl, [INFO] [stdout] 2559 | | i64, [INFO] [stdout] 2560 | | 34, [INFO] [stdout] ... | [INFO] [stdout] 2565 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2566 | / impl_try_from_bitwise!( [INFO] [stdout] 2567 | | Int64Impl, [INFO] [stdout] 2568 | | i64, [INFO] [stdout] 2569 | | 35, [INFO] [stdout] ... | [INFO] [stdout] 2574 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2575 | / impl_try_from_bitwise!( [INFO] [stdout] 2576 | | Int64Impl, [INFO] [stdout] 2577 | | i64, [INFO] [stdout] 2578 | | 36, [INFO] [stdout] ... | [INFO] [stdout] 2583 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2584 | / impl_try_from_bitwise!( [INFO] [stdout] 2585 | | Int64Impl, [INFO] [stdout] 2586 | | i64, [INFO] [stdout] 2587 | | 37, [INFO] [stdout] 2588 | | [38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2589 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2590 | / impl_try_from_bitwise!( [INFO] [stdout] 2591 | | Int64Impl, [INFO] [stdout] 2592 | | i64, [INFO] [stdout] 2593 | | 38, [INFO] [stdout] 2594 | | [39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2595 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2596 | / impl_try_from_bitwise!( [INFO] [stdout] 2597 | | Int64Impl, [INFO] [stdout] 2598 | | i64, [INFO] [stdout] 2599 | | 39, [INFO] [stdout] 2600 | | [40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2601 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2602 | / impl_try_from_bitwise!( [INFO] [stdout] 2603 | | Int64Impl, [INFO] [stdout] 2604 | | i64, [INFO] [stdout] 2605 | | 40, [INFO] [stdout] 2606 | | [41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2607 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2608 | / impl_try_from_bitwise!( [INFO] [stdout] 2609 | | Int64Impl, [INFO] [stdout] 2610 | | i64, [INFO] [stdout] 2611 | | 41, [INFO] [stdout] 2612 | | [42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2613 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2614 | / impl_try_from_bitwise!( [INFO] [stdout] 2615 | | Int64Impl, [INFO] [stdout] 2616 | | i64, [INFO] [stdout] 2617 | | 42, [INFO] [stdout] 2618 | | [43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2619 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2620 | / impl_try_from_bitwise!( [INFO] [stdout] 2621 | | Int64Impl, [INFO] [stdout] 2622 | | i64, [INFO] [stdout] 2623 | | 43, [INFO] [stdout] 2624 | | [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2625 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2626 | / impl_try_from_bitwise!( [INFO] [stdout] 2627 | | Int64Impl, [INFO] [stdout] 2628 | | i64, [INFO] [stdout] 2629 | | 44, [INFO] [stdout] 2630 | | [45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2631 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2632 | / impl_try_from_bitwise!( [INFO] [stdout] 2633 | | Int64Impl, [INFO] [stdout] 2634 | | i64, [INFO] [stdout] 2635 | | 45, [INFO] [stdout] 2636 | | [46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2637 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2638 | / impl_try_from_bitwise!( [INFO] [stdout] 2639 | | Int64Impl, [INFO] [stdout] 2640 | | i64, [INFO] [stdout] 2641 | | 46, [INFO] [stdout] 2642 | | [47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,] [INFO] [stdout] 2643 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2644 | impl_try_from_bitwise!(Int64Impl, i64, 47, [48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2645 | impl_try_from_bitwise!(Int64Impl, i64, 48, [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2646 | impl_try_from_bitwise!(Int64Impl, i64, 49, [50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2647 | impl_try_from_bitwise!(Int64Impl, i64, 50, [51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2648 | impl_try_from_bitwise!(Int64Impl, i64, 51, [52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2649 | impl_try_from_bitwise!(Int64Impl, i64, 52, [53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2650 | impl_try_from_bitwise!(Int64Impl, i64, 53, [54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2651 | impl_try_from_bitwise!(Int64Impl, i64, 54, [55, 56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2652 | impl_try_from_bitwise!(Int64Impl, i64, 55, [56, 57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2653 | impl_try_from_bitwise!(Int64Impl, i64, 56, [57, 58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2654 | impl_try_from_bitwise!(Int64Impl, i64, 57, [58, 59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2655 | impl_try_from_bitwise!(Int64Impl, i64, 58, [59, 60, 61, 62, 63, 64,]); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2656 | impl_try_from_bitwise!(Int64Impl, i64, 59, [60, 61, 62, 63, 64,]); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2657 | impl_try_from_bitwise!(Int64Impl, i64, 60, [61, 62, 63, 64,]); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2658 | impl_try_from_bitwise!(Int64Impl, i64, 61, [62, 63, 64,]); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2659 | impl_try_from_bitwise!(Int64Impl, i64, 62, [63, 64,]); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2660 | impl_try_from_bitwise!(Int64Impl, i64, 63, [64,]); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:471:34 [INFO] [stdout] | [INFO] [stdout] 471 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2664 | impl_try_from_basewise!(Int128Impl, i128, [UInt8Impl, UInt16Impl, UInt32Impl, UInt64Impl, UInt128Impl,]); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_basewise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2665 | / impl_try_from_bitwise!( [INFO] [stdout] 2666 | | Int128Impl, [INFO] [stdout] 2667 | | i128, [INFO] [stdout] 2668 | | 65, [INFO] [stdout] ... | [INFO] [stdout] 2674 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2675 | / impl_try_from_bitwise!( [INFO] [stdout] 2676 | | Int128Impl, [INFO] [stdout] 2677 | | i128, [INFO] [stdout] 2678 | | 66, [INFO] [stdout] ... | [INFO] [stdout] 2684 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2685 | / impl_try_from_bitwise!( [INFO] [stdout] 2686 | | Int128Impl, [INFO] [stdout] 2687 | | i128, [INFO] [stdout] 2688 | | 67, [INFO] [stdout] ... | [INFO] [stdout] 2694 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2695 | / impl_try_from_bitwise!( [INFO] [stdout] 2696 | | Int128Impl, [INFO] [stdout] 2697 | | i128, [INFO] [stdout] 2698 | | 68, [INFO] [stdout] ... | [INFO] [stdout] 2704 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2705 | / impl_try_from_bitwise!( [INFO] [stdout] 2706 | | Int128Impl, [INFO] [stdout] 2707 | | i128, [INFO] [stdout] 2708 | | 69, [INFO] [stdout] ... | [INFO] [stdout] 2714 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2715 | / impl_try_from_bitwise!( [INFO] [stdout] 2716 | | Int128Impl, [INFO] [stdout] 2717 | | i128, [INFO] [stdout] 2718 | | 70, [INFO] [stdout] ... | [INFO] [stdout] 2724 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2725 | / impl_try_from_bitwise!( [INFO] [stdout] 2726 | | Int128Impl, [INFO] [stdout] 2727 | | i128, [INFO] [stdout] 2728 | | 71, [INFO] [stdout] ... | [INFO] [stdout] 2734 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2735 | / impl_try_from_bitwise!( [INFO] [stdout] 2736 | | Int128Impl, [INFO] [stdout] 2737 | | i128, [INFO] [stdout] 2738 | | 72, [INFO] [stdout] ... | [INFO] [stdout] 2744 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2745 | / impl_try_from_bitwise!( [INFO] [stdout] 2746 | | Int128Impl, [INFO] [stdout] 2747 | | i128, [INFO] [stdout] 2748 | | 73, [INFO] [stdout] ... | [INFO] [stdout] 2754 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2755 | / impl_try_from_bitwise!( [INFO] [stdout] 2756 | | Int128Impl, [INFO] [stdout] 2757 | | i128, [INFO] [stdout] 2758 | | 74, [INFO] [stdout] ... | [INFO] [stdout] 2764 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2765 | / impl_try_from_bitwise!( [INFO] [stdout] 2766 | | Int128Impl, [INFO] [stdout] 2767 | | i128, [INFO] [stdout] 2768 | | 75, [INFO] [stdout] ... | [INFO] [stdout] 2774 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2775 | / impl_try_from_bitwise!( [INFO] [stdout] 2776 | | Int128Impl, [INFO] [stdout] 2777 | | i128, [INFO] [stdout] 2778 | | 76, [INFO] [stdout] ... | [INFO] [stdout] 2784 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2785 | / impl_try_from_bitwise!( [INFO] [stdout] 2786 | | Int128Impl, [INFO] [stdout] 2787 | | i128, [INFO] [stdout] 2788 | | 77, [INFO] [stdout] ... | [INFO] [stdout] 2794 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2795 | / impl_try_from_bitwise!( [INFO] [stdout] 2796 | | Int128Impl, [INFO] [stdout] 2797 | | i128, [INFO] [stdout] 2798 | | 78, [INFO] [stdout] ... | [INFO] [stdout] 2804 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2805 | / impl_try_from_bitwise!( [INFO] [stdout] 2806 | | Int128Impl, [INFO] [stdout] 2807 | | i128, [INFO] [stdout] 2808 | | 79, [INFO] [stdout] ... | [INFO] [stdout] 2814 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2815 | / impl_try_from_bitwise!( [INFO] [stdout] 2816 | | Int128Impl, [INFO] [stdout] 2817 | | i128, [INFO] [stdout] 2818 | | 80, [INFO] [stdout] ... | [INFO] [stdout] 2824 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2825 | / impl_try_from_bitwise!( [INFO] [stdout] 2826 | | Int128Impl, [INFO] [stdout] 2827 | | i128, [INFO] [stdout] 2828 | | 81, [INFO] [stdout] ... | [INFO] [stdout] 2834 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2835 | / impl_try_from_bitwise!( [INFO] [stdout] 2836 | | Int128Impl, [INFO] [stdout] 2837 | | i128, [INFO] [stdout] 2838 | | 82, [INFO] [stdout] ... | [INFO] [stdout] 2843 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2844 | / impl_try_from_bitwise!( [INFO] [stdout] 2845 | | Int128Impl, [INFO] [stdout] 2846 | | i128, [INFO] [stdout] 2847 | | 83, [INFO] [stdout] ... | [INFO] [stdout] 2852 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2853 | / impl_try_from_bitwise!( [INFO] [stdout] 2854 | | Int128Impl, [INFO] [stdout] 2855 | | i128, [INFO] [stdout] 2856 | | 84, [INFO] [stdout] ... | [INFO] [stdout] 2861 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2862 | / impl_try_from_bitwise!( [INFO] [stdout] 2863 | | Int128Impl, [INFO] [stdout] 2864 | | i128, [INFO] [stdout] 2865 | | 85, [INFO] [stdout] ... | [INFO] [stdout] 2870 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2871 | / impl_try_from_bitwise!( [INFO] [stdout] 2872 | | Int128Impl, [INFO] [stdout] 2873 | | i128, [INFO] [stdout] 2874 | | 86, [INFO] [stdout] ... | [INFO] [stdout] 2879 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2880 | / impl_try_from_bitwise!( [INFO] [stdout] 2881 | | Int128Impl, [INFO] [stdout] 2882 | | i128, [INFO] [stdout] 2883 | | 87, [INFO] [stdout] ... | [INFO] [stdout] 2888 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2889 | / impl_try_from_bitwise!( [INFO] [stdout] 2890 | | Int128Impl, [INFO] [stdout] 2891 | | i128, [INFO] [stdout] 2892 | | 88, [INFO] [stdout] ... | [INFO] [stdout] 2897 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2898 | / impl_try_from_bitwise!( [INFO] [stdout] 2899 | | Int128Impl, [INFO] [stdout] 2900 | | i128, [INFO] [stdout] 2901 | | 89, [INFO] [stdout] ... | [INFO] [stdout] 2906 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2907 | / impl_try_from_bitwise!( [INFO] [stdout] 2908 | | Int128Impl, [INFO] [stdout] 2909 | | i128, [INFO] [stdout] 2910 | | 90, [INFO] [stdout] ... | [INFO] [stdout] 2915 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2916 | / impl_try_from_bitwise!( [INFO] [stdout] 2917 | | Int128Impl, [INFO] [stdout] 2918 | | i128, [INFO] [stdout] 2919 | | 91, [INFO] [stdout] ... | [INFO] [stdout] 2924 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2925 | / impl_try_from_bitwise!( [INFO] [stdout] 2926 | | Int128Impl, [INFO] [stdout] 2927 | | i128, [INFO] [stdout] 2928 | | 92, [INFO] [stdout] ... | [INFO] [stdout] 2933 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2934 | / impl_try_from_bitwise!( [INFO] [stdout] 2935 | | Int128Impl, [INFO] [stdout] 2936 | | i128, [INFO] [stdout] 2937 | | 93, [INFO] [stdout] ... | [INFO] [stdout] 2942 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2943 | / impl_try_from_bitwise!( [INFO] [stdout] 2944 | | Int128Impl, [INFO] [stdout] 2945 | | i128, [INFO] [stdout] 2946 | | 94, [INFO] [stdout] ... | [INFO] [stdout] 2951 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2952 | / impl_try_from_bitwise!( [INFO] [stdout] 2953 | | Int128Impl, [INFO] [stdout] 2954 | | i128, [INFO] [stdout] 2955 | | 95, [INFO] [stdout] ... | [INFO] [stdout] 2960 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2961 | / impl_try_from_bitwise!( [INFO] [stdout] 2962 | | Int128Impl, [INFO] [stdout] 2963 | | i128, [INFO] [stdout] 2964 | | 96, [INFO] [stdout] ... | [INFO] [stdout] 2969 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2970 | / impl_try_from_bitwise!( [INFO] [stdout] 2971 | | Int128Impl, [INFO] [stdout] 2972 | | i128, [INFO] [stdout] 2973 | | 97, [INFO] [stdout] ... | [INFO] [stdout] 2978 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `arbintrary` (lib test) due to 262 previous errors [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2979 | / impl_try_from_bitwise!( [INFO] [stdout] 2980 | | Int128Impl, [INFO] [stdout] 2981 | | i128, [INFO] [stdout] 2982 | | 98, [INFO] [stdout] ... | [INFO] [stdout] 2987 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2988 | / impl_try_from_bitwise!( [INFO] [stdout] 2989 | | Int128Impl, [INFO] [stdout] 2990 | | i128, [INFO] [stdout] 2991 | | 99, [INFO] [stdout] ... | [INFO] [stdout] 2996 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2997 | / impl_try_from_bitwise!( [INFO] [stdout] 2998 | | Int128Impl, [INFO] [stdout] 2999 | | i128, [INFO] [stdout] 3000 | | 100, [INFO] [stdout] ... | [INFO] [stdout] 3005 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3006 | / impl_try_from_bitwise!( [INFO] [stdout] 3007 | | Int128Impl, [INFO] [stdout] 3008 | | i128, [INFO] [stdout] 3009 | | 101, [INFO] [stdout] ... | [INFO] [stdout] 3014 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3015 | / impl_try_from_bitwise!( [INFO] [stdout] 3016 | | Int128Impl, [INFO] [stdout] 3017 | | i128, [INFO] [stdout] 3018 | | 102, [INFO] [stdout] ... | [INFO] [stdout] 3023 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3024 | / impl_try_from_bitwise!( [INFO] [stdout] 3025 | | Int128Impl, [INFO] [stdout] 3026 | | i128, [INFO] [stdout] 3027 | | 103, [INFO] [stdout] ... | [INFO] [stdout] 3032 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3033 | / impl_try_from_bitwise!( [INFO] [stdout] 3034 | | Int128Impl, [INFO] [stdout] 3035 | | i128, [INFO] [stdout] 3036 | | 104, [INFO] [stdout] ... | [INFO] [stdout] 3041 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3042 | / impl_try_from_bitwise!( [INFO] [stdout] 3043 | | Int128Impl, [INFO] [stdout] 3044 | | i128, [INFO] [stdout] 3045 | | 105, [INFO] [stdout] ... | [INFO] [stdout] 3050 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3051 | / impl_try_from_bitwise!( [INFO] [stdout] 3052 | | Int128Impl, [INFO] [stdout] 3053 | | i128, [INFO] [stdout] 3054 | | 106, [INFO] [stdout] 3055 | | [107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 3056 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3057 | / impl_try_from_bitwise!( [INFO] [stdout] 3058 | | Int128Impl, [INFO] [stdout] 3059 | | i128, [INFO] [stdout] 3060 | | 107, [INFO] [stdout] 3061 | | [108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 3062 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3063 | / impl_try_from_bitwise!( [INFO] [stdout] 3064 | | Int128Impl, [INFO] [stdout] 3065 | | i128, [INFO] [stdout] 3066 | | 108, [INFO] [stdout] 3067 | | [109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 3068 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3069 | / impl_try_from_bitwise!( [INFO] [stdout] 3070 | | Int128Impl, [INFO] [stdout] 3071 | | i128, [INFO] [stdout] 3072 | | 109, [INFO] [stdout] 3073 | | [110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 3074 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3075 | / impl_try_from_bitwise!( [INFO] [stdout] 3076 | | Int128Impl, [INFO] [stdout] 3077 | | i128, [INFO] [stdout] 3078 | | 110, [INFO] [stdout] 3079 | | [111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 3080 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3081 | / impl_try_from_bitwise!( [INFO] [stdout] 3082 | | Int128Impl, [INFO] [stdout] 3083 | | i128, [INFO] [stdout] 3084 | | 111, [INFO] [stdout] 3085 | | [112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 3086 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3087 | / impl_try_from_bitwise!( [INFO] [stdout] 3088 | | Int128Impl, [INFO] [stdout] 3089 | | i128, [INFO] [stdout] 3090 | | 112, [INFO] [stdout] 3091 | | [113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 3092 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3093 | / impl_try_from_bitwise!( [INFO] [stdout] 3094 | | Int128Impl, [INFO] [stdout] 3095 | | i128, [INFO] [stdout] 3096 | | 113, [INFO] [stdout] 3097 | | [114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 3098 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3099 | / impl_try_from_bitwise!( [INFO] [stdout] 3100 | | Int128Impl, [INFO] [stdout] 3101 | | i128, [INFO] [stdout] 3102 | | 114, [INFO] [stdout] 3103 | | [115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,] [INFO] [stdout] 3104 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3105 | impl_try_from_bitwise!(Int128Impl, i128, 115, [116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3106 | impl_try_from_bitwise!(Int128Impl, i128, 116, [117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3107 | impl_try_from_bitwise!(Int128Impl, i128, 117, [118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3108 | impl_try_from_bitwise!(Int128Impl, i128, 118, [119, 120, 121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3109 | impl_try_from_bitwise!(Int128Impl, i128, 119, [120, 121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3110 | impl_try_from_bitwise!(Int128Impl, i128, 120, [121, 122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3111 | impl_try_from_bitwise!(Int128Impl, i128, 121, [122, 123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3112 | impl_try_from_bitwise!(Int128Impl, i128, 122, [123, 124, 125, 126, 127, 128,]); [INFO] [stdout] | ------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3113 | impl_try_from_bitwise!(Int128Impl, i128, 123, [124, 125, 126, 127, 128,]); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3114 | impl_try_from_bitwise!(Int128Impl, i128, 124, [125, 126, 127, 128,]); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3115 | impl_try_from_bitwise!(Int128Impl, i128, 125, [126, 127, 128,]); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3116 | impl_try_from_bitwise!(Int128Impl, i128, 126, [127, 128,]); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | let base_value = <$base>::try_from(value.0).map_err(|_| TryFromGenericIntError)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3117 | impl_try_from_bitwise!(Int128Impl, i128, 127, [128,]); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_try_from_bitwise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `arbintrary` (lib) due to 262 previous errors [INFO] running `Command { std: "docker" "inspect" "f2ce678c8073ab447856419d3df4142f81719fe274947da43468f3e091d2ca36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2ce678c8073ab447856419d3df4142f81719fe274947da43468f3e091d2ca36", kill_on_drop: false }` [INFO] [stdout] f2ce678c8073ab447856419d3df4142f81719fe274947da43468f3e091d2ca36