[INFO] fetching crate bnum 0.8.1... [INFO] checking bnum-0.8.1 against master#385fa9d845dd326c6bbfd58c22244215e431948a for absurd-question-mark-desugar [INFO] extracting crate bnum 0.8.1 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate bnum 0.8.1 on toolchain 385fa9d845dd326c6bbfd58c22244215e431948a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bnum 0.8.1 [INFO] finished tweaking crates.io crate bnum 0.8.1 [INFO] tweaked toml for crates.io crate bnum 0.8.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 30 packages [INFO] [stderr] Adding env_logger v0.8.4 (latest: v0.11.3) [INFO] [stderr] Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.0+wasi-0.2.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde-big-array v0.5.1 [INFO] [stderr] Downloaded arbitrary v1.3.2 [INFO] [stderr] Downloaded derive_arbitrary v1.3.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 92c0083236dab89943aa0cf7e22c64e8b89ea724c0acd3ceb6501dcd00c721ca [INFO] running `Command { std: "docker" "start" "-a" "92c0083236dab89943aa0cf7e22c64e8b89ea724c0acd3ceb6501dcd00c721ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "92c0083236dab89943aa0cf7e22c64e8b89ea724c0acd3ceb6501dcd00c721ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92c0083236dab89943aa0cf7e22c64e8b89ea724c0acd3ceb6501dcd00c721ca", kill_on_drop: false }` [INFO] [stdout] 92c0083236dab89943aa0cf7e22c64e8b89ea724c0acd3ceb6501dcd00c721ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 460be41e768525ed63c3454eb9530fdfc96a947296eebc4593a983ead402e382 [INFO] running `Command { std: "docker" "start" "-a" "460be41e768525ed63c3454eb9530fdfc96a947296eebc4593a983ead402e382", kill_on_drop: false }` [INFO] [stderr] Checking bnum v0.8.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stdout] warning: the item `Default` is imported redundantly [INFO] [stdout] --> src/bint/mod.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | use core::default::Default; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Default` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Iterator` is imported redundantly [INFO] [stdout] --> src/bint/mod.rs:31:18 [INFO] [stdout] | [INFO] [stdout] 31 | use core::iter::{Iterator, Product, Sum}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Iterator` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Eq` is imported redundantly [INFO] [stdout] --> src/bint/cmp.rs:2:17 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Eq` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Ord` is imported redundantly [INFO] [stdout] --> src/bint/cmp.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Ord` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `PartialEq` is imported redundantly [INFO] [stdout] --> src/bint/cmp.rs:2:36 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `PartialEq` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `PartialOrd` is imported redundantly [INFO] [stdout] --> src/bint/cmp.rs:2:47 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `PartialOrd` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::mem::MaybeUninit` [INFO] [stdout] --> src/bint/endian.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::mem::MaybeUninit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::mem::MaybeUninit` [INFO] [stdout] --> src/buint/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use core::mem::MaybeUninit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Default` is imported redundantly [INFO] [stdout] --> src/buint/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use core::default::Default; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Default` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Iterator` is imported redundantly [INFO] [stdout] --> src/buint/mod.rs:17:18 [INFO] [stdout] | [INFO] [stdout] 17 | use core::iter::{Iterator, Product, Sum}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Iterator` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `as_float` is imported redundantly [INFO] [stdout] --> src/buint/float_as.rs:95:16 [INFO] [stdout] | [INFO] [stdout] 54 | / macro_rules! as_float { [INFO] [stdout] 55 | | ($BUint: ident, $BInt: ident, $Digit: ident) => { [INFO] [stdout] 56 | | impl Mantissa for $BUint { [INFO] [stdout] 57 | | const ZERO: Self = Self::ZERO; [INFO] [stdout] ... | [INFO] [stdout] 92 | | }; [INFO] [stdout] 93 | | } [INFO] [stdout] | |_- the item `as_float` is already defined here [INFO] [stdout] 94 | [INFO] [stdout] 95 | pub(crate) use as_float; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::mem::MaybeUninit` [INFO] [stdout] --> src/buint/cast.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 127 | use core::mem::MaybeUninit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Eq` is imported redundantly [INFO] [stdout] --> src/buint/cmp.rs:2:17 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Eq` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Ord` is imported redundantly [INFO] [stdout] --> src/buint/cmp.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Ord` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `PartialEq` is imported redundantly [INFO] [stdout] --> src/buint/cmp.rs:2:36 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `PartialEq` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `PartialOrd` is imported redundantly [INFO] [stdout] --> src/buint/cmp.rs:2:47 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `PartialOrd` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::mem::MaybeUninit` [INFO] [stdout] --> src/buint/endian.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::mem::MaybeUninit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `impl_helper_buint` is imported redundantly [INFO] [stdout] --> src/buint/as_float.rs:92:16 [INFO] [stdout] | [INFO] [stdout] 56 | / macro_rules! impl_helper_buint { [INFO] [stdout] 57 | | ($BUint: ident, $BInt: ident, $Digit: ident) => { [INFO] [stdout] 58 | | crate::nightly::const_impl! { [INFO] [stdout] 59 | | impl const CastToFloatHelper for $BUint { [INFO] [stdout] ... | [INFO] [stdout] 89 | | }; [INFO] [stdout] 90 | | } [INFO] [stdout] | |_- the item `impl_helper_buint` is already defined here [INFO] [stdout] 91 | [INFO] [stdout] 92 | pub(crate) use impl_helper_buint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Iterator` is imported redundantly [INFO] [stdout] --> src/buint/radix.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use core::iter::Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Iterator` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking regex v1.10.4 [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:80:21 [INFO] [stdout] | [INFO] [stdout] 80 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:135:21 [INFO] [stdout] | [INFO] [stdout] 135 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:80:21 [INFO] [stdout] | [INFO] [stdout] 80 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:135:21 [INFO] [stdout] | [INFO] [stdout] 135 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:80:21 [INFO] [stdout] | [INFO] [stdout] 80 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:135:21 [INFO] [stdout] | [INFO] [stdout] 135 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:80:21 [INFO] [stdout] | [INFO] [stdout] 80 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:135:21 [INFO] [stdout] | [INFO] [stdout] 135 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking env_logger v0.8.4 [INFO] [stdout] warning: unused variable: `num_copies` [INFO] [stdout] --> src/buint/mod.rs:387:21 [INFO] [stdout] | [INFO] [stdout] 387 | let num_copies = N.saturating_sub(digit_shift); // TODO: use unchecked_ methods from primitives when these are stablised ... [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_copies` [INFO] [stdout] ... [INFO] [stdout] 686 | crate::main_impl!(mod_impl); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `mod_impl` which comes from the expansion of the macro `crate::main_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `num_copies` [INFO] [stdout] --> src/buint/mod.rs:387:21 [INFO] [stdout] | [INFO] [stdout] 387 | let num_copies = N.saturating_sub(digit_shift); // TODO: use unchecked_ methods from primitives when these are stablised ... [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_copies` [INFO] [stdout] ... [INFO] [stdout] 686 | crate::main_impl!(mod_impl); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `mod_impl` which comes from the expansion of the macro `crate::main_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `num_copies` [INFO] [stdout] --> src/buint/mod.rs:387:21 [INFO] [stdout] | [INFO] [stdout] 387 | let num_copies = N.saturating_sub(digit_shift); // TODO: use unchecked_ methods from primitives when these are stablised ... [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_copies` [INFO] [stdout] ... [INFO] [stdout] 686 | crate::main_impl!(mod_impl); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `mod_impl` which comes from the expansion of the macro `crate::main_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `num_copies` [INFO] [stdout] --> src/buint/mod.rs:387:21 [INFO] [stdout] | [INFO] [stdout] 387 | let num_copies = N.saturating_sub(digit_shift); // TODO: use unchecked_ methods from primitives when these are stablised ... [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_copies` [INFO] [stdout] ... [INFO] [stdout] 686 | crate::main_impl!(mod_impl); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `mod_impl` which comes from the expansion of the macro `crate::main_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking quickcheck v1.0.3 [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 134 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 134 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 134 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 134 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `bitand` is never used [INFO] [stdout] --> src/buint/as_float.rs:147:8 [INFO] [stdout] | [INFO] [stdout] 135 | pub trait Mantissa { [INFO] [stdout] | -------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 147 | fn bitand(self, rhs: Self) -> Self; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `CastTo` is never used [INFO] [stdout] --> src/cast.rs:11:18 [INFO] [stdout] | [INFO] [stdout] 11 | pub(crate) trait CastTo { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:261:33 [INFO] [stdout] | [INFO] [stdout] 261 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | buint_as_different_digit_bigint!(BUint, BInt, u64; (BUintD32, u32), (BUintD16, u16), (BUintD8, u8)); [INFO] [stdout] | --------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:276:33 [INFO] [stdout] | [INFO] [stdout] 276 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | buint_as_different_digit_bigint!(BUint, BInt, u64; (BUintD32, u32), (BUintD16, u16), (BUintD8, u8)); [INFO] [stdout] | --------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:261:33 [INFO] [stdout] | [INFO] [stdout] 261 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | buint_as_different_digit_bigint!(BUintD32, BIntD32, u32; (BUint, u64), (BUintD16, u16), (BUintD8, u8)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:276:33 [INFO] [stdout] | [INFO] [stdout] 276 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | buint_as_different_digit_bigint!(BUintD32, BIntD32, u32; (BUint, u64), (BUintD16, u16), (BUintD8, u8)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:261:33 [INFO] [stdout] | [INFO] [stdout] 261 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | buint_as_different_digit_bigint!(BUintD16, BIntD16, u16; (BUint, u64), (BUintD32, u32), (BUintD8, u8)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:276:33 [INFO] [stdout] | [INFO] [stdout] 276 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | buint_as_different_digit_bigint!(BUintD16, BIntD16, u16; (BUint, u64), (BUintD32, u32), (BUintD8, u8)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:261:33 [INFO] [stdout] | [INFO] [stdout] 261 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | buint_as_different_digit_bigint!(BUintD8, BIntD8, u8; (BUint, u64), (BUintD32, u32), (BUintD16, u16)); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:276:33 [INFO] [stdout] | [INFO] [stdout] 276 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | buint_as_different_digit_bigint!(BUintD8, BIntD8, u8; (BUint, u64), (BUintD32, u32), (BUintD16, u16)); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:151:37 [INFO] [stdout] | [INFO] [stdout] 151 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:90:1 [INFO] [stdout] | [INFO] [stdout] 90 | bint_as_different_digit_bigint!(BUint, BInt, u64; (BIntD32, u32), (BIntD16, u16), (BIntD8, u8)); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:166:37 [INFO] [stdout] | [INFO] [stdout] 166 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:90:1 [INFO] [stdout] | [INFO] [stdout] 90 | bint_as_different_digit_bigint!(BUint, BInt, u64; (BIntD32, u32), (BIntD16, u16), (BIntD8, u8)); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:151:37 [INFO] [stdout] | [INFO] [stdout] 151 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:91:1 [INFO] [stdout] | [INFO] [stdout] 91 | bint_as_different_digit_bigint!(BUintD32, BIntD32, u32; (BInt, u64), (BIntD16, u16), (BIntD8, u8)); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:166:37 [INFO] [stdout] | [INFO] [stdout] 166 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:91:1 [INFO] [stdout] | [INFO] [stdout] 91 | bint_as_different_digit_bigint!(BUintD32, BIntD32, u32; (BInt, u64), (BIntD16, u16), (BIntD8, u8)); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:151:37 [INFO] [stdout] | [INFO] [stdout] 151 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:92:1 [INFO] [stdout] | [INFO] [stdout] 92 | bint_as_different_digit_bigint!(BUintD16, BIntD16, u16; (BInt, u64), (BIntD32, u32), (BIntD8, u8)); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:166:37 [INFO] [stdout] | [INFO] [stdout] 166 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:92:1 [INFO] [stdout] | [INFO] [stdout] 92 | bint_as_different_digit_bigint!(BUintD16, BIntD16, u16; (BInt, u64), (BIntD32, u32), (BIntD8, u8)); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:151:37 [INFO] [stdout] | [INFO] [stdout] 151 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | bint_as_different_digit_bigint!(BUintD8, BIntD8, u8; (BInt, u64), (BIntD32, u32), (BIntD16, u16)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:166:37 [INFO] [stdout] | [INFO] [stdout] 166 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | bint_as_different_digit_bigint!(BUintD8, BIntD8, u8; (BInt, u64), (BIntD32, u32), (BIntD16, u16)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 57 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Default` is imported redundantly [INFO] [stdout] --> src/bint/mod.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | use core::default::Default; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Default` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Iterator` is imported redundantly [INFO] [stdout] --> src/bint/mod.rs:31:18 [INFO] [stdout] | [INFO] [stdout] 31 | use core::iter::{Iterator, Product, Sum}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Iterator` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Eq` is imported redundantly [INFO] [stdout] --> src/bint/cmp.rs:2:17 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Eq` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Ord` is imported redundantly [INFO] [stdout] --> src/bint/cmp.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Ord` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `PartialEq` is imported redundantly [INFO] [stdout] --> src/bint/cmp.rs:2:36 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `PartialEq` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `PartialOrd` is imported redundantly [INFO] [stdout] --> src/bint/cmp.rs:2:47 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `PartialOrd` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::mem::MaybeUninit` [INFO] [stdout] --> src/bint/endian.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::mem::MaybeUninit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::mem::MaybeUninit` [INFO] [stdout] --> src/buint/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use core::mem::MaybeUninit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Default` is imported redundantly [INFO] [stdout] --> src/buint/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use core::default::Default; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Default` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Iterator` is imported redundantly [INFO] [stdout] --> src/buint/mod.rs:17:18 [INFO] [stdout] | [INFO] [stdout] 17 | use core::iter::{Iterator, Product, Sum}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Iterator` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `as_float` is imported redundantly [INFO] [stdout] --> src/buint/float_as.rs:95:16 [INFO] [stdout] | [INFO] [stdout] 54 | / macro_rules! as_float { [INFO] [stdout] 55 | | ($BUint: ident, $BInt: ident, $Digit: ident) => { [INFO] [stdout] 56 | | impl Mantissa for $BUint { [INFO] [stdout] 57 | | const ZERO: Self = Self::ZERO; [INFO] [stdout] ... | [INFO] [stdout] 92 | | }; [INFO] [stdout] 93 | | } [INFO] [stdout] | |_- the item `as_float` is already defined here [INFO] [stdout] 94 | [INFO] [stdout] 95 | pub(crate) use as_float; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::mem::MaybeUninit` [INFO] [stdout] --> src/buint/cast.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 127 | use core::mem::MaybeUninit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Eq` is imported redundantly [INFO] [stdout] --> src/buint/cmp.rs:2:17 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Eq` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Ord` is imported redundantly [INFO] [stdout] --> src/buint/cmp.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Ord` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `PartialEq` is imported redundantly [INFO] [stdout] --> src/buint/cmp.rs:2:36 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `PartialEq` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `PartialOrd` is imported redundantly [INFO] [stdout] --> src/buint/cmp.rs:2:47 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `PartialOrd` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::mem::MaybeUninit` [INFO] [stdout] --> src/buint/endian.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::mem::MaybeUninit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `impl_helper_buint` is imported redundantly [INFO] [stdout] --> src/buint/as_float.rs:92:16 [INFO] [stdout] | [INFO] [stdout] 56 | / macro_rules! impl_helper_buint { [INFO] [stdout] 57 | | ($BUint: ident, $BInt: ident, $Digit: ident) => { [INFO] [stdout] 58 | | crate::nightly::const_impl! { [INFO] [stdout] 59 | | impl const CastToFloatHelper for $BUint { [INFO] [stdout] ... | [INFO] [stdout] 89 | | }; [INFO] [stdout] 90 | | } [INFO] [stdout] | |_- the item `impl_helper_buint` is already defined here [INFO] [stdout] 91 | [INFO] [stdout] 92 | pub(crate) use impl_helper_buint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Iterator` is imported redundantly [INFO] [stdout] --> src/buint/radix.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use core::iter::Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Iterator` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `int_log` has been stable since 1.67.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | int_log, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `mixed_integer_ops` has been stable since 1.66.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | mixed_integer_ops, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:80:21 [INFO] [stdout] | [INFO] [stdout] 80 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:135:21 [INFO] [stdout] | [INFO] [stdout] 135 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:80:21 [INFO] [stdout] | [INFO] [stdout] 80 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:135:21 [INFO] [stdout] | [INFO] [stdout] 135 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:80:21 [INFO] [stdout] | [INFO] [stdout] 80 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:135:21 [INFO] [stdout] | [INFO] [stdout] 135 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:80:21 [INFO] [stdout] | [INFO] [stdout] 80 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:135:21 [INFO] [stdout] | [INFO] [stdout] 135 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `num_copies` [INFO] [stdout] --> src/buint/mod.rs:387:21 [INFO] [stdout] | [INFO] [stdout] 387 | let num_copies = N.saturating_sub(digit_shift); // TODO: use unchecked_ methods from primitives when these are stablised ... [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_copies` [INFO] [stdout] ... [INFO] [stdout] 686 | crate::main_impl!(mod_impl); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `mod_impl` which comes from the expansion of the macro `crate::main_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `num_copies` [INFO] [stdout] --> src/buint/mod.rs:387:21 [INFO] [stdout] | [INFO] [stdout] 387 | let num_copies = N.saturating_sub(digit_shift); // TODO: use unchecked_ methods from primitives when these are stablised ... [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_copies` [INFO] [stdout] ... [INFO] [stdout] 686 | crate::main_impl!(mod_impl); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `mod_impl` which comes from the expansion of the macro `crate::main_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `num_copies` [INFO] [stdout] --> src/buint/mod.rs:387:21 [INFO] [stdout] | [INFO] [stdout] 387 | let num_copies = N.saturating_sub(digit_shift); // TODO: use unchecked_ methods from primitives when these are stablised ... [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_copies` [INFO] [stdout] ... [INFO] [stdout] 686 | crate::main_impl!(mod_impl); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `mod_impl` which comes from the expansion of the macro `crate::main_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `num_copies` [INFO] [stdout] --> src/buint/mod.rs:387:21 [INFO] [stdout] | [INFO] [stdout] 387 | let num_copies = N.saturating_sub(digit_shift); // TODO: use unchecked_ methods from primitives when these are stablised ... [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_copies` [INFO] [stdout] ... [INFO] [stdout] 686 | crate::main_impl!(mod_impl); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `mod_impl` which comes from the expansion of the macro `crate::main_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 134 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 134 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 134 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 134 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `bitand` is never used [INFO] [stdout] --> src/buint/as_float.rs:147:8 [INFO] [stdout] | [INFO] [stdout] 135 | pub trait Mantissa { [INFO] [stdout] | -------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 147 | fn bitand(self, rhs: Self) -> Self; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:261:33 [INFO] [stdout] | [INFO] [stdout] 261 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | buint_as_different_digit_bigint!(BUint, BInt, u64; (BUintD32, u32), (BUintD16, u16), (BUintD8, u8)); [INFO] [stdout] | --------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:276:33 [INFO] [stdout] | [INFO] [stdout] 276 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | buint_as_different_digit_bigint!(BUint, BInt, u64; (BUintD32, u32), (BUintD16, u16), (BUintD8, u8)); [INFO] [stdout] | --------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:261:33 [INFO] [stdout] | [INFO] [stdout] 261 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | buint_as_different_digit_bigint!(BUintD32, BIntD32, u32; (BUint, u64), (BUintD16, u16), (BUintD8, u8)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:276:33 [INFO] [stdout] | [INFO] [stdout] 276 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | buint_as_different_digit_bigint!(BUintD32, BIntD32, u32; (BUint, u64), (BUintD16, u16), (BUintD8, u8)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:261:33 [INFO] [stdout] | [INFO] [stdout] 261 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | buint_as_different_digit_bigint!(BUintD16, BIntD16, u16; (BUint, u64), (BUintD32, u32), (BUintD8, u8)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:276:33 [INFO] [stdout] | [INFO] [stdout] 276 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | buint_as_different_digit_bigint!(BUintD16, BIntD16, u16; (BUint, u64), (BUintD32, u32), (BUintD8, u8)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:261:33 [INFO] [stdout] | [INFO] [stdout] 261 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | buint_as_different_digit_bigint!(BUintD8, BIntD8, u8; (BUint, u64), (BUintD32, u32), (BUintD16, u16)); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:276:33 [INFO] [stdout] | [INFO] [stdout] 276 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | buint_as_different_digit_bigint!(BUintD8, BIntD8, u8; (BUint, u64), (BUintD32, u32), (BUintD16, u16)); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:151:37 [INFO] [stdout] | [INFO] [stdout] 151 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:90:1 [INFO] [stdout] | [INFO] [stdout] 90 | bint_as_different_digit_bigint!(BUint, BInt, u64; (BIntD32, u32), (BIntD16, u16), (BIntD8, u8)); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:166:37 [INFO] [stdout] | [INFO] [stdout] 166 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:90:1 [INFO] [stdout] | [INFO] [stdout] 90 | bint_as_different_digit_bigint!(BUint, BInt, u64; (BIntD32, u32), (BIntD16, u16), (BIntD8, u8)); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:151:37 [INFO] [stdout] | [INFO] [stdout] 151 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:91:1 [INFO] [stdout] | [INFO] [stdout] 91 | bint_as_different_digit_bigint!(BUintD32, BIntD32, u32; (BInt, u64), (BIntD16, u16), (BIntD8, u8)); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:166:37 [INFO] [stdout] | [INFO] [stdout] 166 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:91:1 [INFO] [stdout] | [INFO] [stdout] 91 | bint_as_different_digit_bigint!(BUintD32, BIntD32, u32; (BInt, u64), (BIntD16, u16), (BIntD8, u8)); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:151:37 [INFO] [stdout] | [INFO] [stdout] 151 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:92:1 [INFO] [stdout] | [INFO] [stdout] 92 | bint_as_different_digit_bigint!(BUintD16, BIntD16, u16; (BInt, u64), (BIntD32, u32), (BIntD8, u8)); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:166:37 [INFO] [stdout] | [INFO] [stdout] 166 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:92:1 [INFO] [stdout] | [INFO] [stdout] 92 | bint_as_different_digit_bigint!(BUintD16, BIntD16, u16; (BInt, u64), (BIntD32, u32), (BIntD8, u8)); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:151:37 [INFO] [stdout] | [INFO] [stdout] 151 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | bint_as_different_digit_bigint!(BUintD8, BIntD8, u8; (BInt, u64), (BIntD32, u32), (BIntD16, u16)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:166:37 [INFO] [stdout] | [INFO] [stdout] 166 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | bint_as_different_digit_bigint!(BUintD8, BIntD8, u8; (BInt, u64), (BIntD32, u32), (BIntD16, u16)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 58 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s [INFO] running `Command { std: "docker" "inspect" "460be41e768525ed63c3454eb9530fdfc96a947296eebc4593a983ead402e382", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "460be41e768525ed63c3454eb9530fdfc96a947296eebc4593a983ead402e382", kill_on_drop: false }` [INFO] [stdout] 460be41e768525ed63c3454eb9530fdfc96a947296eebc4593a983ead402e382 [INFO] checking bnum-0.8.1 against try#645bb72776a6a56a1a8f52631a44bd082b2ba509 for absurd-question-mark-desugar [INFO] extracting crate bnum 0.8.1 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate bnum 0.8.1 on toolchain 645bb72776a6a56a1a8f52631a44bd082b2ba509 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bnum 0.8.1 [INFO] finished tweaking crates.io crate bnum 0.8.1 [INFO] tweaked toml for crates.io crate bnum 0.8.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b68860f8dfa86f77217f9a6c7b5a5a792b3acdee5523b5041f2cda148a90597e [INFO] running `Command { std: "docker" "start" "-a" "b68860f8dfa86f77217f9a6c7b5a5a792b3acdee5523b5041f2cda148a90597e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b68860f8dfa86f77217f9a6c7b5a5a792b3acdee5523b5041f2cda148a90597e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b68860f8dfa86f77217f9a6c7b5a5a792b3acdee5523b5041f2cda148a90597e", kill_on_drop: false }` [INFO] [stdout] b68860f8dfa86f77217f9a6c7b5a5a792b3acdee5523b5041f2cda148a90597e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 118bf0b0fc3f02722acc6a0c48cde37914152cef50e22e55afc7ecf39c338001 [INFO] running `Command { std: "docker" "start" "-a" "118bf0b0fc3f02722acc6a0c48cde37914152cef50e22e55afc7ecf39c338001", kill_on_drop: false }` [INFO] [stderr] Checking bnum v0.8.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stdout] warning: the item `Default` is imported redundantly [INFO] [stdout] --> src/bint/mod.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | use core::default::Default; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Default` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Iterator` is imported redundantly [INFO] [stdout] --> src/bint/mod.rs:31:18 [INFO] [stdout] | [INFO] [stdout] 31 | use core::iter::{Iterator, Product, Sum}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Iterator` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Eq` is imported redundantly [INFO] [stdout] --> src/bint/cmp.rs:2:17 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Eq` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Ord` is imported redundantly [INFO] [stdout] --> src/bint/cmp.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Ord` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `PartialEq` is imported redundantly [INFO] [stdout] --> src/bint/cmp.rs:2:36 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `PartialEq` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `PartialOrd` is imported redundantly [INFO] [stdout] --> src/bint/cmp.rs:2:47 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `PartialOrd` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::mem::MaybeUninit` [INFO] [stdout] --> src/bint/endian.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::mem::MaybeUninit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::mem::MaybeUninit` [INFO] [stdout] --> src/buint/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use core::mem::MaybeUninit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Default` is imported redundantly [INFO] [stdout] --> src/buint/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use core::default::Default; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Default` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Iterator` is imported redundantly [INFO] [stdout] --> src/buint/mod.rs:17:18 [INFO] [stdout] | [INFO] [stdout] 17 | use core::iter::{Iterator, Product, Sum}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Iterator` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `as_float` is imported redundantly [INFO] [stdout] --> src/buint/float_as.rs:95:16 [INFO] [stdout] | [INFO] [stdout] 54 | / macro_rules! as_float { [INFO] [stdout] 55 | | ($BUint: ident, $BInt: ident, $Digit: ident) => { [INFO] [stdout] 56 | | impl Mantissa for $BUint { [INFO] [stdout] 57 | | const ZERO: Self = Self::ZERO; [INFO] [stdout] ... | [INFO] [stdout] 92 | | }; [INFO] [stdout] 93 | | } [INFO] [stdout] | |_- the item `as_float` is already defined here [INFO] [stdout] 94 | [INFO] [stdout] 95 | pub(crate) use as_float; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::mem::MaybeUninit` [INFO] [stdout] --> src/buint/cast.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 127 | use core::mem::MaybeUninit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Eq` is imported redundantly [INFO] [stdout] --> src/buint/cmp.rs:2:17 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Eq` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Ord` is imported redundantly [INFO] [stdout] --> src/buint/cmp.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Ord` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `PartialEq` is imported redundantly [INFO] [stdout] --> src/buint/cmp.rs:2:36 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `PartialEq` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `PartialOrd` is imported redundantly [INFO] [stdout] --> src/buint/cmp.rs:2:47 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `PartialOrd` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::mem::MaybeUninit` [INFO] [stdout] --> src/buint/endian.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::mem::MaybeUninit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `impl_helper_buint` is imported redundantly [INFO] [stdout] --> src/buint/as_float.rs:92:16 [INFO] [stdout] | [INFO] [stdout] 56 | / macro_rules! impl_helper_buint { [INFO] [stdout] 57 | | ($BUint: ident, $BInt: ident, $Digit: ident) => { [INFO] [stdout] 58 | | crate::nightly::const_impl! { [INFO] [stdout] 59 | | impl const CastToFloatHelper for $BUint { [INFO] [stdout] ... | [INFO] [stdout] 89 | | }; [INFO] [stdout] 90 | | } [INFO] [stdout] | |_- the item `impl_helper_buint` is already defined here [INFO] [stdout] 91 | [INFO] [stdout] 92 | pub(crate) use impl_helper_buint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Iterator` is imported redundantly [INFO] [stdout] --> src/buint/radix.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use core::iter::Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Iterator` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking regex v1.10.4 [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:80:21 [INFO] [stdout] | [INFO] [stdout] 80 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking env_logger v0.8.4 [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:135:21 [INFO] [stdout] | [INFO] [stdout] 135 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:80:21 [INFO] [stdout] | [INFO] [stdout] 80 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:135:21 [INFO] [stdout] | [INFO] [stdout] 135 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:80:21 [INFO] [stdout] | [INFO] [stdout] 80 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:135:21 [INFO] [stdout] | [INFO] [stdout] 135 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:80:21 [INFO] [stdout] | [INFO] [stdout] 80 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:135:21 [INFO] [stdout] | [INFO] [stdout] 135 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking quickcheck v1.0.3 [INFO] [stdout] warning: unused variable: `num_copies` [INFO] [stdout] --> src/buint/mod.rs:387:21 [INFO] [stdout] | [INFO] [stdout] 387 | let num_copies = N.saturating_sub(digit_shift); // TODO: use unchecked_ methods from primitives when these are stablised ... [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_copies` [INFO] [stdout] ... [INFO] [stdout] 686 | crate::main_impl!(mod_impl); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `mod_impl` which comes from the expansion of the macro `crate::main_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `num_copies` [INFO] [stdout] --> src/buint/mod.rs:387:21 [INFO] [stdout] | [INFO] [stdout] 387 | let num_copies = N.saturating_sub(digit_shift); // TODO: use unchecked_ methods from primitives when these are stablised ... [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_copies` [INFO] [stdout] ... [INFO] [stdout] 686 | crate::main_impl!(mod_impl); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `mod_impl` which comes from the expansion of the macro `crate::main_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `num_copies` [INFO] [stdout] --> src/buint/mod.rs:387:21 [INFO] [stdout] | [INFO] [stdout] 387 | let num_copies = N.saturating_sub(digit_shift); // TODO: use unchecked_ methods from primitives when these are stablised ... [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_copies` [INFO] [stdout] ... [INFO] [stdout] 686 | crate::main_impl!(mod_impl); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `mod_impl` which comes from the expansion of the macro `crate::main_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `num_copies` [INFO] [stdout] --> src/buint/mod.rs:387:21 [INFO] [stdout] | [INFO] [stdout] 387 | let num_copies = N.saturating_sub(digit_shift); // TODO: use unchecked_ methods from primitives when these are stablised ... [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_copies` [INFO] [stdout] ... [INFO] [stdout] 686 | crate::main_impl!(mod_impl); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `mod_impl` which comes from the expansion of the macro `crate::main_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 134 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 134 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 134 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 134 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `bitand` is never used [INFO] [stdout] --> src/buint/as_float.rs:147:8 [INFO] [stdout] | [INFO] [stdout] 135 | pub trait Mantissa { [INFO] [stdout] | -------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 147 | fn bitand(self, rhs: Self) -> Self; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `CastTo` is never used [INFO] [stdout] --> src/cast.rs:11:18 [INFO] [stdout] | [INFO] [stdout] 11 | pub(crate) trait CastTo { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:261:33 [INFO] [stdout] | [INFO] [stdout] 261 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | buint_as_different_digit_bigint!(BUint, BInt, u64; (BUintD32, u32), (BUintD16, u16), (BUintD8, u8)); [INFO] [stdout] | --------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:276:33 [INFO] [stdout] | [INFO] [stdout] 276 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | buint_as_different_digit_bigint!(BUint, BInt, u64; (BUintD32, u32), (BUintD16, u16), (BUintD8, u8)); [INFO] [stdout] | --------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:261:33 [INFO] [stdout] | [INFO] [stdout] 261 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | buint_as_different_digit_bigint!(BUintD32, BIntD32, u32; (BUint, u64), (BUintD16, u16), (BUintD8, u8)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:276:33 [INFO] [stdout] | [INFO] [stdout] 276 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | buint_as_different_digit_bigint!(BUintD32, BIntD32, u32; (BUint, u64), (BUintD16, u16), (BUintD8, u8)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:261:33 [INFO] [stdout] | [INFO] [stdout] 261 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | buint_as_different_digit_bigint!(BUintD16, BIntD16, u16; (BUint, u64), (BUintD32, u32), (BUintD8, u8)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:276:33 [INFO] [stdout] | [INFO] [stdout] 276 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | buint_as_different_digit_bigint!(BUintD16, BIntD16, u16; (BUint, u64), (BUintD32, u32), (BUintD8, u8)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:261:33 [INFO] [stdout] | [INFO] [stdout] 261 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | buint_as_different_digit_bigint!(BUintD8, BIntD8, u8; (BUint, u64), (BUintD32, u32), (BUintD16, u16)); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:276:33 [INFO] [stdout] | [INFO] [stdout] 276 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | buint_as_different_digit_bigint!(BUintD8, BIntD8, u8; (BUint, u64), (BUintD32, u32), (BUintD16, u16)); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:151:37 [INFO] [stdout] | [INFO] [stdout] 151 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:90:1 [INFO] [stdout] | [INFO] [stdout] 90 | bint_as_different_digit_bigint!(BUint, BInt, u64; (BIntD32, u32), (BIntD16, u16), (BIntD8, u8)); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:166:37 [INFO] [stdout] | [INFO] [stdout] 166 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:90:1 [INFO] [stdout] | [INFO] [stdout] 90 | bint_as_different_digit_bigint!(BUint, BInt, u64; (BIntD32, u32), (BIntD16, u16), (BIntD8, u8)); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:151:37 [INFO] [stdout] | [INFO] [stdout] 151 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:91:1 [INFO] [stdout] | [INFO] [stdout] 91 | bint_as_different_digit_bigint!(BUintD32, BIntD32, u32; (BInt, u64), (BIntD16, u16), (BIntD8, u8)); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:166:37 [INFO] [stdout] | [INFO] [stdout] 166 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:91:1 [INFO] [stdout] | [INFO] [stdout] 91 | bint_as_different_digit_bigint!(BUintD32, BIntD32, u32; (BInt, u64), (BIntD16, u16), (BIntD8, u8)); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:151:37 [INFO] [stdout] | [INFO] [stdout] 151 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:92:1 [INFO] [stdout] | [INFO] [stdout] 92 | bint_as_different_digit_bigint!(BUintD16, BIntD16, u16; (BInt, u64), (BIntD32, u32), (BIntD8, u8)); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:166:37 [INFO] [stdout] | [INFO] [stdout] 166 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:92:1 [INFO] [stdout] | [INFO] [stdout] 92 | bint_as_different_digit_bigint!(BUintD16, BIntD16, u16; (BInt, u64), (BIntD32, u32), (BIntD8, u8)); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:151:37 [INFO] [stdout] | [INFO] [stdout] 151 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | bint_as_different_digit_bigint!(BUintD8, BIntD8, u8; (BInt, u64), (BIntD32, u32), (BIntD16, u16)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:166:37 [INFO] [stdout] | [INFO] [stdout] 166 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | bint_as_different_digit_bigint!(BUintD8, BIntD8, u8; (BInt, u64), (BIntD32, u32), (BIntD16, u16)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 57 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Default` is imported redundantly [INFO] [stdout] --> src/bint/mod.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | use core::default::Default; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Default` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Iterator` is imported redundantly [INFO] [stdout] --> src/bint/mod.rs:31:18 [INFO] [stdout] | [INFO] [stdout] 31 | use core::iter::{Iterator, Product, Sum}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Iterator` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Eq` is imported redundantly [INFO] [stdout] --> src/bint/cmp.rs:2:17 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Eq` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Ord` is imported redundantly [INFO] [stdout] --> src/bint/cmp.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Ord` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `PartialEq` is imported redundantly [INFO] [stdout] --> src/bint/cmp.rs:2:36 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `PartialEq` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `PartialOrd` is imported redundantly [INFO] [stdout] --> src/bint/cmp.rs:2:47 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `PartialOrd` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::mem::MaybeUninit` [INFO] [stdout] --> src/bint/endian.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::mem::MaybeUninit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::mem::MaybeUninit` [INFO] [stdout] --> src/buint/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use core::mem::MaybeUninit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Default` is imported redundantly [INFO] [stdout] --> src/buint/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use core::default::Default; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Default` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Iterator` is imported redundantly [INFO] [stdout] --> src/buint/mod.rs:17:18 [INFO] [stdout] | [INFO] [stdout] 17 | use core::iter::{Iterator, Product, Sum}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Iterator` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `as_float` is imported redundantly [INFO] [stdout] --> src/buint/float_as.rs:95:16 [INFO] [stdout] | [INFO] [stdout] 54 | / macro_rules! as_float { [INFO] [stdout] 55 | | ($BUint: ident, $BInt: ident, $Digit: ident) => { [INFO] [stdout] 56 | | impl Mantissa for $BUint { [INFO] [stdout] 57 | | const ZERO: Self = Self::ZERO; [INFO] [stdout] ... | [INFO] [stdout] 92 | | }; [INFO] [stdout] 93 | | } [INFO] [stdout] | |_- the item `as_float` is already defined here [INFO] [stdout] 94 | [INFO] [stdout] 95 | pub(crate) use as_float; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::mem::MaybeUninit` [INFO] [stdout] --> src/buint/cast.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 127 | use core::mem::MaybeUninit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Eq` is imported redundantly [INFO] [stdout] --> src/buint/cmp.rs:2:17 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Eq` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Ord` is imported redundantly [INFO] [stdout] --> src/buint/cmp.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Ord` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `PartialEq` is imported redundantly [INFO] [stdout] --> src/buint/cmp.rs:2:36 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `PartialEq` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `PartialOrd` is imported redundantly [INFO] [stdout] --> src/buint/cmp.rs:2:47 [INFO] [stdout] | [INFO] [stdout] 2 | use core::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `PartialOrd` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::mem::MaybeUninit` [INFO] [stdout] --> src/buint/endian.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::mem::MaybeUninit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `impl_helper_buint` is imported redundantly [INFO] [stdout] --> src/buint/as_float.rs:92:16 [INFO] [stdout] | [INFO] [stdout] 56 | / macro_rules! impl_helper_buint { [INFO] [stdout] 57 | | ($BUint: ident, $BInt: ident, $Digit: ident) => { [INFO] [stdout] 58 | | crate::nightly::const_impl! { [INFO] [stdout] 59 | | impl const CastToFloatHelper for $BUint { [INFO] [stdout] ... | [INFO] [stdout] 89 | | }; [INFO] [stdout] 90 | | } [INFO] [stdout] | |_- the item `impl_helper_buint` is already defined here [INFO] [stdout] 91 | [INFO] [stdout] 92 | pub(crate) use impl_helper_buint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Iterator` is imported redundantly [INFO] [stdout] --> src/buint/radix.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use core::iter::Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/core/src/prelude/mod.rs:57:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Iterator` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `int_log` has been stable since 1.67.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | int_log, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `mixed_integer_ops` has been stable since 1.66.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | mixed_integer_ops, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:80:21 [INFO] [stdout] | [INFO] [stdout] 80 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:135:21 [INFO] [stdout] | [INFO] [stdout] 135 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:80:21 [INFO] [stdout] | [INFO] [stdout] 80 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:135:21 [INFO] [stdout] | [INFO] [stdout] 135 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:80:21 [INFO] [stdout] | [INFO] [stdout] 80 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:135:21 [INFO] [stdout] | [INFO] [stdout] 135 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:80:21 [INFO] [stdout] | [INFO] [stdout] 80 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/bint/endian.rs:135:21 [INFO] [stdout] | [INFO] [stdout] 135 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 235 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `num_copies` [INFO] [stdout] --> src/buint/mod.rs:387:21 [INFO] [stdout] | [INFO] [stdout] 387 | let num_copies = N.saturating_sub(digit_shift); // TODO: use unchecked_ methods from primitives when these are stablised ... [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_copies` [INFO] [stdout] ... [INFO] [stdout] 686 | crate::main_impl!(mod_impl); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `mod_impl` which comes from the expansion of the macro `crate::main_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `num_copies` [INFO] [stdout] --> src/buint/mod.rs:387:21 [INFO] [stdout] | [INFO] [stdout] 387 | let num_copies = N.saturating_sub(digit_shift); // TODO: use unchecked_ methods from primitives when these are stablised ... [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_copies` [INFO] [stdout] ... [INFO] [stdout] 686 | crate::main_impl!(mod_impl); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `mod_impl` which comes from the expansion of the macro `crate::main_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `num_copies` [INFO] [stdout] --> src/buint/mod.rs:387:21 [INFO] [stdout] | [INFO] [stdout] 387 | let num_copies = N.saturating_sub(digit_shift); // TODO: use unchecked_ methods from primitives when these are stablised ... [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_copies` [INFO] [stdout] ... [INFO] [stdout] 686 | crate::main_impl!(mod_impl); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `mod_impl` which comes from the expansion of the macro `crate::main_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `num_copies` [INFO] [stdout] --> src/buint/mod.rs:387:21 [INFO] [stdout] | [INFO] [stdout] 387 | let num_copies = N.saturating_sub(digit_shift); // TODO: use unchecked_ methods from primitives when these are stablised ... [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_copies` [INFO] [stdout] ... [INFO] [stdout] 686 | crate::main_impl!(mod_impl); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `mod_impl` which comes from the expansion of the macro `crate::main_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 134 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 134 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 134 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slice_ptr` [INFO] [stdout] --> src/buint/endian.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 134 | let slice_ptr = slice.as_ptr(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_slice_ptr` [INFO] [stdout] ... [INFO] [stdout] 301 | crate::macro_impl!(endian); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `endian` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `bitand` is never used [INFO] [stdout] --> src/buint/as_float.rs:147:8 [INFO] [stdout] | [INFO] [stdout] 135 | pub trait Mantissa { [INFO] [stdout] | -------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 147 | fn bitand(self, rhs: Self) -> Self; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:261:33 [INFO] [stdout] | [INFO] [stdout] 261 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | buint_as_different_digit_bigint!(BUint, BInt, u64; (BUintD32, u32), (BUintD16, u16), (BUintD8, u8)); [INFO] [stdout] | --------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:276:33 [INFO] [stdout] | [INFO] [stdout] 276 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | buint_as_different_digit_bigint!(BUint, BInt, u64; (BUintD32, u32), (BUintD16, u16), (BUintD8, u8)); [INFO] [stdout] | --------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:261:33 [INFO] [stdout] | [INFO] [stdout] 261 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | buint_as_different_digit_bigint!(BUintD32, BIntD32, u32; (BUint, u64), (BUintD16, u16), (BUintD8, u8)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:276:33 [INFO] [stdout] | [INFO] [stdout] 276 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | buint_as_different_digit_bigint!(BUintD32, BIntD32, u32; (BUint, u64), (BUintD16, u16), (BUintD8, u8)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:261:33 [INFO] [stdout] | [INFO] [stdout] 261 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | buint_as_different_digit_bigint!(BUintD16, BIntD16, u16; (BUint, u64), (BUintD32, u32), (BUintD8, u8)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:276:33 [INFO] [stdout] | [INFO] [stdout] 276 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | buint_as_different_digit_bigint!(BUintD16, BIntD16, u16; (BUint, u64), (BUintD32, u32), (BUintD8, u8)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:261:33 [INFO] [stdout] | [INFO] [stdout] 261 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | buint_as_different_digit_bigint!(BUintD8, BIntD8, u8; (BUint, u64), (BUintD32, u32), (BUintD16, u16)); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/buint/cast.rs:276:33 [INFO] [stdout] | [INFO] [stdout] 276 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | buint_as_different_digit_bigint!(BUintD8, BIntD8, u8; (BUint, u64), (BUintD32, u32), (BUintD16, u16)); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `buint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:151:37 [INFO] [stdout] | [INFO] [stdout] 151 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:90:1 [INFO] [stdout] | [INFO] [stdout] 90 | bint_as_different_digit_bigint!(BUint, BInt, u64; (BIntD32, u32), (BIntD16, u16), (BIntD8, u8)); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:166:37 [INFO] [stdout] | [INFO] [stdout] 166 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:90:1 [INFO] [stdout] | [INFO] [stdout] 90 | bint_as_different_digit_bigint!(BUint, BInt, u64; (BIntD32, u32), (BIntD16, u16), (BIntD8, u8)); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:151:37 [INFO] [stdout] | [INFO] [stdout] 151 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:91:1 [INFO] [stdout] | [INFO] [stdout] 91 | bint_as_different_digit_bigint!(BUintD32, BIntD32, u32; (BInt, u64), (BIntD16, u16), (BIntD8, u8)); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:166:37 [INFO] [stdout] | [INFO] [stdout] 166 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:91:1 [INFO] [stdout] | [INFO] [stdout] 91 | bint_as_different_digit_bigint!(BUintD32, BIntD32, u32; (BInt, u64), (BIntD16, u16), (BIntD8, u8)); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:151:37 [INFO] [stdout] | [INFO] [stdout] 151 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:92:1 [INFO] [stdout] | [INFO] [stdout] 92 | bint_as_different_digit_bigint!(BUintD16, BIntD16, u16; (BInt, u64), (BIntD32, u32), (BIntD8, u8)); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:166:37 [INFO] [stdout] | [INFO] [stdout] 166 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:92:1 [INFO] [stdout] | [INFO] [stdout] 92 | bint_as_different_digit_bigint!(BUintD16, BIntD16, u16; (BInt, u64), (BIntD32, u32), (BIntD8, u8)); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:151:37 [INFO] [stdout] | [INFO] [stdout] 151 | ... let DIVIDE_COUNT: usize = ($OtherDigit::BITS / $Digit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | bint_as_different_digit_bigint!(BUintD8, BIntD8, u8; (BInt, u64), (BIntD32, u32), (BIntD16, u16)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `DIVIDE_COUNT` should have a snake case name [INFO] [stdout] --> src/bint/cast.rs:166:37 [INFO] [stdout] | [INFO] [stdout] 166 | ... let DIVIDE_COUNT: usize = ($Digit::BITS / $OtherDigit::BITS) as usize; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `divide_count` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | bint_as_different_digit_bigint!(BUintD8, BIntD8, u8; (BInt, u64), (BIntD32, u32), (BIntD16, u16)); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bint_as_different_digit_bigint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 58 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.24s [INFO] running `Command { std: "docker" "inspect" "118bf0b0fc3f02722acc6a0c48cde37914152cef50e22e55afc7ecf39c338001", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "118bf0b0fc3f02722acc6a0c48cde37914152cef50e22e55afc7ecf39c338001", kill_on_drop: false }` [INFO] [stdout] 118bf0b0fc3f02722acc6a0c48cde37914152cef50e22e55afc7ecf39c338001