[INFO] fetching crate array-object 0.2.3... [INFO] checking array-object-0.2.3 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] extracting crate array-object 0.2.3 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate array-object 0.2.3 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate array-object 0.2.3 [INFO] tweaked toml for crates.io crate array-object 0.2.3 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate array-object 0.2.3 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate array-object 0.2.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 46c27cbc408440c313b2d54a72e8403b64bbcf21f8c152f867148edf4c087cc1 [INFO] running `Command { std: "docker" "start" "-a" "46c27cbc408440c313b2d54a72e8403b64bbcf21f8c152f867148edf4c087cc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "46c27cbc408440c313b2d54a72e8403b64bbcf21f8c152f867148edf4c087cc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46c27cbc408440c313b2d54a72e8403b64bbcf21f8c152f867148edf4c087cc1", kill_on_drop: false }` [INFO] [stdout] 46c27cbc408440c313b2d54a72e8403b64bbcf21f8c152f867148edf4c087cc1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dunmustuse_in_always_ok" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 457ce351115327a2f11bf2a2228eb703421944797c32028cdd96fce8a3be308e [INFO] running `Command { std: "docker" "start" "-a" "457ce351115327a2f11bf2a2228eb703421944797c32028cdd96fce8a3be308e", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking array-object v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | let data = u8::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [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 `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | data.push(u8::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | let data = u8::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:23:44 [INFO] [stdout] | [INFO] [stdout] 23 | let data = u16::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | data.push(u8::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:101:47 [INFO] [stdout] | [INFO] [stdout] 101 | data.push(u16::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | let data = u8::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:23:44 [INFO] [stdout] | [INFO] [stdout] 23 | let data = u16::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:28:44 [INFO] [stdout] | [INFO] [stdout] 28 | let data = u32::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | data.push(u8::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:101:47 [INFO] [stdout] | [INFO] [stdout] 101 | data.push(u16::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:109:47 [INFO] [stdout] | [INFO] [stdout] 109 | data.push(u32::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | let data = u8::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:23:44 [INFO] [stdout] | [INFO] [stdout] 23 | let data = u16::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:28:44 [INFO] [stdout] | [INFO] [stdout] 28 | let data = u32::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:33:44 [INFO] [stdout] | [INFO] [stdout] 33 | let data = u64::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | data.push(u8::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:101:47 [INFO] [stdout] | [INFO] [stdout] 101 | data.push(u16::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:109:47 [INFO] [stdout] | [INFO] [stdout] 109 | data.push(u32::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:117:47 [INFO] [stdout] | [INFO] [stdout] 117 | data.push(u64::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | let data = u8::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:23:44 [INFO] [stdout] | [INFO] [stdout] 23 | let data = u16::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:28:44 [INFO] [stdout] | [INFO] [stdout] 28 | let data = u32::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:33:44 [INFO] [stdout] | [INFO] [stdout] 33 | let data = u64::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:38:44 [INFO] [stdout] | [INFO] [stdout] 38 | let data = u128::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | data.push(u8::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:101:47 [INFO] [stdout] | [INFO] [stdout] 101 | data.push(u16::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:109:47 [INFO] [stdout] | [INFO] [stdout] 109 | data.push(u32::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:117:47 [INFO] [stdout] | [INFO] [stdout] 117 | data.push(u64::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:125:47 [INFO] [stdout] | [INFO] [stdout] 125 | data.push(u128::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | let data = u8::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:23:44 [INFO] [stdout] | [INFO] [stdout] 23 | let data = u16::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | data.push(u8::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:101:47 [INFO] [stdout] | [INFO] [stdout] 101 | data.push(u16::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:47:44 [INFO] [stdout] | [INFO] [stdout] 47 | let data = i8::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:137:47 [INFO] [stdout] | [INFO] [stdout] 137 | data.push(i8::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | let data = u8::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:47:44 [INFO] [stdout] | [INFO] [stdout] 47 | let data = i8::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:52:44 [INFO] [stdout] | [INFO] [stdout] 52 | let data = i16::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | data.push(u8::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:137:47 [INFO] [stdout] | [INFO] [stdout] 137 | data.push(i8::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:145:47 [INFO] [stdout] | [INFO] [stdout] 145 | data.push(i16::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | let data = u8::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:23:44 [INFO] [stdout] | [INFO] [stdout] 23 | let data = u16::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:47:44 [INFO] [stdout] | [INFO] [stdout] 47 | let data = i8::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:52:44 [INFO] [stdout] | [INFO] [stdout] 52 | let data = i16::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:57:44 [INFO] [stdout] | [INFO] [stdout] 57 | let data = i32::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | data.push(u8::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:101:47 [INFO] [stdout] | [INFO] [stdout] 101 | data.push(u16::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:137:47 [INFO] [stdout] | [INFO] [stdout] 137 | data.push(i8::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:145:47 [INFO] [stdout] | [INFO] [stdout] 145 | data.push(i16::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:153:47 [INFO] [stdout] | [INFO] [stdout] 153 | data.push(i32::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | let data = u8::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:23:44 [INFO] [stdout] | [INFO] [stdout] 23 | let data = u16::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:28:44 [INFO] [stdout] | [INFO] [stdout] 28 | let data = u32::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:47:44 [INFO] [stdout] | [INFO] [stdout] 47 | let data = i8::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:52:44 [INFO] [stdout] | [INFO] [stdout] 52 | let data = i16::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:57:44 [INFO] [stdout] | [INFO] [stdout] 57 | let data = i32::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:62:44 [INFO] [stdout] | [INFO] [stdout] 62 | let data = i64::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | data.push(u8::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:101:47 [INFO] [stdout] | [INFO] [stdout] 101 | data.push(u16::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:109:47 [INFO] [stdout] | [INFO] [stdout] 109 | data.push(u32::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:137:47 [INFO] [stdout] | [INFO] [stdout] 137 | data.push(i8::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:145:47 [INFO] [stdout] | [INFO] [stdout] 145 | data.push(i16::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:153:47 [INFO] [stdout] | [INFO] [stdout] 153 | data.push(i32::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:161:47 [INFO] [stdout] | [INFO] [stdout] 161 | data.push(i64::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | let data = u8::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:23:44 [INFO] [stdout] | [INFO] [stdout] 23 | let data = u16::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:28:44 [INFO] [stdout] | [INFO] [stdout] 28 | let data = u32::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:33:44 [INFO] [stdout] | [INFO] [stdout] 33 | let data = u64::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:47:44 [INFO] [stdout] | [INFO] [stdout] 47 | let data = i8::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:52:44 [INFO] [stdout] | [INFO] [stdout] 52 | let data = i16::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:57:44 [INFO] [stdout] | [INFO] [stdout] 57 | let data = i32::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:62:44 [INFO] [stdout] | [INFO] [stdout] 62 | let data = i64::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:67:44 [INFO] [stdout] | [INFO] [stdout] 67 | let data = i128::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | data.push(u8::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:101:47 [INFO] [stdout] | [INFO] [stdout] 101 | data.push(u16::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:109:47 [INFO] [stdout] | [INFO] [stdout] 109 | data.push(u32::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:117:47 [INFO] [stdout] | [INFO] [stdout] 117 | data.push(u64::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:137:47 [INFO] [stdout] | [INFO] [stdout] 137 | data.push(i8::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:145:47 [INFO] [stdout] | [INFO] [stdout] 145 | data.push(i16::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:153:47 [INFO] [stdout] | [INFO] [stdout] 153 | data.push(i32::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:161:47 [INFO] [stdout] | [INFO] [stdout] 161 | data.push(i64::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:169:47 [INFO] [stdout] | [INFO] [stdout] 169 | data.push(i128::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | let data = u8::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:47:44 [INFO] [stdout] | [INFO] [stdout] 47 | let data = i8::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:52:44 [INFO] [stdout] | [INFO] [stdout] 52 | let data = i16::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | data.push(u8::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:137:47 [INFO] [stdout] | [INFO] [stdout] 137 | data.push(i8::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:145:47 [INFO] [stdout] | [INFO] [stdout] 145 | data.push(i16::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `array-object` (lib test) due to 90 previous errors [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/convert/into_integer.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | let data = u8::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [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 `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | data.push(u8::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | let data = u8::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:23:44 [INFO] [stdout] | [INFO] [stdout] 23 | let data = u16::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | data.push(u8::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:101:47 [INFO] [stdout] | [INFO] [stdout] 101 | data.push(u16::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | let data = u8::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:23:44 [INFO] [stdout] | [INFO] [stdout] 23 | let data = u16::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:28:44 [INFO] [stdout] | [INFO] [stdout] 28 | let data = u32::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | data.push(u8::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:101:47 [INFO] [stdout] | [INFO] [stdout] 101 | data.push(u16::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:109:47 [INFO] [stdout] | [INFO] [stdout] 109 | data.push(u32::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | let data = u8::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:23:44 [INFO] [stdout] | [INFO] [stdout] 23 | let data = u16::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:28:44 [INFO] [stdout] | [INFO] [stdout] 28 | let data = u32::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:33:44 [INFO] [stdout] | [INFO] [stdout] 33 | let data = u64::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | data.push(u8::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:101:47 [INFO] [stdout] | [INFO] [stdout] 101 | data.push(u16::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:109:47 [INFO] [stdout] | [INFO] [stdout] 109 | data.push(u32::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:117:47 [INFO] [stdout] | [INFO] [stdout] 117 | data.push(u64::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | let data = u8::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:23:44 [INFO] [stdout] | [INFO] [stdout] 23 | let data = u16::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:28:44 [INFO] [stdout] | [INFO] [stdout] 28 | let data = u32::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:33:44 [INFO] [stdout] | [INFO] [stdout] 33 | let data = u64::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:38:44 [INFO] [stdout] | [INFO] [stdout] 38 | let data = u128::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | data.push(u8::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:101:47 [INFO] [stdout] | [INFO] [stdout] 101 | data.push(u16::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:109:47 [INFO] [stdout] | [INFO] [stdout] 109 | data.push(u32::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:117:47 [INFO] [stdout] | [INFO] [stdout] 117 | data.push(u64::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:125:47 [INFO] [stdout] | [INFO] [stdout] 125 | data.push(u128::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | let data = u8::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:23:44 [INFO] [stdout] | [INFO] [stdout] 23 | let data = u16::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | data.push(u8::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:101:47 [INFO] [stdout] | [INFO] [stdout] 101 | data.push(u16::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:47:44 [INFO] [stdout] | [INFO] [stdout] 47 | let data = i8::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:137:47 [INFO] [stdout] | [INFO] [stdout] 137 | data.push(i8::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | let data = u8::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:47:44 [INFO] [stdout] | [INFO] [stdout] 47 | let data = i8::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:52:44 [INFO] [stdout] | [INFO] [stdout] 52 | let data = i16::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | data.push(u8::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:137:47 [INFO] [stdout] | [INFO] [stdout] 137 | data.push(i8::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:145:47 [INFO] [stdout] | [INFO] [stdout] 145 | data.push(i16::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | let data = u8::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:23:44 [INFO] [stdout] | [INFO] [stdout] 23 | let data = u16::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:47:44 [INFO] [stdout] | [INFO] [stdout] 47 | let data = i8::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:52:44 [INFO] [stdout] | [INFO] [stdout] 52 | let data = i16::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:57:44 [INFO] [stdout] | [INFO] [stdout] 57 | let data = i32::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | data.push(u8::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:101:47 [INFO] [stdout] | [INFO] [stdout] 101 | data.push(u16::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:137:47 [INFO] [stdout] | [INFO] [stdout] 137 | data.push(i8::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:145:47 [INFO] [stdout] | [INFO] [stdout] 145 | data.push(i16::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:153:47 [INFO] [stdout] | [INFO] [stdout] 153 | data.push(i32::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | let data = u8::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:23:44 [INFO] [stdout] | [INFO] [stdout] 23 | let data = u16::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:28:44 [INFO] [stdout] | [INFO] [stdout] 28 | let data = u32::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:47:44 [INFO] [stdout] | [INFO] [stdout] 47 | let data = i8::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:52:44 [INFO] [stdout] | [INFO] [stdout] 52 | let data = i16::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:57:44 [INFO] [stdout] | [INFO] [stdout] 57 | let data = i32::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:62:44 [INFO] [stdout] | [INFO] [stdout] 62 | let data = i64::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | data.push(u8::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:101:47 [INFO] [stdout] | [INFO] [stdout] 101 | data.push(u16::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:109:47 [INFO] [stdout] | [INFO] [stdout] 109 | data.push(u32::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:137:47 [INFO] [stdout] | [INFO] [stdout] 137 | data.push(i8::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:145:47 [INFO] [stdout] | [INFO] [stdout] 145 | data.push(i16::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:153:47 [INFO] [stdout] | [INFO] [stdout] 153 | data.push(i32::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:161:47 [INFO] [stdout] | [INFO] [stdout] 161 | data.push(i64::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | let data = u8::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:23:44 [INFO] [stdout] | [INFO] [stdout] 23 | let data = u16::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:28:44 [INFO] [stdout] | [INFO] [stdout] 28 | let data = u32::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:33:44 [INFO] [stdout] | [INFO] [stdout] 33 | let data = u64::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:47:44 [INFO] [stdout] | [INFO] [stdout] 47 | let data = i8::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:52:44 [INFO] [stdout] | [INFO] [stdout] 52 | let data = i16::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:57:44 [INFO] [stdout] | [INFO] [stdout] 57 | let data = i32::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:62:44 [INFO] [stdout] | [INFO] [stdout] 62 | let data = i64::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:67:44 [INFO] [stdout] | [INFO] [stdout] 67 | let data = i128::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | data.push(u8::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:101:47 [INFO] [stdout] | [INFO] [stdout] 101 | data.push(u16::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:109:47 [INFO] [stdout] | [INFO] [stdout] 109 | data.push(u32::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:117:47 [INFO] [stdout] | [INFO] [stdout] 117 | data.push(u64::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:137:47 [INFO] [stdout] | [INFO] [stdout] 137 | data.push(i8::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:145:47 [INFO] [stdout] | [INFO] [stdout] 145 | data.push(i16::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:153:47 [INFO] [stdout] | [INFO] [stdout] 153 | data.push(i32::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:161:47 [INFO] [stdout] | [INFO] [stdout] 161 | data.push(i64::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:169:47 [INFO] [stdout] | [INFO] [stdout] 169 | data.push(i128::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | let data = u8::from_le_bytes(val.data.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:47:44 [INFO] [stdout] | [INFO] [stdout] 47 | let data = i8::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:52:44 [INFO] [stdout] | [INFO] [stdout] 52 | let data = i16::from_le_bytes(val.data.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:93:47 [INFO] [stdout] | [INFO] [stdout] 93 | data.push(u8::from_le_bytes(b.try_into().unwrap()).try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:137:47 [INFO] [stdout] | [INFO] [stdout] 137 | data.push(i8::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/convert/into_integer.rs:145:47 [INFO] [stdout] | [INFO] [stdout] 145 | data.push(i16::from_le_bytes(b.try_into().unwrap()).straight().try_into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | into_integer!(u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `into_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `array-object` (lib) due to 90 previous errors [INFO] running `Command { std: "docker" "inspect" "457ce351115327a2f11bf2a2228eb703421944797c32028cdd96fce8a3be308e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "457ce351115327a2f11bf2a2228eb703421944797c32028cdd96fce8a3be308e", kill_on_drop: false }` [INFO] [stdout] 457ce351115327a2f11bf2a2228eb703421944797c32028cdd96fce8a3be308e