[INFO] crate ethereum-types 0.4.0 is already in cache [INFO] extracting crate ethereum-types 0.4.0 into work/ex/clippy-test-run/sources/stable/reg/ethereum-types/0.4.0 [INFO] extracting crate ethereum-types 0.4.0 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/ethereum-types/0.4.0 [INFO] validating manifest of ethereum-types-0.4.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 ethereum-types-0.4.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 ethereum-types-0.4.0 [INFO] finished frobbing ethereum-types-0.4.0 [INFO] frobbed toml for ethereum-types-0.4.0 written to work/ex/clippy-test-run/sources/stable/reg/ethereum-types/0.4.0/Cargo.toml [INFO] started frobbing ethereum-types-0.4.0 [INFO] finished frobbing ethereum-types-0.4.0 [INFO] frobbed toml for ethereum-types-0.4.0 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/ethereum-types/0.4.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 ethereum-types-0.4.0 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-5/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/ethereum-types/0.4.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" "-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] ce7539abc0ff505f5e37c330cbe74b54065d7a630862e1074c2b267ba3fea885 [INFO] running `"docker" "start" "-a" "ce7539abc0ff505f5e37c330cbe74b54065d7a630862e1074c2b267ba3fea885"` [INFO] [stderr] Checking rustc-hex v2.0.1 [INFO] [stderr] Checking ethereum-types-serialize v0.2.1 [INFO] [stderr] Checking fixed-hash v0.2.5 [INFO] [stderr] Checking uint v0.4.1 [INFO] [stderr] Checking ethbloom v0.5.0 [INFO] [stderr] Checking ethereum-types v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'fixed_hash::clean_0x': out of scope for fixed-hash [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use fixed_hash::clean_0x; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'fixed_hash::clean_0x': out of scope for fixed-hash [INFO] [stderr] --> src/hash.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | construct_hash!(H32, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'fixed_hash::clean_0x': out of scope for fixed-hash [INFO] [stderr] --> src/hash.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | construct_hash!(H64, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'fixed_hash::clean_0x': out of scope for fixed-hash [INFO] [stderr] --> src/hash.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | construct_hash!(H128, 16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'fixed_hash::clean_0x': out of scope for fixed-hash [INFO] [stderr] --> src/hash.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | construct_hash!(H160, 20); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'fixed_hash::clean_0x': out of scope for fixed-hash [INFO] [stderr] --> src/hash.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | construct_hash!(H256, 32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'fixed_hash::clean_0x': out of scope for fixed-hash [INFO] [stderr] --> src/hash.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | construct_hash!(H264, 33); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'fixed_hash::clean_0x': out of scope for fixed-hash [INFO] [stderr] --> src/hash.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | construct_hash!(H512, 64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'fixed_hash::clean_0x': out of scope for fixed-hash [INFO] [stderr] --> src/hash.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | construct_hash!(H520, 65); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'fixed_hash::clean_0x': out of scope for fixed-hash [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use fixed_hash::clean_0x; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'fixed_hash::clean_0x': out of scope for fixed-hash [INFO] [stderr] --> src/hash.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | construct_hash!(H32, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'fixed_hash::clean_0x': out of scope for fixed-hash [INFO] [stderr] --> src/hash.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | construct_hash!(H64, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'fixed_hash::clean_0x': out of scope for fixed-hash [INFO] [stderr] --> src/hash.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | construct_hash!(H128, 16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'fixed_hash::clean_0x': out of scope for fixed-hash [INFO] [stderr] --> src/hash.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | construct_hash!(H160, 20); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'fixed_hash::clean_0x': out of scope for fixed-hash [INFO] [stderr] --> src/hash.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | construct_hash!(H256, 32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'fixed_hash::clean_0x': out of scope for fixed-hash [INFO] [stderr] --> src/hash.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | construct_hash!(H264, 33); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'fixed_hash::clean_0x': out of scope for fixed-hash [INFO] [stderr] --> src/hash.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | construct_hash!(H512, 64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'fixed_hash::clean_0x': out of scope for fixed-hash [INFO] [stderr] --> src/hash.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | construct_hash!(H520, 65); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:34:19 [INFO] [stderr] | [INFO] [stderr] 34 | let mut ret = $hash::new(); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 80 | impl_uint_conversions!(H64, U64); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H128::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:34:19 [INFO] [stderr] | [INFO] [stderr] 34 | let mut ret = $hash::new(); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 81 | impl_uint_conversions!(H128, U128); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:34:19 [INFO] [stderr] | [INFO] [stderr] 34 | let mut ret = $hash::new(); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 82 | impl_uint_conversions!(H256, U256); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H512::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:34:19 [INFO] [stderr] | [INFO] [stderr] 34 | let mut ret = $hash::new(); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 83 | impl_uint_conversions!(H512, U512); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:42:19 [INFO] [stderr] | [INFO] [stderr] 42 | let mut ret = $hash::new(); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 80 | impl_uint_conversions!(H64, U64); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H128::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:42:19 [INFO] [stderr] | [INFO] [stderr] 42 | let mut ret = $hash::new(); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 81 | impl_uint_conversions!(H128, U128); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:42:19 [INFO] [stderr] | [INFO] [stderr] 42 | let mut ret = $hash::new(); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 82 | impl_uint_conversions!(H256, U256); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H512::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:42:19 [INFO] [stderr] | [INFO] [stderr] 42 | let mut ret = $hash::new(); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 83 | impl_uint_conversions!(H512, U512); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H160::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:88:17 [INFO] [stderr] | [INFO] [stderr] 88 | let mut ret = H160::new(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:97:17 [INFO] [stderr] | [INFO] [stderr] 97 | let mut ret = H64::new(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:105:17 [INFO] [stderr] | [INFO] [stderr] 105 | let mut ret = H256::new(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:113:17 [INFO] [stderr] | [INFO] [stderr] 113 | let mut ret = H256::new(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:34:19 [INFO] [stderr] | [INFO] [stderr] 34 | let mut ret = $hash::new(); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 80 | impl_uint_conversions!(H64, U64); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H128::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:34:19 [INFO] [stderr] | [INFO] [stderr] 34 | let mut ret = $hash::new(); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 81 | impl_uint_conversions!(H128, U128); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:34:19 [INFO] [stderr] | [INFO] [stderr] 34 | let mut ret = $hash::new(); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 82 | impl_uint_conversions!(H256, U256); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H512::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:34:19 [INFO] [stderr] | [INFO] [stderr] 34 | let mut ret = $hash::new(); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 83 | impl_uint_conversions!(H512, U512); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:42:19 [INFO] [stderr] | [INFO] [stderr] 42 | let mut ret = $hash::new(); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 80 | impl_uint_conversions!(H64, U64); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H128::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:42:19 [INFO] [stderr] | [INFO] [stderr] 42 | let mut ret = $hash::new(); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 81 | impl_uint_conversions!(H128, U128); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:42:19 [INFO] [stderr] | [INFO] [stderr] 42 | let mut ret = $hash::new(); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 82 | impl_uint_conversions!(H256, U256); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H512::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:42:19 [INFO] [stderr] | [INFO] [stderr] 42 | let mut ret = $hash::new(); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 83 | impl_uint_conversions!(H512, U512); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H160::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:88:17 [INFO] [stderr] | [INFO] [stderr] 88 | let mut ret = H160::new(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H32::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | construct_hash!(H32, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H32::clone_from_slice': unconventional API, replaced by `assign_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | construct_hash!(H32, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | construct_hash!(H64, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::clone_from_slice': unconventional API, replaced by `assign_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | construct_hash!(H64, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:97:17 [INFO] [stderr] | [INFO] [stderr] 97 | let mut ret = H64::new(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H128::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | construct_hash!(H128, 16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H128::clone_from_slice': unconventional API, replaced by `assign_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | construct_hash!(H128, 16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:105:17 [INFO] [stderr] | [INFO] [stderr] 105 | let mut ret = H256::new(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H160::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | construct_hash!(H160, 20); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H160::clone_from_slice': unconventional API, replaced by `assign_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | construct_hash!(H160, 20); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | construct_hash!(H256, 32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::clone_from_slice': unconventional API, replaced by `assign_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | construct_hash!(H256, 32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:113:17 [INFO] [stderr] | [INFO] [stderr] 113 | let mut ret = H256::new(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H264::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | construct_hash!(H264, 33); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H264::clone_from_slice': unconventional API, replaced by `assign_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | construct_hash!(H264, 33); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H512::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | construct_hash!(H512, 64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H512::clone_from_slice': unconventional API, replaced by `assign_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | construct_hash!(H512, 64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H520::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | construct_hash!(H520, 65); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H520::clone_from_slice': unconventional API, replaced by `assign_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | construct_hash!(H520, 65); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H32::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | construct_hash!(H32, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | construct_hash!(H64, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H128::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | construct_hash!(H128, 16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H160::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | construct_hash!(H160, 20); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | construct_hash!(H256, 32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H264::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | construct_hash!(H264, 33); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H512::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | construct_hash!(H512, 64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H520::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | construct_hash!(H520, 65); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H32::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | construct_hash!(H32, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H32::clone_from_slice': unconventional API, replaced by `assign_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | construct_hash!(H32, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | construct_hash!(H64, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::clone_from_slice': unconventional API, replaced by `assign_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | construct_hash!(H64, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H128::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | construct_hash!(H128, 16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H128::clone_from_slice': unconventional API, replaced by `assign_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | construct_hash!(H128, 16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H160::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | construct_hash!(H160, 20); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H160::clone_from_slice': unconventional API, replaced by `assign_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | construct_hash!(H160, 20); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | construct_hash!(H256, 32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::clone_from_slice': unconventional API, replaced by `assign_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | construct_hash!(H256, 32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H264::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | construct_hash!(H264, 33); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H264::clone_from_slice': unconventional API, replaced by `assign_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | construct_hash!(H264, 33); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H512::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | construct_hash!(H512, 64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H512::clone_from_slice': unconventional API, replaced by `assign_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | construct_hash!(H512, 64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H520::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | construct_hash!(H520, 65); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H520::clone_from_slice': unconventional API, replaced by `assign_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | construct_hash!(H520, 65); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H32::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | construct_hash!(H32, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H32::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | construct_hash!(H32, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | construct_hash!(H64, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | construct_hash!(H64, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H128::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | construct_hash!(H128, 16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H128::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | construct_hash!(H128, 16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H160::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | construct_hash!(H160, 20); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H160::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | construct_hash!(H160, 20); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | construct_hash!(H256, 32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | construct_hash!(H256, 32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] warning: use of deprecated item 'hash::H264::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | construct_hash!(H264, 33); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H512::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | construct_hash!(H512, 64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H520::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | construct_hash!(H520, 65); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H264::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | construct_hash!(H264, 33); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H512::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | construct_hash!(H512, 64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H520::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | construct_hash!(H520, 65); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H32::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | construct_hash!(H32, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | construct_hash!(H64, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H128::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | construct_hash!(H128, 16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H160::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | construct_hash!(H160, 20); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | construct_hash!(H256, 32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H264::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | construct_hash!(H264, 33); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H512::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | construct_hash!(H512, 64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H520::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | construct_hash!(H520, 65); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H32::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | construct_hash!(H32, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | construct_hash!(H64, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H128::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | construct_hash!(H128, 16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H160::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | construct_hash!(H160, 20); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | construct_hash!(H256, 32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H264::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | construct_hash!(H264, 33); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H512::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | construct_hash!(H512, 64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H520::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | construct_hash!(H520, 65); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H32::from_slice': unconventional API, replaced by `new_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | construct_hash!(H32, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::from_slice': unconventional API, replaced by `new_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | construct_hash!(H64, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H128::from_slice': unconventional API, replaced by `new_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | construct_hash!(H128, 16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H160::from_slice': unconventional API, replaced by `new_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | construct_hash!(H160, 20); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::from_slice': unconventional API, replaced by `new_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | construct_hash!(H256, 32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H264::from_slice': unconventional API, replaced by `new_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | construct_hash!(H264, 33); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H512::from_slice': unconventional API, replaced by `new_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | construct_hash!(H512, 64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H520::from_slice': unconventional API, replaced by `new_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | construct_hash!(H520, 65); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H32::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | construct_hash!(H32, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | construct_hash!(H64, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H128::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | construct_hash!(H128, 16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H160::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | construct_hash!(H160, 20); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | construct_hash!(H256, 32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H264::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | construct_hash!(H264, 33); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H512::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | construct_hash!(H512, 64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H520::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | construct_hash!(H520, 65); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H32::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | construct_hash!(H32, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | construct_hash!(H64, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H32::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | construct_hash!(H32, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H128::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | construct_hash!(H128, 16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | construct_hash!(H64, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H160::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | construct_hash!(H160, 20); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H128::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | construct_hash!(H128, 16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | construct_hash!(H256, 32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H264::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | construct_hash!(H264, 33); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H160::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | construct_hash!(H160, 20); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | construct_hash!(H256, 32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H264::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | construct_hash!(H264, 33); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H512::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | construct_hash!(H512, 64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H520::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | construct_hash!(H520, 65); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H512::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | construct_hash!(H512, 64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H520::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | construct_hash!(H520, 65); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H32::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | construct_hash!(H32, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | construct_hash!(H64, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H128::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | construct_hash!(H128, 16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H160::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | construct_hash!(H160, 20); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | construct_hash!(H256, 32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H264::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | construct_hash!(H264, 33); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H512::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | construct_hash!(H512, 64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H520::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | construct_hash!(H520, 65); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H32::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | construct_hash!(H32, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | construct_hash!(H64, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H128::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | construct_hash!(H128, 16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H160::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | construct_hash!(H160, 20); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | construct_hash!(H256, 32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H264::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | construct_hash!(H264, 33); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H512::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | construct_hash!(H512, 64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H520::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | construct_hash!(H520, 65); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H32::from_slice': unconventional API, replaced by `new_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | construct_hash!(H32, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::from_slice': unconventional API, replaced by `new_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | construct_hash!(H64, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H128::from_slice': unconventional API, replaced by `new_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | construct_hash!(H128, 16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H160::from_slice': unconventional API, replaced by `new_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | construct_hash!(H160, 20); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::from_slice': unconventional API, replaced by `new_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | construct_hash!(H256, 32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H264::from_slice': unconventional API, replaced by `new_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | construct_hash!(H264, 33); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H512::from_slice': unconventional API, replaced by `new_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | construct_hash!(H512, 64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H520::from_slice': unconventional API, replaced by `new_from_slice` in version 0.3 [INFO] [stderr] --> src/hash.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | construct_hash!(H520, 65); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H32::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | construct_hash!(H32, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | construct_hash!(H64, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H128::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | construct_hash!(H128, 16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H160::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | construct_hash!(H160, 20); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | construct_hash!(H256, 32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H264::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | construct_hash!(H264, 33); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H512::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | construct_hash!(H512, 64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H520::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | construct_hash!(H520, 65); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H32::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | construct_hash!(H32, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H64::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | construct_hash!(H64, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H128::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | construct_hash!(H128, 16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H160::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | construct_hash!(H160, 20); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H256::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | construct_hash!(H256, 32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H264::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | construct_hash!(H264, 33); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H512::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | construct_hash!(H512, 64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hash::H520::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/hash.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | construct_hash!(H520, 65); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: this range is empty so this for loop will never run [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::reverse_range_loop)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#reverse_range_loop [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: this range is empty so this for loop will never run [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#reverse_range_loop [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: this range is empty so this for loop will never run [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#reverse_range_loop [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::assign_op_pattern)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::ptr_offset_with_cast)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: transmute from a reference to a reference [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::transmute_ptr_to_ptr)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#transmute_ptr_to_ptr [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: transmute from a reference to a reference [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#transmute_ptr_to_ptr [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::suspicious_arithmetic_impl)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `RemAssign` impl [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::suspicious_op_assign_impl)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_op_assign_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `RemAssign` impl [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_op_assign_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: transmute from a reference to a reference [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#transmute_ptr_to_ptr [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: transmute from a reference to a reference [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#transmute_ptr_to_ptr [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `RemAssign` impl [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_op_assign_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `RemAssign` impl [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_op_assign_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: transmute from a reference to a reference [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#transmute_ptr_to_ptr [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: transmute from a reference to a reference [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#transmute_ptr_to_ptr [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `RemAssign` impl [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_op_assign_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `RemAssign` impl [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_op_assign_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: this range is empty so this for loop will never run [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::reverse_range_loop)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#reverse_range_loop [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: this range is empty so this for loop will never run [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#reverse_range_loop [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: this range is empty so this for loop will never run [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#reverse_range_loop [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::assign_op_pattern)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::ptr_offset_with_cast)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: transmute from a reference to a reference [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::transmute_ptr_to_ptr)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#transmute_ptr_to_ptr [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: transmute from a reference to a reference [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#transmute_ptr_to_ptr [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::suspicious_arithmetic_impl)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `RemAssign` impl [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::suspicious_op_assign_impl)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_op_assign_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `RemAssign` impl [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_op_assign_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | construct_uint!(U64, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: transmute from a reference to a reference [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#transmute_ptr_to_ptr [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: transmute from a reference to a reference [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#transmute_ptr_to_ptr [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: transmute from a reference to a reference [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#transmute_ptr_to_ptr [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: transmute from a reference to a reference [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#transmute_ptr_to_ptr [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `RemAssign` impl [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_op_assign_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `RemAssign` impl [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_op_assign_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `RemAssign` impl [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_op_assign_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `RemAssign` impl [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_op_assign_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | construct_uint!(U128, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 23 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `ethereum-types`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: transmute from a reference to a reference [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#transmute_ptr_to_ptr [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: transmute from a reference to a reference [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#transmute_ptr_to_ptr [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `RemAssign` impl [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_op_assign_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `RemAssign` impl [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_op_assign_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | construct_uint!(U256, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: transmute from a reference to a reference [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#transmute_ptr_to_ptr [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: transmute from a reference to a reference [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#transmute_ptr_to_ptr [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `Div` impl [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `RemAssign` impl [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_op_assign_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Suspicious use of binary operator in `RemAssign` impl [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_op_assign_impl [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/uint.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | construct_uint!(U512, 8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: the function has a cyclomatic complexity of 35 [INFO] [stderr] --> src/uint.rs:224:2 [INFO] [stderr] | [INFO] [stderr] 224 | fn u256_multi_full_mul() { [INFO] [stderr] | _____^ [INFO] [stderr] 225 | | let result = U256([0, 0, 0, 0]).full_mul(U256([0, 0, 0, 0])); [INFO] [stderr] 226 | | assert_eq!(U512([0, 0, 0, 0, 0, 0, 0, 0]), result); [INFO] [stderr] 227 | | [INFO] [stderr] ... | [INFO] [stderr] 325 | | assert_eq!(U512([5, 16, 34, 60, 61, 52, 32, 0]), result); [INFO] [stderr] 326 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::cyclomatic_complexity)] on by default [INFO] [stderr] = help: you could split it up into multiple smaller functions [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cyclomatic_complexity [INFO] [stderr] [INFO] [stderr] error: aborting due to 23 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `ethereum-types`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ce7539abc0ff505f5e37c330cbe74b54065d7a630862e1074c2b267ba3fea885"` [INFO] running `"docker" "rm" "-f" "ce7539abc0ff505f5e37c330cbe74b54065d7a630862e1074c2b267ba3fea885"` [INFO] [stdout] ce7539abc0ff505f5e37c330cbe74b54065d7a630862e1074c2b267ba3fea885