[INFO] fetching crate bitwise 0.1.1... [INFO] testing bitwise-0.1.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate bitwise 0.1.1 into /workspace/builds/worker-52/source [INFO] validating manifest of crates.io crate bitwise 0.1.1 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bitwise 0.1.1 [INFO] finished tweaking crates.io crate bitwise 0.1.1 [INFO] tweaked toml for crates.io crate bitwise 0.1.1 written to /workspace/builds/worker-52/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: `panic` setting is ignored for `bench` profile [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bitintr v0.1.18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-52/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-52/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 33116f1c876785ca548ab5de876d66669f726d49ce1114c9d916a2af73a9a97f [INFO] running `Command { std: "docker" "start" "-a" "33116f1c876785ca548ab5de876d66669f726d49ce1114c9d916a2af73a9a97f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "33116f1c876785ca548ab5de876d66669f726d49ce1114c9d916a2af73a9a97f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33116f1c876785ca548ab5de876d66669f726d49ce1114c9d916a2af73a9a97f", kill_on_drop: false }` [INFO] [stdout] 33116f1c876785ca548ab5de876d66669f726d49ce1114c9d916a2af73a9a97f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-52/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-52/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 346a98398a5bbf1bb6f9dc95615efc3b7f9128d91773f4da9cbaa70b2d5a2045 [INFO] running `Command { std: "docker" "start" "-a" "346a98398a5bbf1bb6f9dc95615efc3b7f9128d91773f4da9cbaa70b2d5a2045", kill_on_drop: false }` [INFO] [stderr] warning: `panic` setting is ignored for `bench` profile [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling bitintr v0.1.18 [INFO] [stderr] Compiling bitwise v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0658]: specialization is unstable [INFO] [stdout] --> src/word/to_word.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 58 | / default fn from(x: T) -> Self { [INFO] [stdout] 59 | | ToWord::to(x) [INFO] [stdout] 60 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/word/to_word.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | fn from(T) -> Self; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: T` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/word/copy_bit.rs:34:46 [INFO] [stdout] | [INFO] [stdout] 34 | fn copy_bit(self, f: U, Self, t: U) -> Self; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/word/is_aligned.rs:41:42 [INFO] [stdout] | [INFO] [stdout] 41 | fn is_aligned(self, U) -> bool; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: U` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/word/align_up.rs:43:40 [INFO] [stdout] | [INFO] [stdout] 43 | fn align_up(self, U) -> Self; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: U` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/word/align_down.rs:41:42 [INFO] [stdout] | [INFO] [stdout] 41 | fn align_down(self, U) -> Self; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: U` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/word/parallel_bits_deposit.rs:37:45 [INFO] [stdout] | [INFO] [stdout] 37 | fn parallel_bits_deposit(self, U) -> Self; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: U` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/word/parallel_bits_extract.rs:37:45 [INFO] [stdout] | [INFO] [stdout] 37 | fn parallel_bits_extract(self, U) -> Self; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: U` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/word/extract_bits.rs:31:36 [INFO] [stdout] | [INFO] [stdout] 31 | fn extract_bits(self, U, U) -> Self; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: U` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/word/extract_bits.rs:31:39 [INFO] [stdout] | [INFO] [stdout] 31 | fn extract_bits(self, U, U) -> Self; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: U` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/word/hamming_distance.rs:47:31 [INFO] [stdout] | [INFO] [stdout] 47 | fn hamming_distance(self, Self) -> Self; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/word/morton.rs:687:40 [INFO] [stdout] | [INFO] [stdout] 687 | fn run(&self, T); [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: T` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/to_word.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/to_word.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/count_zeros.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/count_ones.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/count_leading_zeros.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/count_leading_ones.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/count_trailing_zeros.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/count_trailing_ones.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/shift_logical_left.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/shift_logical_right.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/shift_arithmetic_left.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/shift_arithmetic_right.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/rotate_left.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/rotate_right.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/swap_bytes.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/parity.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/clear_least_significant_one.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/set_least_significant_zero.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/isolate_least_significant_one.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/isolate_least_significant_zero.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/clear_trailing_ones.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/set_trailing_zeros.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/mask_trailing_zeros.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/mask_trailing_ones.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/mask_trailing_zeros_and_least_significant_one.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/mask_trailing_ones_and_least_significant_zero.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/set_bit.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/clear_bit.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/flip_bit.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/test_bit.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/copy_bit.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/reverse_bit_groups.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/reverse_bits.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/reverse_bit_pairs.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/reverse_bit_nibbles.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/reverse_byte_groups.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/reverse_bytes.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/clear_bits_geq.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/clear_bits_leq.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/set_bits_geq.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/set_bits_leq.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/flip_bits_geq.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/flip_bits_leq.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/is_pow2.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/ceil_pow2.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/floor_pow2.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/is_aligned.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/align_up.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/align_down.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/outer_perfect_shuffle.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/outer_perfect_unshuffle.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/inner_perfect_shuffle.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/inner_perfect_unshuffle.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/parallel_bits_deposit.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/parallel_bits_extract.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/extract_bits.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/hamming_distance.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/is_even.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/word/is_odd.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i8` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i8` [INFO] [stdout] ... [INFO] [stdout] 45 | impl_from_word!(i8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i16` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i16` [INFO] [stdout] ... [INFO] [stdout] 45 | impl_from_word!(i8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i32` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32` [INFO] [stdout] ... [INFO] [stdout] 45 | impl_from_word!(i8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i64` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i64` [INFO] [stdout] ... [INFO] [stdout] 45 | impl_from_word!(i8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `isize` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `isize` [INFO] [stdout] ... [INFO] [stdout] 45 | impl_from_word!(i8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u8` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u8` [INFO] [stdout] ... [INFO] [stdout] 45 | impl_from_word!(i8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u16` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u16` [INFO] [stdout] ... [INFO] [stdout] 45 | impl_from_word!(i8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u32` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u32` [INFO] [stdout] ... [INFO] [stdout] 45 | impl_from_word!(i8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u64` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u64` [INFO] [stdout] ... [INFO] [stdout] 45 | impl_from_word!(i8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `usize` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `usize` [INFO] [stdout] ... [INFO] [stdout] 45 | impl_from_word!(i8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i8` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i8` [INFO] [stdout] ... [INFO] [stdout] 46 | impl_from_word!(i16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i16` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i16` [INFO] [stdout] ... [INFO] [stdout] 46 | impl_from_word!(i16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i32` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32` [INFO] [stdout] ... [INFO] [stdout] 46 | impl_from_word!(i16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i64` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i64` [INFO] [stdout] ... [INFO] [stdout] 46 | impl_from_word!(i16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `isize` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `isize` [INFO] [stdout] ... [INFO] [stdout] 46 | impl_from_word!(i16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u8` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u8` [INFO] [stdout] ... [INFO] [stdout] 46 | impl_from_word!(i16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u16` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u16` [INFO] [stdout] ... [INFO] [stdout] 46 | impl_from_word!(i16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u32` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u32` [INFO] [stdout] ... [INFO] [stdout] 46 | impl_from_word!(i16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u64` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u64` [INFO] [stdout] ... [INFO] [stdout] 46 | impl_from_word!(i16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `usize` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `usize` [INFO] [stdout] ... [INFO] [stdout] 46 | impl_from_word!(i16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i8` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i8` [INFO] [stdout] ... [INFO] [stdout] 47 | impl_from_word!(i32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i16` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i16` [INFO] [stdout] ... [INFO] [stdout] 47 | impl_from_word!(i32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i32` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32` [INFO] [stdout] ... [INFO] [stdout] 47 | impl_from_word!(i32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i64` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i64` [INFO] [stdout] ... [INFO] [stdout] 47 | impl_from_word!(i32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `isize` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `isize` [INFO] [stdout] ... [INFO] [stdout] 47 | impl_from_word!(i32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u8` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u8` [INFO] [stdout] ... [INFO] [stdout] 47 | impl_from_word!(i32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u16` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u16` [INFO] [stdout] ... [INFO] [stdout] 47 | impl_from_word!(i32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u32` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u32` [INFO] [stdout] ... [INFO] [stdout] 47 | impl_from_word!(i32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u64` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u64` [INFO] [stdout] ... [INFO] [stdout] 47 | impl_from_word!(i32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `usize` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `usize` [INFO] [stdout] ... [INFO] [stdout] 47 | impl_from_word!(i32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i8` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i8` [INFO] [stdout] ... [INFO] [stdout] 48 | impl_from_word!(i64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i16` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i16` [INFO] [stdout] ... [INFO] [stdout] 48 | impl_from_word!(i64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i32` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32` [INFO] [stdout] ... [INFO] [stdout] 48 | impl_from_word!(i64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i64` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i64` [INFO] [stdout] ... [INFO] [stdout] 48 | impl_from_word!(i64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `isize` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `isize` [INFO] [stdout] ... [INFO] [stdout] 48 | impl_from_word!(i64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u8` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u8` [INFO] [stdout] ... [INFO] [stdout] 48 | impl_from_word!(i64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u16` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u16` [INFO] [stdout] ... [INFO] [stdout] 48 | impl_from_word!(i64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u32` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u32` [INFO] [stdout] ... [INFO] [stdout] 48 | impl_from_word!(i64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u64` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u64` [INFO] [stdout] ... [INFO] [stdout] 48 | impl_from_word!(i64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `usize` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `usize` [INFO] [stdout] ... [INFO] [stdout] 48 | impl_from_word!(i64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i8` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i8` [INFO] [stdout] ... [INFO] [stdout] 49 | impl_from_word!(isize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i16` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i16` [INFO] [stdout] ... [INFO] [stdout] 49 | impl_from_word!(isize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i32` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32` [INFO] [stdout] ... [INFO] [stdout] 49 | impl_from_word!(isize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i64` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i64` [INFO] [stdout] ... [INFO] [stdout] 49 | impl_from_word!(isize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `isize` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `isize` [INFO] [stdout] ... [INFO] [stdout] 49 | impl_from_word!(isize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u8` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u8` [INFO] [stdout] ... [INFO] [stdout] 49 | impl_from_word!(isize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u16` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u16` [INFO] [stdout] ... [INFO] [stdout] 49 | impl_from_word!(isize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u32` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u32` [INFO] [stdout] ... [INFO] [stdout] 49 | impl_from_word!(isize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u64` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u64` [INFO] [stdout] ... [INFO] [stdout] 49 | impl_from_word!(isize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `usize` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `usize` [INFO] [stdout] ... [INFO] [stdout] 49 | impl_from_word!(isize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i8` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i8` [INFO] [stdout] ... [INFO] [stdout] 50 | impl_from_word!(u8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i16` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i16` [INFO] [stdout] ... [INFO] [stdout] 50 | impl_from_word!(u8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i32` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32` [INFO] [stdout] ... [INFO] [stdout] 50 | impl_from_word!(u8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i64` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i64` [INFO] [stdout] ... [INFO] [stdout] 50 | impl_from_word!(u8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `isize` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `isize` [INFO] [stdout] ... [INFO] [stdout] 50 | impl_from_word!(u8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u8` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u8` [INFO] [stdout] ... [INFO] [stdout] 50 | impl_from_word!(u8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u16` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u16` [INFO] [stdout] ... [INFO] [stdout] 50 | impl_from_word!(u8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u32` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u32` [INFO] [stdout] ... [INFO] [stdout] 50 | impl_from_word!(u8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u64` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u64` [INFO] [stdout] ... [INFO] [stdout] 50 | impl_from_word!(u8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `usize` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `usize` [INFO] [stdout] ... [INFO] [stdout] 50 | impl_from_word!(u8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i8` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i8` [INFO] [stdout] ... [INFO] [stdout] 51 | impl_from_word!(u16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i16` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i16` [INFO] [stdout] ... [INFO] [stdout] 51 | impl_from_word!(u16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i32` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32` [INFO] [stdout] ... [INFO] [stdout] 51 | impl_from_word!(u16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i64` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i64` [INFO] [stdout] ... [INFO] [stdout] 51 | impl_from_word!(u16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `isize` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `isize` [INFO] [stdout] ... [INFO] [stdout] 51 | impl_from_word!(u16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u8` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u8` [INFO] [stdout] ... [INFO] [stdout] 51 | impl_from_word!(u16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u16` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u16` [INFO] [stdout] ... [INFO] [stdout] 51 | impl_from_word!(u16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u32` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u32` [INFO] [stdout] ... [INFO] [stdout] 51 | impl_from_word!(u16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u64` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u64` [INFO] [stdout] ... [INFO] [stdout] 51 | impl_from_word!(u16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `usize` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `usize` [INFO] [stdout] ... [INFO] [stdout] 51 | impl_from_word!(u16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i8` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i8` [INFO] [stdout] ... [INFO] [stdout] 52 | impl_from_word!(u32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i16` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i16` [INFO] [stdout] ... [INFO] [stdout] 52 | impl_from_word!(u32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i32` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32` [INFO] [stdout] ... [INFO] [stdout] 52 | impl_from_word!(u32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i64` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i64` [INFO] [stdout] ... [INFO] [stdout] 52 | impl_from_word!(u32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `isize` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `isize` [INFO] [stdout] ... [INFO] [stdout] 52 | impl_from_word!(u32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u8` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u8` [INFO] [stdout] ... [INFO] [stdout] 52 | impl_from_word!(u32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u16` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u16` [INFO] [stdout] ... [INFO] [stdout] 52 | impl_from_word!(u32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u32` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u32` [INFO] [stdout] ... [INFO] [stdout] 52 | impl_from_word!(u32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u64` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u64` [INFO] [stdout] ... [INFO] [stdout] 52 | impl_from_word!(u32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `usize` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `usize` [INFO] [stdout] ... [INFO] [stdout] 52 | impl_from_word!(u32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i8` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i8` [INFO] [stdout] ... [INFO] [stdout] 53 | impl_from_word!(u64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i16` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i16` [INFO] [stdout] ... [INFO] [stdout] 53 | impl_from_word!(u64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i32` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32` [INFO] [stdout] ... [INFO] [stdout] 53 | impl_from_word!(u64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i64` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i64` [INFO] [stdout] ... [INFO] [stdout] 53 | impl_from_word!(u64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `isize` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `isize` [INFO] [stdout] ... [INFO] [stdout] 53 | impl_from_word!(u64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u8` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u8` [INFO] [stdout] ... [INFO] [stdout] 53 | impl_from_word!(u64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u16` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u16` [INFO] [stdout] ... [INFO] [stdout] 53 | impl_from_word!(u64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u32` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u32` [INFO] [stdout] ... [INFO] [stdout] 53 | impl_from_word!(u64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u64` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u64` [INFO] [stdout] ... [INFO] [stdout] 53 | impl_from_word!(u64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `usize` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `usize` [INFO] [stdout] ... [INFO] [stdout] 53 | impl_from_word!(u64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i8` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i8` [INFO] [stdout] ... [INFO] [stdout] 54 | impl_from_word!(usize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] 55 | [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i16` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i16` [INFO] [stdout] ... [INFO] [stdout] 54 | impl_from_word!(usize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] 55 | [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i32` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32` [INFO] [stdout] ... [INFO] [stdout] 54 | impl_from_word!(usize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] 55 | [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i64` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i64` [INFO] [stdout] ... [INFO] [stdout] 54 | impl_from_word!(usize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] 55 | [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `isize` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `isize` [INFO] [stdout] ... [INFO] [stdout] 54 | impl_from_word!(usize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] 55 | [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u8` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u8` [INFO] [stdout] ... [INFO] [stdout] 54 | impl_from_word!(usize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] 55 | [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u16` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u16` [INFO] [stdout] ... [INFO] [stdout] 54 | impl_from_word!(usize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] 55 | [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u32` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u32` [INFO] [stdout] ... [INFO] [stdout] 54 | impl_from_word!(usize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] 55 | [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u64` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u64` [INFO] [stdout] ... [INFO] [stdout] 54 | impl_from_word!(usize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] 55 | [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `usize` [INFO] [stdout] --> src/word/to_word.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl FromWord<$From> for $To { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `usize` [INFO] [stdout] ... [INFO] [stdout] 54 | impl_from_word!(usize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] 55 | [INFO] [stdout] 56 | impl FromWord for U { [INFO] [stdout] | ---------------------------------------- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_from_word_from_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 101 previous errors; 70 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0119, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0119`. [INFO] [stdout] [INFO] [stderr] error: could not compile `bitwise` due to 102 previous errors; 70 warnings emitted [INFO] running `Command { std: "docker" "inspect" "346a98398a5bbf1bb6f9dc95615efc3b7f9128d91773f4da9cbaa70b2d5a2045", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "346a98398a5bbf1bb6f9dc95615efc3b7f9128d91773f4da9cbaa70b2d5a2045", kill_on_drop: false }` [INFO] [stdout] 346a98398a5bbf1bb6f9dc95615efc3b7f9128d91773f4da9cbaa70b2d5a2045