[INFO] cloning repository https://github.com/frankier/softcomputingforsoftpeople [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/frankier/softcomputingforsoftpeople" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrankier%2Fsoftcomputingforsoftpeople", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrankier%2Fsoftcomputingforsoftpeople'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a0a06bf13a79653a22f513d804cc44062e4e9492 [INFO] testing frankier/softcomputingforsoftpeople against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrankier%2Fsoftcomputingforsoftpeople" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/frankier/softcomputingforsoftpeople on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/frankier/softcomputingforsoftpeople [INFO] finished tweaking git repo https://github.com/frankier/softcomputingforsoftpeople [INFO] tweaked toml for git repo https://github.com/frankier/softcomputingforsoftpeople written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/frankier/softcomputingforsoftpeople already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 80163d7a525727b9ff0ca7c2d14f24f2934a554368363f74facf3befd8bf1569 [INFO] running `Command { std: "docker" "start" "-a" "80163d7a525727b9ff0ca7c2d14f24f2934a554368363f74facf3befd8bf1569", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "80163d7a525727b9ff0ca7c2d14f24f2934a554368363f74facf3befd8bf1569", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80163d7a525727b9ff0ca7c2d14f24f2934a554368363f74facf3befd8bf1569", kill_on_drop: false }` [INFO] [stdout] 80163d7a525727b9ff0ca7c2d14f24f2934a554368363f74facf3befd8bf1569 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a917f283fa7239d75fe4805a39f1a577c1a5d0db885162f4cc335111206efb1c [INFO] running `Command { std: "docker" "start" "-a" "a917f283fa7239d75fe4805a39f1a577c1a5d0db885162f4cc335111206efb1c", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.9.0 [INFO] [stderr] Compiling matrixmultiply v0.1.14 [INFO] [stderr] Compiling either v1.4.0 [INFO] [stderr] Compiling serde v1.0.27 [INFO] [stderr] Compiling indexmap v1.0.1 [INFO] [stderr] Compiling hex-slice v0.1.4 [INFO] [stderr] Compiling ord_subset v3.1.0 [INFO] [stderr] Compiling safe-transmute v0.8.0 (https://github.com/frankier/safe-transmute-rs.git?rev=5ecc3b6b31d661523515b09b6621d6f0019e031e#5ecc3b6b) [INFO] [stderr] Compiling static_assertions v0.2.5 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling proc-macro2 v0.2.2 [INFO] [stderr] Compiling num-complex v0.1.42 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling bitintr v0.1.18 [INFO] [stderr] Compiling bitwise v0.1.1 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling ordered-float v0.5.0 [INFO] [stderr] Compiling clap v2.30.0 [INFO] [stderr] Compiling itertools v0.7.6 [INFO] [stderr] Compiling csv-core v0.1.4 [INFO] [stderr] Compiling alga v0.5.2 [INFO] [stderr] Compiling quote v0.4.2 [INFO] [stderr] Compiling syn v0.12.13 [INFO] [stdout] error[E0658]: specialization is unstable [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i8` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] [stderr] error: could not compile `bitwise` due to 102 previous errors [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u32` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u64` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/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 [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: build failed [INFO] running `Command { std: "docker" "inspect" "a917f283fa7239d75fe4805a39f1a577c1a5d0db885162f4cc335111206efb1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a917f283fa7239d75fe4805a39f1a577c1a5d0db885162f4cc335111206efb1c", kill_on_drop: false }` [INFO] [stdout] a917f283fa7239d75fe4805a39f1a577c1a5d0db885162f4cc335111206efb1c