[INFO] fetching crate secret_integers 0.1.7... [INFO] checking secret_integers-0.1.7 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate secret_integers 0.1.7 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate secret_integers 0.1.7 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate secret_integers 0.1.7 [INFO] tweaked toml for crates.io crate secret_integers 0.1.7 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate secret_integers 0.1.7 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate secret_integers 0.1.7 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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 63777837ba3106287fb5f8cc287675df3c8d48a35e005a14213e0c37a0d4fb79 [INFO] running `Command { std: "docker" "start" "-a" "63777837ba3106287fb5f8cc287675df3c8d48a35e005a14213e0c37a0d4fb79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "63777837ba3106287fb5f8cc287675df3c8d48a35e005a14213e0c37a0d4fb79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63777837ba3106287fb5f8cc287675df3c8d48a35e005a14213e0c37a0d4fb79", kill_on_drop: false }` [INFO] [stdout] 63777837ba3106287fb5f8cc287675df3c8d48a35e005a14213e0c37a0d4fb79 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0f01ccfc2b774381aa65b3d68d3dffffb49b4f0e5ccbd4005ed01623e7712146 [INFO] running `Command { std: "docker" "start" "-a" "0f01ccfc2b774381aa65b3d68d3dffffb49b4f0e5ccbd4005ed01623e7712146", kill_on_drop: false }` [INFO] [stderr] Checking secret_integers v0.1.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `u8::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 214 | | chunk_raw [INFO] [stdout] 215 | | ).to_le() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 456 | define_secret_unsigned_integer!(U8, u8, 8); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u8::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 456 | define_secret_unsigned_integer!(U8, u8, 8); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:239:25 [INFO] [stdout] | [INFO] [stdout] 239 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `u8::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 240 | | chunk_raw [INFO] [stdout] 241 | | ).to_be() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 456 | define_secret_unsigned_integer!(U8, u8, 8); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u8::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 456 | define_secret_unsigned_integer!(U8, u8, 8); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `u16::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 214 | | chunk_raw [INFO] [stdout] 215 | | ).to_le() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 457 | define_secret_unsigned_integer!(U16, u16, 16); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u16::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 457 | define_secret_unsigned_integer!(U16, u16, 16); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:239:25 [INFO] [stdout] | [INFO] [stdout] 239 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `u16::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 240 | | chunk_raw [INFO] [stdout] 241 | | ).to_be() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 457 | define_secret_unsigned_integer!(U16, u16, 16); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u16::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 457 | define_secret_unsigned_integer!(U16, u16, 16); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `u32::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 214 | | chunk_raw [INFO] [stdout] 215 | | ).to_le() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 458 | define_secret_unsigned_integer!(U32, u32, 32); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 458 | define_secret_unsigned_integer!(U32, u32, 32); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:239:25 [INFO] [stdout] | [INFO] [stdout] 239 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `u32::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 240 | | chunk_raw [INFO] [stdout] 241 | | ).to_be() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 458 | define_secret_unsigned_integer!(U32, u32, 32); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 458 | define_secret_unsigned_integer!(U32, u32, 32); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `u64::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 214 | | chunk_raw [INFO] [stdout] 215 | | ).to_le() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 459 | define_secret_unsigned_integer!(U64, u64, 64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u64::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 459 | define_secret_unsigned_integer!(U64, u64, 64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:239:25 [INFO] [stdout] | [INFO] [stdout] 239 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `u64::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 240 | | chunk_raw [INFO] [stdout] 241 | | ).to_be() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 459 | define_secret_unsigned_integer!(U64, u64, 64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u64::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 459 | define_secret_unsigned_integer!(U64, u64, 64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `u128::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 214 | | chunk_raw [INFO] [stdout] 215 | | ).to_le() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 460 | define_secret_unsigned_integer!(U128, u128, 128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u128::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 460 | define_secret_unsigned_integer!(U128, u128, 128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:239:25 [INFO] [stdout] | [INFO] [stdout] 239 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `u128::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 240 | | chunk_raw [INFO] [stdout] 241 | | ).to_be() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 460 | define_secret_unsigned_integer!(U128, u128, 128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u128::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 460 | define_secret_unsigned_integer!(U128, u128, 128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `i8::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 214 | | chunk_raw [INFO] [stdout] 215 | | ).to_le() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 461 | define_secret_signed_integer!(I8, i8, 8); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i8::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 461 | define_secret_signed_integer!(I8, i8, 8); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:239:25 [INFO] [stdout] | [INFO] [stdout] 239 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `i8::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 240 | | chunk_raw [INFO] [stdout] 241 | | ).to_be() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 461 | define_secret_signed_integer!(I8, i8, 8); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i8::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 461 | define_secret_signed_integer!(I8, i8, 8); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `i16::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 214 | | chunk_raw [INFO] [stdout] 215 | | ).to_le() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 462 | define_secret_signed_integer!(I16, i16, 16); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i16::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 462 | define_secret_signed_integer!(I16, i16, 16); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:239:25 [INFO] [stdout] | [INFO] [stdout] 239 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `i16::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 240 | | chunk_raw [INFO] [stdout] 241 | | ).to_be() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 462 | define_secret_signed_integer!(I16, i16, 16); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i16::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 462 | define_secret_signed_integer!(I16, i16, 16); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `i32::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 214 | | chunk_raw [INFO] [stdout] 215 | | ).to_le() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 463 | define_secret_signed_integer!(I32, i32, 32); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i32::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 463 | define_secret_signed_integer!(I32, i32, 32); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:239:25 [INFO] [stdout] | [INFO] [stdout] 239 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `i32::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 240 | | chunk_raw [INFO] [stdout] 241 | | ).to_be() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 463 | define_secret_signed_integer!(I32, i32, 32); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i32::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 463 | define_secret_signed_integer!(I32, i32, 32); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `i64::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 214 | | chunk_raw [INFO] [stdout] 215 | | ).to_le() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 464 | define_secret_signed_integer!(I64, i64, 64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i64::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 464 | define_secret_signed_integer!(I64, i64, 64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:239:25 [INFO] [stdout] | [INFO] [stdout] 239 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `i64::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 240 | | chunk_raw [INFO] [stdout] 241 | | ).to_be() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 464 | define_secret_signed_integer!(I64, i64, 64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i64::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 464 | define_secret_signed_integer!(I64, i64, 64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `i128::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 214 | | chunk_raw [INFO] [stdout] 215 | | ).to_le() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 465 | define_secret_signed_integer!(I128, i128, 128); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i128::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 465 | define_secret_signed_integer!(I128, i128, 128); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:239:25 [INFO] [stdout] | [INFO] [stdout] 239 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `i128::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 240 | | chunk_raw [INFO] [stdout] 241 | | ).to_be() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 465 | define_secret_signed_integer!(I128, i128, 128); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i128::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 465 | define_secret_signed_integer!(I128, i128, 128); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `u8::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 214 | | chunk_raw [INFO] [stdout] 215 | | ).to_le() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 456 | define_secret_unsigned_integer!(U8, u8, 8); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u8::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 456 | define_secret_unsigned_integer!(U8, u8, 8); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:239:25 [INFO] [stdout] | [INFO] [stdout] 239 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `u8::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 240 | | chunk_raw [INFO] [stdout] 241 | | ).to_be() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 456 | define_secret_unsigned_integer!(U8, u8, 8); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u8::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 456 | define_secret_unsigned_integer!(U8, u8, 8); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `u16::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 214 | | chunk_raw [INFO] [stdout] 215 | | ).to_le() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 457 | define_secret_unsigned_integer!(U16, u16, 16); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u16::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 457 | define_secret_unsigned_integer!(U16, u16, 16); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:239:25 [INFO] [stdout] | [INFO] [stdout] 239 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `u16::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 240 | | chunk_raw [INFO] [stdout] 241 | | ).to_be() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 457 | define_secret_unsigned_integer!(U16, u16, 16); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u16::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 457 | define_secret_unsigned_integer!(U16, u16, 16); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `u32::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 214 | | chunk_raw [INFO] [stdout] 215 | | ).to_le() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 458 | define_secret_unsigned_integer!(U32, u32, 32); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 458 | define_secret_unsigned_integer!(U32, u32, 32); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:239:25 [INFO] [stdout] | [INFO] [stdout] 239 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `u32::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 240 | | chunk_raw [INFO] [stdout] 241 | | ).to_be() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 458 | define_secret_unsigned_integer!(U32, u32, 32); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 458 | define_secret_unsigned_integer!(U32, u32, 32); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `u64::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 214 | | chunk_raw [INFO] [stdout] 215 | | ).to_le() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 459 | define_secret_unsigned_integer!(U64, u64, 64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u64::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 459 | define_secret_unsigned_integer!(U64, u64, 64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:239:25 [INFO] [stdout] | [INFO] [stdout] 239 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `u64::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 240 | | chunk_raw [INFO] [stdout] 241 | | ).to_be() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 459 | define_secret_unsigned_integer!(U64, u64, 64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u64::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 459 | define_secret_unsigned_integer!(U64, u64, 64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `u128::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 214 | | chunk_raw [INFO] [stdout] 215 | | ).to_le() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 460 | define_secret_unsigned_integer!(U128, u128, 128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u128::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 460 | define_secret_unsigned_integer!(U128, u128, 128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:239:25 [INFO] [stdout] | [INFO] [stdout] 239 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `u128::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 240 | | chunk_raw [INFO] [stdout] 241 | | ).to_be() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 460 | define_secret_unsigned_integer!(U128, u128, 128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u128::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 460 | define_secret_unsigned_integer!(U128, u128, 128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `i8::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 214 | | chunk_raw [INFO] [stdout] 215 | | ).to_le() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 461 | define_secret_signed_integer!(I8, i8, 8); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i8::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 461 | define_secret_signed_integer!(I8, i8, 8); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:239:25 [INFO] [stdout] | [INFO] [stdout] 239 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `i8::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 240 | | chunk_raw [INFO] [stdout] 241 | | ).to_be() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 461 | define_secret_signed_integer!(I8, i8, 8); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i8::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 461 | define_secret_signed_integer!(I8, i8, 8); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `i16::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 214 | | chunk_raw [INFO] [stdout] 215 | | ).to_le() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 462 | define_secret_signed_integer!(I16, i16, 16); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i16::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 462 | define_secret_signed_integer!(I16, i16, 16); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:239:25 [INFO] [stdout] | [INFO] [stdout] 239 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `i16::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 240 | | chunk_raw [INFO] [stdout] 241 | | ).to_be() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 462 | define_secret_signed_integer!(I16, i16, 16); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i16::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 462 | define_secret_signed_integer!(I16, i16, 16); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `i32::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 214 | | chunk_raw [INFO] [stdout] 215 | | ).to_le() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 463 | define_secret_signed_integer!(I32, i32, 32); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i32::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 463 | define_secret_signed_integer!(I32, i32, 32); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:239:25 [INFO] [stdout] | [INFO] [stdout] 239 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `i32::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 240 | | chunk_raw [INFO] [stdout] 241 | | ).to_be() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 463 | define_secret_signed_integer!(I32, i32, 32); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i32::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 463 | define_secret_signed_integer!(I32, i32, 32); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `i64::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 214 | | chunk_raw [INFO] [stdout] 215 | | ).to_le() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 464 | define_secret_signed_integer!(I64, i64, 64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i64::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 464 | define_secret_signed_integer!(I64, i64, 64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:239:25 [INFO] [stdout] | [INFO] [stdout] 239 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `i64::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 240 | | chunk_raw [INFO] [stdout] 241 | | ).to_be() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 464 | define_secret_signed_integer!(I64, i64, 64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i64::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 464 | define_secret_signed_integer!(I64, i64, 64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `i128::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 214 | | chunk_raw [INFO] [stdout] 215 | | ).to_le() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 465 | define_secret_signed_integer!(I128, i128, 128); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i128::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 465 | define_secret_signed_integer!(I128, i128, 128); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:239:25 [INFO] [stdout] | [INFO] [stdout] 239 | core::mem::transmute::<[u8;$bits/8], $repr>( [INFO] [stdout] | ^------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | _________________________help: replace this with: `i128::from_ne_bytes` [INFO] [stdout] | | [INFO] [stdout] 240 | | chunk_raw [INFO] [stdout] 241 | | ).to_be() [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 465 | define_secret_signed_integer!(I128, i128, 128); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/lib.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be()) [INFO] [stdout] | -------------------------------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i128::to_ne_bytes` [INFO] [stdout] ... [INFO] [stdout] 465 | define_secret_signed_integer!(I128, i128, 128); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `from` that must be used [INFO] [stdout] --> tests/test_conversion.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | U8::from(123u8); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 11 | let _ = U8::from(123u8); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `from` that must be used [INFO] [stdout] --> tests/test_conversion.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | U16::from(1234u16); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 12 | let _ = U16::from(1234u16); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `from` that must be used [INFO] [stdout] --> tests/test_conversion.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | U32::from(123456u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 13 | let _ = U32::from(123456u32); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `from` that must be used [INFO] [stdout] --> tests/test_conversion.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | U64::from(123456u64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 14 | let _ = U64::from(123456u64); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `from` that must be used [INFO] [stdout] --> tests/test_conversion.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | U128::from(123456u128); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 15 | let _ = U128::from(123456u128); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `from` that must be used [INFO] [stdout] --> tests/test_conversion.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | U8::from(123u8); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 17 | let _ = U8::from(123u8); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `from` that must be used [INFO] [stdout] --> tests/test_conversion.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | U16::from(123u8); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 18 | let _ = U16::from(123u8); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `from` that must be used [INFO] [stdout] --> tests/test_conversion.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | U32::from(123u8); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 19 | let _ = U32::from(123u8); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `from` that must be used [INFO] [stdout] --> tests/test_conversion.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | U64::from(123u8); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 20 | let _ = U64::from(123u8); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `from` that must be used [INFO] [stdout] --> tests/test_conversion.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | U128::from(123u8); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 21 | let _ = U128::from(123u8); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `from` that must be used [INFO] [stdout] --> tests/test_conversion.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | I8::from(123i8); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 29 | let _ = I8::from(123i8); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `from` that must be used [INFO] [stdout] --> tests/test_conversion.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | I16::from(1234i16); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 30 | let _ = I16::from(1234i16); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `from` that must be used [INFO] [stdout] --> tests/test_conversion.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | I32::from(123456i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 31 | let _ = I32::from(123456i32); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `from` that must be used [INFO] [stdout] --> tests/test_conversion.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | I64::from(123456i64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 32 | let _ = I64::from(123456i64); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `from` that must be used [INFO] [stdout] --> tests/test_conversion.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | I128::from(123456i128); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 33 | let _ = I128::from(123456i128); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s [INFO] running `Command { std: "docker" "inspect" "0f01ccfc2b774381aa65b3d68d3dffffb49b4f0e5ccbd4005ed01623e7712146", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f01ccfc2b774381aa65b3d68d3dffffb49b4f0e5ccbd4005ed01623e7712146", kill_on_drop: false }` [INFO] [stdout] 0f01ccfc2b774381aa65b3d68d3dffffb49b4f0e5ccbd4005ed01623e7712146