[INFO] crate num-cmp 0.1.0 is already in cache [INFO] extracting crate num-cmp 0.1.0 into work/ex/clippy-test-run/sources/stable/reg/num-cmp/0.1.0 [INFO] extracting crate num-cmp 0.1.0 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/num-cmp/0.1.0 [INFO] validating manifest of num-cmp-0.1.0 on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of num-cmp-0.1.0 on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing num-cmp-0.1.0 [INFO] finished frobbing num-cmp-0.1.0 [INFO] frobbed toml for num-cmp-0.1.0 written to work/ex/clippy-test-run/sources/stable/reg/num-cmp/0.1.0/Cargo.toml [INFO] started frobbing num-cmp-0.1.0 [INFO] finished frobbing num-cmp-0.1.0 [INFO] frobbed toml for num-cmp-0.1.0 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/num-cmp/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting num-cmp-0.1.0 against stable+rustflags=-Dclippy::into_iter_on_array for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-4/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/num-cmp/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dclippy::into_iter_on_array" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d5e60c3f1a6797a4c944e93379b37b5c7cc2b9811fec1f1f20bec60caa9b9166 [INFO] running `"docker" "start" "-a" "d5e60c3f1a6797a4c944e93379b37b5c7cc2b9811fec1f1f20bec60caa9b9166"` [INFO] [stderr] Checking num-cmp v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:661:31 [INFO] [stderr] | [INFO] [stderr] 661 | const U32_BOUND_IN_F32: f32 = 4294967296.0; [INFO] [stderr] | ^^^^^^^^^^^^ help: consider: `4_294_967_296.0` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unreadable_literal)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:662:31 [INFO] [stderr] | [INFO] [stderr] 662 | const I32_BOUND_IN_F32: f32 = 2147483648.0; [INFO] [stderr] | ^^^^^^^^^^^^ help: consider: `2_147_483_648.0` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:664:31 [INFO] [stderr] | [INFO] [stderr] 664 | const U64_BOUND_IN_F32: f32 = 18446744073709551616.0; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: consider: `18_446_744_073_709_551_616.0` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:665:31 [INFO] [stderr] | [INFO] [stderr] 665 | const U64_BOUND_IN_F64: f64 = 18446744073709551616.0; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: consider: `18_446_744_073_709_551_616.0` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:666:31 [INFO] [stderr] | [INFO] [stderr] 666 | const I64_BOUND_IN_F32: f32 = 9223372036854775808.0; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: consider: `9_223_372_036_854_775_808.0` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:667:31 [INFO] [stderr] | [INFO] [stderr] 667 | const I64_BOUND_IN_F64: f64 = 9223372036854775808.0; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: consider: `9_223_372_036_854_775_808.0` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:661:31 [INFO] [stderr] | [INFO] [stderr] 661 | const U32_BOUND_IN_F32: f32 = 4294967296.0; [INFO] [stderr] | ^^^^^^^^^^^^ help: consider: `4_294_967_296.0` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unreadable_literal)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:662:31 [INFO] [stderr] | [INFO] [stderr] 662 | const I32_BOUND_IN_F32: f32 = 2147483648.0; [INFO] [stderr] | ^^^^^^^^^^^^ help: consider: `2_147_483_648.0` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:664:31 [INFO] [stderr] | [INFO] [stderr] 664 | const U64_BOUND_IN_F32: f32 = 18446744073709551616.0; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: consider: `18_446_744_073_709_551_616.0` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:665:31 [INFO] [stderr] | [INFO] [stderr] 665 | const U64_BOUND_IN_F64: f64 = 18446744073709551616.0; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: consider: `18_446_744_073_709_551_616.0` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:666:31 [INFO] [stderr] | [INFO] [stderr] 666 | const I64_BOUND_IN_F32: f32 = 9223372036854775808.0; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: consider: `9_223_372_036_854_775_808.0` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:667:31 [INFO] [stderr] | [INFO] [stderr] 667 | const I64_BOUND_IN_F64: f64 = 9223372036854775808.0; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: consider: `9_223_372_036_854_775_808.0` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tests.rs:108:32 [INFO] [stderr] | [INFO] [stderr] 108 | const F32_SUBNORMAL_MIN: f32 = 1.401298464324817e-45; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: consider: `1.401_298_464_324_817e-45` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/tests.rs:109:32 [INFO] [stderr] | [INFO] [stderr] 109 | const F64_SUBNORMAL_MIN: f64 = 4.9406564584124654e-324; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `4.940_656_458_412_465_4e-324` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/tests.rs:123:17 [INFO] [stderr] | [INFO] [stderr] 123 | const NUMBERS: &'static [&'static [N]] = &[ [INFO] [stderr] | -^^^^^^^--------------- help: consider removing `'static`: `&[&'static [N]]` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::const_static_lifetime)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/tests.rs:123:27 [INFO] [stderr] | [INFO] [stderr] 123 | const NUMBERS: &'static [&'static [N]] = &[ [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&[N]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/lib.rs:81:17 [INFO] [stderr] | [INFO] [stderr] 81 | self != other [INFO] [stderr] | ^^^^^^^^^^^^^ help: consider comparing them within some error: `(self - other).abs() < error` [INFO] [stderr] ... [INFO] [stderr] 554 | / impl_for_equal_types! { [INFO] [stderr] 555 | | u8; u16; u32; u64; usize; [INFO] [stderr] 556 | | i8; i16; i32; i64; isize; [INFO] [stderr] 557 | | f32; f64; [INFO] [stderr] 558 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::float_cmp)] on by default [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/lib.rs:81:17 [INFO] [stderr] | [INFO] [stderr] 81 | self != other [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 554 | / impl_for_equal_types! { [INFO] [stderr] 555 | | u8; u16; u32; u64; usize; [INFO] [stderr] 556 | | i8; i16; i32; i64; isize; [INFO] [stderr] 557 | | f32; f64; [INFO] [stderr] 558 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/lib.rs:81:17 [INFO] [stderr] | [INFO] [stderr] 81 | self != other [INFO] [stderr] | ^^^^^^^^^^^^^ help: consider comparing them within some error: `(self - other).abs() < error` [INFO] [stderr] ... [INFO] [stderr] 554 | / impl_for_equal_types! { [INFO] [stderr] 555 | | u8; u16; u32; u64; usize; [INFO] [stderr] 556 | | i8; i16; i32; i64; isize; [INFO] [stderr] 557 | | f32; f64; [INFO] [stderr] 558 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/lib.rs:81:17 [INFO] [stderr] | [INFO] [stderr] 81 | self != other [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 554 | / impl_for_equal_types! { [INFO] [stderr] 555 | | u8; u16; u32; u64; usize; [INFO] [stderr] 556 | | i8; i16; i32; i64; isize; [INFO] [stderr] 557 | | f32; f64; [INFO] [stderr] 558 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::cast_lossless)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `u16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `u16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `u16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `u16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `u16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `u16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `u16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `u16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `u16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `u16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `u16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `u16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `i16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `i16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `i16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `i16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `i16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `i16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `i16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `i16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `i16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `i16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `i16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `i16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `i16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `i16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `i16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `i16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `i16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `i16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `i16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `i16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `i16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `i16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `i16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `i16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/lib.rs:220:17 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^^^^^^^^^ help: consider comparing them within some error: `(self - other).abs() < error` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/lib.rs:220:17 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/lib.rs:262:25 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^^^^^^^^^^ help: consider comparing them within some error: `(self - other).abs() < error` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/lib.rs:262:25 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `f32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `f32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `f64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to f64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `f64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/lib.rs:446:27 [INFO] [stderr] | [INFO] [stderr] 446 | } else if self == self { [INFO] [stderr] | ^^^^^^^^^^^^ help: consider comparing them within some error: `(self - self).abs() < error` [INFO] [stderr] ... [INFO] [stderr] 669 | / impl_for_int_and_float_types_with_bounds_check! { [INFO] [stderr] 670 | | // f32, uM for 24 < M [INFO] [stderr] 671 | | // f64, uM for 53 < M [INFO] [stderr] 672 | | f32, u32, (0.0) <= _ < (U32_BOUND_IN_F32); [INFO] [stderr] ... | [INFO] [stderr] 680 | | f64, i64, (-I64_BOUND_IN_F64) <= _ < (I64_BOUND_IN_F64); [INFO] [stderr] 681 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/lib.rs:446:27 [INFO] [stderr] | [INFO] [stderr] 446 | } else if self == self { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 669 | / impl_for_int_and_float_types_with_bounds_check! { [INFO] [stderr] 670 | | // f32, uM for 24 < M [INFO] [stderr] 671 | | // f64, uM for 53 < M [INFO] [stderr] 672 | | f32, u32, (0.0) <= _ < (U32_BOUND_IN_F32); [INFO] [stderr] ... | [INFO] [stderr] 680 | | f64, i64, (-I64_BOUND_IN_F64) <= _ < (I64_BOUND_IN_F64); [INFO] [stderr] 681 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/lib.rs:503:27 [INFO] [stderr] | [INFO] [stderr] 503 | } else if other == other { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: consider comparing them within some error: `(other - other).abs() < error` [INFO] [stderr] ... [INFO] [stderr] 669 | / impl_for_int_and_float_types_with_bounds_check! { [INFO] [stderr] 670 | | // f32, uM for 24 < M [INFO] [stderr] 671 | | // f64, uM for 53 < M [INFO] [stderr] 672 | | f32, u32, (0.0) <= _ < (U32_BOUND_IN_F32); [INFO] [stderr] ... | [INFO] [stderr] 680 | | f64, i64, (-I64_BOUND_IN_F64) <= _ < (I64_BOUND_IN_F64); [INFO] [stderr] 681 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/lib.rs:503:27 [INFO] [stderr] | [INFO] [stderr] 503 | } else if other == other { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 669 | / impl_for_int_and_float_types_with_bounds_check! { [INFO] [stderr] 670 | | // f32, uM for 24 < M [INFO] [stderr] 671 | | // f64, uM for 53 < M [INFO] [stderr] 672 | | f32, u32, (0.0) <= _ < (U32_BOUND_IN_F32); [INFO] [stderr] ... | [INFO] [stderr] 680 | | f64, i64, (-I64_BOUND_IN_F64) <= _ < (I64_BOUND_IN_F64); [INFO] [stderr] 681 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `num-cmp`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/lib.rs:81:17 [INFO] [stderr] | [INFO] [stderr] 81 | self != other [INFO] [stderr] | ^^^^^^^^^^^^^ help: consider comparing them within some error: `(self - other).abs() < error` [INFO] [stderr] ... [INFO] [stderr] 554 | / impl_for_equal_types! { [INFO] [stderr] 555 | | u8; u16; u32; u64; usize; [INFO] [stderr] 556 | | i8; i16; i32; i64; isize; [INFO] [stderr] 557 | | f32; f64; [INFO] [stderr] 558 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::float_cmp)] on by default [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/lib.rs:81:17 [INFO] [stderr] | [INFO] [stderr] 81 | self != other [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 554 | / impl_for_equal_types! { [INFO] [stderr] 555 | | u8; u16; u32; u64; usize; [INFO] [stderr] 556 | | i8; i16; i32; i64; isize; [INFO] [stderr] 557 | | f32; f64; [INFO] [stderr] 558 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/lib.rs:81:17 [INFO] [stderr] | [INFO] [stderr] 81 | self != other [INFO] [stderr] | ^^^^^^^^^^^^^ help: consider comparing them within some error: `(self - other).abs() < error` [INFO] [stderr] ... [INFO] [stderr] 554 | / impl_for_equal_types! { [INFO] [stderr] 555 | | u8; u16; u32; u64; usize; [INFO] [stderr] 556 | | i8; i16; i32; i64; isize; [INFO] [stderr] 557 | | f32; f64; [INFO] [stderr] 558 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/lib.rs:81:17 [INFO] [stderr] | [INFO] [stderr] 81 | self != other [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 554 | / impl_for_equal_types! { [INFO] [stderr] 555 | | u8; u16; u32; u64; usize; [INFO] [stderr] 556 | | i8; i16; i32; i64; isize; [INFO] [stderr] 557 | | f32; f64; [INFO] [stderr] 558 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::cast_lossless)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `u16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `u16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `u16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `u16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `u16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `u16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `u16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `u16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `u16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `u16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `u16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u8 to u16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `u16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `u32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u16 to u32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `u32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `u64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting u32 to u64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `u64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `i16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `i16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `i16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `i16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `i16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `i16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `i16::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `i16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `i16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `i16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `i16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i8 to i16 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `i16::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `i64::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | self <= other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:240:25 [INFO] [stderr] | [INFO] [stderr] 240 | self >= other as $big [INFO] [stderr] | ^^^^^ help: try: `i32::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | (self as $big).partial_cmp(&other) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:257:17 [INFO] [stderr] | [INFO] [stderr] 257 | self as $big == other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | self as $big != other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | (self as $big) < other [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:272:17 [INFO] [stderr] | [INFO] [stderr] 272 | self as $big > other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | self as $big <= other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i16 to i32 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | self as $big >= other [INFO] [stderr] | ^^^^ help: try: `i32::from(self)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:210:35 [INFO] [stderr] | [INFO] [stderr] 210 | self.partial_cmp(&(other as $big)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:215:25 [INFO] [stderr] | [INFO] [stderr] 215 | self == other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | self != other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:225:24 [INFO] [stderr] | [INFO] [stderr] 225 | self < other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | self > other as $big [INFO] [stderr] | ^^^^^ help: try: `i64::from(other)` [INFO] [stderr] ... [INFO] [stderr] 606 | / impl_for_nonequal_types_with_casting! { [INFO] [stderr] 607 | | // uN, uM for N > M [INFO] [stderr] 608 | | u64, u8; u32, u8; u16, u8; [INFO] [stderr] 609 | | u64, u16; u32, u16; [INFO] [stderr] ... | [INFO] [stderr] 634 | | f64, i8; f64, i16; f64, i32; [INFO] [stderr] 635 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting i32 to i64 may become silently lossy if types change [INFO] [stderr] --> src/lib.rs:235:25 [WARN] too many lines in the log, truncating it