[INFO] fetching crate one-of 0.2.3...
[INFO] checking one-of-0.2.3 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate one-of 0.2.3 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate one-of 0.2.3 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate one-of 0.2.3
[INFO] finished tweaking crates.io crate one-of 0.2.3
[INFO] tweaked toml for crates.io crate one-of 0.2.3 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5fe382c0c5328749fec40bd593ed2e22098b798178cb116677d171d6cec7d788
[INFO] running `Command { std: "docker" "start" "-a" "5fe382c0c5328749fec40bd593ed2e22098b798178cb116677d171d6cec7d788", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5fe382c0c5328749fec40bd593ed2e22098b798178cb116677d171d6cec7d788", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5fe382c0c5328749fec40bd593ed2e22098b798178cb116677d171d6cec7d788", kill_on_drop: false }`
[INFO] [stdout] 5fe382c0c5328749fec40bd593ed2e22098b798178cb116677d171d6cec7d788
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ccd2abac14ef3d929f90bd6bd9b6fb8a8784f8f0ebd749e4f008ab729a1bbbb9
[INFO] running `Command { std: "docker" "start" "-a" "ccd2abac14ef3d929f90bd6bd9b6fb8a8784f8f0ebd749e4f008ab729a1bbbb9", kill_on_drop: false }`
[INFO] [stderr]     Checking one-of v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: the trait bound `(u32, char): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:13:36
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let x: one_of!(u32, char) = 42.into();
[INFO] [stdout]    |                                    ^^^^ the trait `one_of::internal::Different` is not implemented for `(u32, char)`, which is required by `{integer}: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `OneOf2<u32, char>` to implement `From<u32>`
[INFO] [stdout]    = note: required for `u32` to implement `Into<OneOf2<u32, char>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u32, char): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:14:31
[INFO] [stdout]    |
[INFO] [stdout] 14 |     assert_eq!(Some(42u32), x.into());
[INFO] [stdout]    |                               ^^^^ the trait `one_of::internal::Different` is not implemented for `(u32, char)`, which is required by `OneOf2<u32, char>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u32>` to implement `From<OneOf2<u32, char>>`
[INFO] [stdout]    = note: required for `OneOf2<u32, char>` to implement `Into<Option<u32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(char, u32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:15:30
[INFO] [stdout]    |
[INFO] [stdout] 15 |     assert_eq!(not!(char), x.into());
[INFO] [stdout]    |                              ^^^^ the trait `one_of::internal::Different` is not implemented for `(char, u32)`, which is required by `OneOf2<u32, char>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<char>` to implement `From<OneOf2<u32, char>>`
[INFO] [stdout]    = note: required for `OneOf2<u32, char>` to implement `Into<Option<char>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: From<{integer}>` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:20:63
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let x: one_of!(i8, i16, i32, i64, u8, u16, u32, u64) = 42.into();
[INFO] [stdout]    |                                                               ^^^^ the trait `From<{integer}>` is not implemented for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>`, which is required by `{integer}: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `From<T>`:
[INFO] [stdout]              <OneOf8<A, B, C, D, E, F, G, H> as From<A>>
[INFO] [stdout]              <OneOf8<A, B, C, D, E, F, G, H> as From<B>>
[INFO] [stdout]              <OneOf8<A, B, C, D, E, F, G, H> as From<C>>
[INFO] [stdout]              <OneOf8<A, B, C, D, E, F, G, H> as From<D>>
[INFO] [stdout]              <OneOf8<A, B, C, D, E, F, G, H> as From<E>>
[INFO] [stdout]              <OneOf8<A, B, C, D, E, F, G, H> as From<F>>
[INFO] [stdout]              <OneOf8<A, B, C, D, E, F, G, H> as From<G>>
[INFO] [stdout]              <OneOf8<A, B, C, D, E, F, G, H> as From<H>>
[INFO] [stdout]    = note: required for `{integer}` to implement `Into<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i8, i16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 |     assert_eq!(not!(i8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(i8, i16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i8, i32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 |     assert_eq!(not!(i8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(i8, i32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i8, i64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 |     assert_eq!(not!(i8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(i8, i64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i8, u8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 |     assert_eq!(not!(i8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(i8, u8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i8, u16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 |     assert_eq!(not!(i8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(i8, u16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i8, u32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 |     assert_eq!(not!(i8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(i8, u32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i8, u64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 |     assert_eq!(not!(i8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(i8, u64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i16, i8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:22:29
[INFO] [stdout]    |
[INFO] [stdout] 22 |     assert_eq!(not!(i16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i16, i8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i16, i32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:22:29
[INFO] [stdout]    |
[INFO] [stdout] 22 |     assert_eq!(not!(i16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i16, i32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i16, i64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:22:29
[INFO] [stdout]    |
[INFO] [stdout] 22 |     assert_eq!(not!(i16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i16, i64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i16, u8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:22:29
[INFO] [stdout]    |
[INFO] [stdout] 22 |     assert_eq!(not!(i16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i16, u8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i16, u16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:22:29
[INFO] [stdout]    |
[INFO] [stdout] 22 |     assert_eq!(not!(i16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i16, u16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i16, u32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:22:29
[INFO] [stdout]    |
[INFO] [stdout] 22 |     assert_eq!(not!(i16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i16, u32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i16, u64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:22:29
[INFO] [stdout]    |
[INFO] [stdout] 22 |     assert_eq!(not!(i16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i16, u64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i32, i8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 |     assert_eq!(Some(42i32), x.into());
[INFO] [stdout]    |                               ^^^^ the trait `one_of::internal::Different` is not implemented for `(i32, i8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i32, i16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 |     assert_eq!(Some(42i32), x.into());
[INFO] [stdout]    |                               ^^^^ the trait `one_of::internal::Different` is not implemented for `(i32, i16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i32, i64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 |     assert_eq!(Some(42i32), x.into());
[INFO] [stdout]    |                               ^^^^ the trait `one_of::internal::Different` is not implemented for `(i32, i64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i32, u8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 |     assert_eq!(Some(42i32), x.into());
[INFO] [stdout]    |                               ^^^^ the trait `one_of::internal::Different` is not implemented for `(i32, u8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i32, u16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 |     assert_eq!(Some(42i32), x.into());
[INFO] [stdout]    |                               ^^^^ the trait `one_of::internal::Different` is not implemented for `(i32, u16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i32, u32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 |     assert_eq!(Some(42i32), x.into());
[INFO] [stdout]    |                               ^^^^ the trait `one_of::internal::Different` is not implemented for `(i32, u32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i32, u64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 |     assert_eq!(Some(42i32), x.into());
[INFO] [stdout]    |                               ^^^^ the trait `one_of::internal::Different` is not implemented for `(i32, u64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i64, i8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:24:29
[INFO] [stdout]    |
[INFO] [stdout] 24 |     assert_eq!(not!(i64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i64, i8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i64, i16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:24:29
[INFO] [stdout]    |
[INFO] [stdout] 24 |     assert_eq!(not!(i64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i64, i16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i64, i32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:24:29
[INFO] [stdout]    |
[INFO] [stdout] 24 |     assert_eq!(not!(i64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i64, i32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i64, u8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:24:29
[INFO] [stdout]    |
[INFO] [stdout] 24 |     assert_eq!(not!(i64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i64, u8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i64, u16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:24:29
[INFO] [stdout]    |
[INFO] [stdout] 24 |     assert_eq!(not!(i64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i64, u16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i64, u32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:24:29
[INFO] [stdout]    |
[INFO] [stdout] 24 |     assert_eq!(not!(i64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i64, u32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i64, u64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:24:29
[INFO] [stdout]    |
[INFO] [stdout] 24 |     assert_eq!(not!(i64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i64, u64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u8, i8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:25:28
[INFO] [stdout]    |
[INFO] [stdout] 25 |     assert_eq!(not!(u8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(u8, i8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u8, i16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:25:28
[INFO] [stdout]    |
[INFO] [stdout] 25 |     assert_eq!(not!(u8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(u8, i16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u8, i32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:25:28
[INFO] [stdout]    |
[INFO] [stdout] 25 |     assert_eq!(not!(u8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(u8, i32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u8, i64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:25:28
[INFO] [stdout]    |
[INFO] [stdout] 25 |     assert_eq!(not!(u8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(u8, i64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u8, u16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:25:28
[INFO] [stdout]    |
[INFO] [stdout] 25 |     assert_eq!(not!(u8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(u8, u16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u8, u32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:25:28
[INFO] [stdout]    |
[INFO] [stdout] 25 |     assert_eq!(not!(u8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(u8, u32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u8, u64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:25:28
[INFO] [stdout]    |
[INFO] [stdout] 25 |     assert_eq!(not!(u8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(u8, u64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u16, i8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:26:29
[INFO] [stdout]    |
[INFO] [stdout] 26 |     assert_eq!(not!(u16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u16, i8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u16, i16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:26:29
[INFO] [stdout]    |
[INFO] [stdout] 26 |     assert_eq!(not!(u16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u16, i16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u16, i32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:26:29
[INFO] [stdout]    |
[INFO] [stdout] 26 |     assert_eq!(not!(u16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u16, i32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u16, i64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:26:29
[INFO] [stdout]    |
[INFO] [stdout] 26 |     assert_eq!(not!(u16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u16, i64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u16, u8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:26:29
[INFO] [stdout]    |
[INFO] [stdout] 26 |     assert_eq!(not!(u16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u16, u8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u16, u32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:26:29
[INFO] [stdout]    |
[INFO] [stdout] 26 |     assert_eq!(not!(u16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u16, u32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u16, u64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:26:29
[INFO] [stdout]    |
[INFO] [stdout] 26 |     assert_eq!(not!(u16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u16, u64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u32, i8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |     assert_eq!(not!(u32), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u32, i8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u32, i16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |     assert_eq!(not!(u32), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u32, i16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u32, i32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |     assert_eq!(not!(u32), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u32, i32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u32, i64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |     assert_eq!(not!(u32), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u32, i64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u32, u8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |     assert_eq!(not!(u32), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u32, u8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u32, u16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |     assert_eq!(not!(u32), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u32, u16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u32, u64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |     assert_eq!(not!(u32), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u32, u64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u64, i8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:28:29
[INFO] [stdout]    |
[INFO] [stdout] 28 |     assert_eq!(not!(u64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u64, i8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u64, i16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:28:29
[INFO] [stdout]    |
[INFO] [stdout] 28 |     assert_eq!(not!(u64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u64, i16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u64, i32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:28:29
[INFO] [stdout]    |
[INFO] [stdout] 28 |     assert_eq!(not!(u64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u64, i32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u64, i64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:28:29
[INFO] [stdout]    |
[INFO] [stdout] 28 |     assert_eq!(not!(u64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u64, i64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u64, u8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:28:29
[INFO] [stdout]    |
[INFO] [stdout] 28 |     assert_eq!(not!(u64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u64, u8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u64, u16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:28:29
[INFO] [stdout]    |
[INFO] [stdout] 28 |     assert_eq!(not!(u64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u64, u16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u64, u32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:28:29
[INFO] [stdout]    |
[INFO] [stdout] 28 |     assert_eq!(not!(u64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u64, u32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(bool, &str): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:34:39
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let x: one_of!(bool, &str) = true.into();
[INFO] [stdout]    |                                       ^^^^ the trait `one_of::internal::Different` is not implemented for `(bool, &str)`, which is required by `bool: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `OneOf2<bool, &str>` to implement `From<bool>`
[INFO] [stdout]    = note: required for `bool` to implement `Into<OneOf2<bool, &str>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `bool: TryFrom<OneOf2<bool, &str>>` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:35:28
[INFO] [stdout]    |
[INFO] [stdout] 35 |     assert_eq!(Ok(true), x.try_into());
[INFO] [stdout]    |                            ^^^^^^^^ the trait `From<OneOf2<bool, &str>>` is not implemented for `bool`, which is required by `OneOf2<bool, &str>: TryInto<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `TryInto<T>`:
[INFO] [stdout]              <OneOf2<A, B> as TryInto<A>>
[INFO] [stdout]              <OneOf2<A, B> as TryInto<B>>
[INFO] [stdout]    = note: required for `OneOf2<bool, &str>` to implement `Into<bool>`
[INFO] [stdout]    = note: required for `bool` to implement `TryFrom<OneOf2<bool, &str>>`
[INFO] [stdout]    = note: required for `OneOf2<bool, &str>` to implement `TryInto<bool>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0271]: type mismatch resolving `<&str as TryFrom<OneOf2<bool, &str>>>::Error == ()`
[INFO] [stdout]   --> tests/tests.rs:36:46
[INFO] [stdout]    |
[INFO] [stdout] 36 |     assert_eq!(Result::<&str, _>::Err(()), x.try_into());
[INFO] [stdout]    |                                              ^^^^^^^^ expected `Infallible`, found `()`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `&str: TryFrom<OneOf2<bool, &str>>` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:36:46
[INFO] [stdout]    |
[INFO] [stdout] 36 |     assert_eq!(Result::<&str, _>::Err(()), x.try_into());
[INFO] [stdout]    |                                              ^^^^^^^^ the trait `From<OneOf2<bool, &str>>` is not implemented for `&str`, which is required by `OneOf2<bool, &str>: TryInto<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `From<T>`:
[INFO] [stdout]              <alloc::string::String as From<char>>
[INFO] [stdout]              <alloc::string::String as From<alloc::boxed::Box<str>>>
[INFO] [stdout]              <alloc::string::String as From<alloc::borrow::Cow<'a, str>>>
[INFO] [stdout]              <alloc::string::String as From<&str>>
[INFO] [stdout]              <alloc::string::String as From<&mut str>>
[INFO] [stdout]              <alloc::string::String as From<&alloc::string::String>>
[INFO] [stdout]    = note: required for `OneOf2<bool, &str>` to implement `Into<&str>`
[INFO] [stdout]    = note: required for `&str` to implement `TryFrom<OneOf2<bool, &str>>`
[INFO] [stdout]    = note: required for `OneOf2<bool, &str>` to implement `TryInto<&str>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> tests/tests.rs:41:45
[INFO] [stdout]    |
[INFO] [stdout] 41 |     case!(<one_of!(i8, i64, u8, u64)>::from(42u64),
[INFO] [stdout]    |           --------------------------------- ^^^^^ expected `OneOf4<i8, i64, u8, u64>`, found `u64`
[INFO] [stdout]    |           |
[INFO] [stdout]    |           arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected enum `OneOf4<i8, i64, u8, u64>`
[INFO] [stdout]               found type `u64`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/convert/mod.rs:585:8
[INFO] [stdout] help: try wrapping the expression in `one_of::OneOf4::D`
[INFO] [stdout]    |
[INFO] [stdout] 41 |     case!(<one_of!(i8, i64, u8, u64)>::from(one_of::OneOf4::D(42u64)),
[INFO] [stdout]    |                                             ++++++++++++++++++     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> tests/tests.rs:69:44
[INFO] [stdout]    |
[INFO] [stdout] 69 |     case!(<one_of!(bool, &str, i64)>::from("Hello, world!"),
[INFO] [stdout]    |           -------------------------------- ^^^^^^^^^^^^^^^ expected `OneOf3<bool, &str, i64>`, found `&str`
[INFO] [stdout]    |           |
[INFO] [stdout]    |           arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note:   expected enum `OneOf3<bool, &str, i64>`
[INFO] [stdout]            found reference `&'static str`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/convert/mod.rs:585:8
[INFO] [stdout] help: try wrapping the expression in `one_of::OneOf3::B`
[INFO] [stdout]    |
[INFO] [stdout] 69 |     case!(<one_of!(bool, &str, i64)>::from(one_of::OneOf3::B("Hello, world!")),
[INFO] [stdout]    |                                            ++++++++++++++++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 66 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0271, E0277, E0308.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0271`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `one-of` (test "tests") due to 67 previous errors
[INFO] running `Command { std: "docker" "inspect" "ccd2abac14ef3d929f90bd6bd9b6fb8a8784f8f0ebd749e4f008ab729a1bbbb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ccd2abac14ef3d929f90bd6bd9b6fb8a8784f8f0ebd749e4f008ab729a1bbbb9", kill_on_drop: false }`
[INFO] [stdout] ccd2abac14ef3d929f90bd6bd9b6fb8a8784f8f0ebd749e4f008ab729a1bbbb9
[INFO] checking one-of-0.2.3 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate one-of 0.2.3 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate one-of 0.2.3 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate one-of 0.2.3
[INFO] finished tweaking crates.io crate one-of 0.2.3
[INFO] tweaked toml for crates.io crate one-of 0.2.3 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2c82fcb4d6bf723541678379a014ba2ad03dacc990ed605c4a4518b62c6f6aeb
[INFO] running `Command { std: "docker" "start" "-a" "2c82fcb4d6bf723541678379a014ba2ad03dacc990ed605c4a4518b62c6f6aeb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2c82fcb4d6bf723541678379a014ba2ad03dacc990ed605c4a4518b62c6f6aeb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2c82fcb4d6bf723541678379a014ba2ad03dacc990ed605c4a4518b62c6f6aeb", kill_on_drop: false }`
[INFO] [stdout] 2c82fcb4d6bf723541678379a014ba2ad03dacc990ed605c4a4518b62c6f6aeb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] be61538eda936b96767cff59ff2bc8a89faf10f3a28dae0cf096040b4bda69a3
[INFO] running `Command { std: "docker" "start" "-a" "be61538eda936b96767cff59ff2bc8a89faf10f3a28dae0cf096040b4bda69a3", kill_on_drop: false }`
[INFO] [stderr]     Checking one-of v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: the trait bound `(u32, char): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:13:36
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let x: one_of!(u32, char) = 42.into();
[INFO] [stdout]    |                                    ^^^^ the trait `one_of::internal::Different` is not implemented for `(u32, char)`, which is required by `{integer}: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `OneOf2<u32, char>` to implement `From<u32>`
[INFO] [stdout]    = note: required for `u32` to implement `Into<OneOf2<u32, char>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u32, char): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:14:31
[INFO] [stdout]    |
[INFO] [stdout] 14 |     assert_eq!(Some(42u32), x.into());
[INFO] [stdout]    |                               ^^^^ the trait `one_of::internal::Different` is not implemented for `(u32, char)`, which is required by `OneOf2<u32, char>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u32>` to implement `From<OneOf2<u32, char>>`
[INFO] [stdout]    = note: required for `OneOf2<u32, char>` to implement `Into<Option<u32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(char, u32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:15:30
[INFO] [stdout]    |
[INFO] [stdout] 15 |     assert_eq!(not!(char), x.into());
[INFO] [stdout]    |                              ^^^^ the trait `one_of::internal::Different` is not implemented for `(char, u32)`, which is required by `OneOf2<u32, char>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<char>` to implement `From<OneOf2<u32, char>>`
[INFO] [stdout]    = note: required for `OneOf2<u32, char>` to implement `Into<Option<char>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: From<{integer}>` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:20:63
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let x: one_of!(i8, i16, i32, i64, u8, u16, u32, u64) = 42.into();
[INFO] [stdout]    |                                                               ^^^^ the trait `From<{integer}>` is not implemented for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>`, which is required by `{integer}: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `From<T>`:
[INFO] [stdout]              <OneOf8<A, B, C, D, E, F, G, H> as From<A>>
[INFO] [stdout]              <OneOf8<A, B, C, D, E, F, G, H> as From<B>>
[INFO] [stdout]              <OneOf8<A, B, C, D, E, F, G, H> as From<C>>
[INFO] [stdout]              <OneOf8<A, B, C, D, E, F, G, H> as From<D>>
[INFO] [stdout]              <OneOf8<A, B, C, D, E, F, G, H> as From<E>>
[INFO] [stdout]              <OneOf8<A, B, C, D, E, F, G, H> as From<F>>
[INFO] [stdout]              <OneOf8<A, B, C, D, E, F, G, H> as From<G>>
[INFO] [stdout]              <OneOf8<A, B, C, D, E, F, G, H> as From<H>>
[INFO] [stdout]    = note: required for `{integer}` to implement `Into<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i8, i16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 |     assert_eq!(not!(i8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(i8, i16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i8, i32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 |     assert_eq!(not!(i8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(i8, i32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i8, i64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 |     assert_eq!(not!(i8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(i8, i64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i8, u8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 |     assert_eq!(not!(i8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(i8, u8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i8, u16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 |     assert_eq!(not!(i8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(i8, u16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i8, u32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 |     assert_eq!(not!(i8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(i8, u32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i8, u64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 |     assert_eq!(not!(i8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(i8, u64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i16, i8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:22:29
[INFO] [stdout]    |
[INFO] [stdout] 22 |     assert_eq!(not!(i16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i16, i8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i16, i32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:22:29
[INFO] [stdout]    |
[INFO] [stdout] 22 |     assert_eq!(not!(i16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i16, i32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i16, i64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:22:29
[INFO] [stdout]    |
[INFO] [stdout] 22 |     assert_eq!(not!(i16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i16, i64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i16, u8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:22:29
[INFO] [stdout]    |
[INFO] [stdout] 22 |     assert_eq!(not!(i16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i16, u8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i16, u16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:22:29
[INFO] [stdout]    |
[INFO] [stdout] 22 |     assert_eq!(not!(i16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i16, u16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i16, u32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:22:29
[INFO] [stdout]    |
[INFO] [stdout] 22 |     assert_eq!(not!(i16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i16, u32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i16, u64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:22:29
[INFO] [stdout]    |
[INFO] [stdout] 22 |     assert_eq!(not!(i16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i16, u64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i32, i8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 |     assert_eq!(Some(42i32), x.into());
[INFO] [stdout]    |                               ^^^^ the trait `one_of::internal::Different` is not implemented for `(i32, i8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i32, i16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 |     assert_eq!(Some(42i32), x.into());
[INFO] [stdout]    |                               ^^^^ the trait `one_of::internal::Different` is not implemented for `(i32, i16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i32, i64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 |     assert_eq!(Some(42i32), x.into());
[INFO] [stdout]    |                               ^^^^ the trait `one_of::internal::Different` is not implemented for `(i32, i64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i32, u8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 |     assert_eq!(Some(42i32), x.into());
[INFO] [stdout]    |                               ^^^^ the trait `one_of::internal::Different` is not implemented for `(i32, u8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i32, u16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 |     assert_eq!(Some(42i32), x.into());
[INFO] [stdout]    |                               ^^^^ the trait `one_of::internal::Different` is not implemented for `(i32, u16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i32, u32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 |     assert_eq!(Some(42i32), x.into());
[INFO] [stdout]    |                               ^^^^ the trait `one_of::internal::Different` is not implemented for `(i32, u32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i32, u64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 |     assert_eq!(Some(42i32), x.into());
[INFO] [stdout]    |                               ^^^^ the trait `one_of::internal::Different` is not implemented for `(i32, u64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i64, i8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:24:29
[INFO] [stdout]    |
[INFO] [stdout] 24 |     assert_eq!(not!(i64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i64, i8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i64, i16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:24:29
[INFO] [stdout]    |
[INFO] [stdout] 24 |     assert_eq!(not!(i64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i64, i16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i64, i32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:24:29
[INFO] [stdout]    |
[INFO] [stdout] 24 |     assert_eq!(not!(i64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i64, i32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i64, u8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:24:29
[INFO] [stdout]    |
[INFO] [stdout] 24 |     assert_eq!(not!(i64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i64, u8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i64, u16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:24:29
[INFO] [stdout]    |
[INFO] [stdout] 24 |     assert_eq!(not!(i64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i64, u16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i64, u32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:24:29
[INFO] [stdout]    |
[INFO] [stdout] 24 |     assert_eq!(not!(i64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i64, u32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i64, u64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:24:29
[INFO] [stdout]    |
[INFO] [stdout] 24 |     assert_eq!(not!(i64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(i64, u64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<i64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<i64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u8, i8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:25:28
[INFO] [stdout]    |
[INFO] [stdout] 25 |     assert_eq!(not!(u8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(u8, i8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u8, i16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:25:28
[INFO] [stdout]    |
[INFO] [stdout] 25 |     assert_eq!(not!(u8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(u8, i16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u8, i32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:25:28
[INFO] [stdout]    |
[INFO] [stdout] 25 |     assert_eq!(not!(u8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(u8, i32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u8, i64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:25:28
[INFO] [stdout]    |
[INFO] [stdout] 25 |     assert_eq!(not!(u8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(u8, i64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u8, u16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:25:28
[INFO] [stdout]    |
[INFO] [stdout] 25 |     assert_eq!(not!(u8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(u8, u16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u8, u32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:25:28
[INFO] [stdout]    |
[INFO] [stdout] 25 |     assert_eq!(not!(u8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(u8, u32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u8, u64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:25:28
[INFO] [stdout]    |
[INFO] [stdout] 25 |     assert_eq!(not!(u8), x.into());
[INFO] [stdout]    |                            ^^^^ the trait `one_of::internal::Different` is not implemented for `(u8, u64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u8>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u8>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u16, i8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:26:29
[INFO] [stdout]    |
[INFO] [stdout] 26 |     assert_eq!(not!(u16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u16, i8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u16, i16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:26:29
[INFO] [stdout]    |
[INFO] [stdout] 26 |     assert_eq!(not!(u16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u16, i16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u16, i32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:26:29
[INFO] [stdout]    |
[INFO] [stdout] 26 |     assert_eq!(not!(u16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u16, i32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u16, i64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:26:29
[INFO] [stdout]    |
[INFO] [stdout] 26 |     assert_eq!(not!(u16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u16, i64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u16, u8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:26:29
[INFO] [stdout]    |
[INFO] [stdout] 26 |     assert_eq!(not!(u16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u16, u8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u16, u32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:26:29
[INFO] [stdout]    |
[INFO] [stdout] 26 |     assert_eq!(not!(u16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u16, u32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u16, u64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:26:29
[INFO] [stdout]    |
[INFO] [stdout] 26 |     assert_eq!(not!(u16), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u16, u64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u16>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u16>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u32, i8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |     assert_eq!(not!(u32), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u32, i8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u32, i16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |     assert_eq!(not!(u32), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u32, i16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u32, i32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |     assert_eq!(not!(u32), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u32, i32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u32, i64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |     assert_eq!(not!(u32), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u32, i64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u32, u8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |     assert_eq!(not!(u32), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u32, u8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u32, u16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |     assert_eq!(not!(u32), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u32, u16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u32, u64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |     assert_eq!(not!(u32), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u32, u64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u32>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u32>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u64, i8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:28:29
[INFO] [stdout]    |
[INFO] [stdout] 28 |     assert_eq!(not!(u64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u64, i8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u64, i16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:28:29
[INFO] [stdout]    |
[INFO] [stdout] 28 |     assert_eq!(not!(u64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u64, i16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u64, i32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:28:29
[INFO] [stdout]    |
[INFO] [stdout] 28 |     assert_eq!(not!(u64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u64, i32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u64, i64): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:28:29
[INFO] [stdout]    |
[INFO] [stdout] 28 |     assert_eq!(not!(u64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u64, i64)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u64, u8): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:28:29
[INFO] [stdout]    |
[INFO] [stdout] 28 |     assert_eq!(not!(u64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u64, u8)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u64, u16): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:28:29
[INFO] [stdout]    |
[INFO] [stdout] 28 |     assert_eq!(not!(u64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u64, u16)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(u64, u32): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:28:29
[INFO] [stdout]    |
[INFO] [stdout] 28 |     assert_eq!(not!(u64), x.into());
[INFO] [stdout]    |                             ^^^^ the trait `one_of::internal::Different` is not implemented for `(u64, u32)`, which is required by `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Option<u64>` to implement `From<OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>>`
[INFO] [stdout]    = note: required for `OneOf8<i8, i16, i32, i64, u8, u16, u32, u64>` to implement `Into<Option<u64>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(bool, &str): one_of::internal::Different` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:34:39
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let x: one_of!(bool, &str) = true.into();
[INFO] [stdout]    |                                       ^^^^ the trait `one_of::internal::Different` is not implemented for `(bool, &str)`, which is required by `bool: Into<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `OneOf2<bool, &str>` to implement `From<bool>`
[INFO] [stdout]    = note: required for `bool` to implement `Into<OneOf2<bool, &str>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `bool: TryFrom<OneOf2<bool, &str>>` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:35:28
[INFO] [stdout]    |
[INFO] [stdout] 35 |     assert_eq!(Ok(true), x.try_into());
[INFO] [stdout]    |                            ^^^^^^^^ the trait `From<OneOf2<bool, &str>>` is not implemented for `bool`, which is required by `OneOf2<bool, &str>: TryInto<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `TryInto<T>`:
[INFO] [stdout]              <OneOf2<A, B> as TryInto<A>>
[INFO] [stdout]              <OneOf2<A, B> as TryInto<B>>
[INFO] [stdout]    = note: required for `OneOf2<bool, &str>` to implement `Into<bool>`
[INFO] [stdout]    = note: required for `bool` to implement `TryFrom<OneOf2<bool, &str>>`
[INFO] [stdout]    = note: required for `OneOf2<bool, &str>` to implement `TryInto<bool>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0271]: type mismatch resolving `<&str as TryFrom<OneOf2<bool, &str>>>::Error == ()`
[INFO] [stdout]   --> tests/tests.rs:36:46
[INFO] [stdout]    |
[INFO] [stdout] 36 |     assert_eq!(Result::<&str, _>::Err(()), x.try_into());
[INFO] [stdout]    |                                              ^^^^^^^^ expected `Infallible`, found `()`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `&str: TryFrom<OneOf2<bool, &str>>` is not satisfied
[INFO] [stdout]   --> tests/tests.rs:36:46
[INFO] [stdout]    |
[INFO] [stdout] 36 |     assert_eq!(Result::<&str, _>::Err(()), x.try_into());
[INFO] [stdout]    |                                              ^^^^^^^^ the trait `From<OneOf2<bool, &str>>` is not implemented for `&str`, which is required by `OneOf2<bool, &str>: TryInto<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `From<T>`:
[INFO] [stdout]              <alloc::string::String as From<char>>
[INFO] [stdout]              <alloc::string::String as From<alloc::boxed::Box<str>>>
[INFO] [stdout]              <alloc::string::String as From<alloc::borrow::Cow<'a, str>>>
[INFO] [stdout]              <alloc::string::String as From<&str>>
[INFO] [stdout]              <alloc::string::String as From<&mut str>>
[INFO] [stdout]              <alloc::string::String as From<&alloc::string::String>>
[INFO] [stdout]    = note: required for `OneOf2<bool, &str>` to implement `Into<&str>`
[INFO] [stdout]    = note: required for `&str` to implement `TryFrom<OneOf2<bool, &str>>`
[INFO] [stdout]    = note: required for `OneOf2<bool, &str>` to implement `TryInto<&str>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> tests/tests.rs:41:45
[INFO] [stdout]    |
[INFO] [stdout] 41 |     case!(<one_of!(i8, i64, u8, u64)>::from(42u64),
[INFO] [stdout]    |           --------------------------------- ^^^^^ expected `OneOf4<i8, i64, u8, u64>`, found `u64`
[INFO] [stdout]    |           |
[INFO] [stdout]    |           arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected enum `OneOf4<i8, i64, u8, u64>`
[INFO] [stdout]               found type `u64`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/convert/mod.rs:585:8
[INFO] [stdout] help: try wrapping the expression in `one_of::OneOf4::D`
[INFO] [stdout]    |
[INFO] [stdout] 41 |     case!(<one_of!(i8, i64, u8, u64)>::from(one_of::OneOf4::D(42u64)),
[INFO] [stdout]    |                                             ++++++++++++++++++     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> tests/tests.rs:69:44
[INFO] [stdout]    |
[INFO] [stdout] 69 |     case!(<one_of!(bool, &str, i64)>::from("Hello, world!"),
[INFO] [stdout]    |           -------------------------------- ^^^^^^^^^^^^^^^ expected `OneOf3<bool, &str, i64>`, found `&str`
[INFO] [stdout]    |           |
[INFO] [stdout]    |           arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note:   expected enum `OneOf3<bool, &str, i64>`
[INFO] [stdout]            found reference `&'static str`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/convert/mod.rs:585:8
[INFO] [stdout] help: try wrapping the expression in `one_of::OneOf3::B`
[INFO] [stdout]    |
[INFO] [stdout] 69 |     case!(<one_of!(bool, &str, i64)>::from(one_of::OneOf3::B("Hello, world!")),
[INFO] [stdout]    |                                            ++++++++++++++++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 66 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0271, E0277, E0308.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0271`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `one-of` (test "tests") due to 67 previous errors
[INFO] running `Command { std: "docker" "inspect" "be61538eda936b96767cff59ff2bc8a89faf10f3a28dae0cf096040b4bda69a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be61538eda936b96767cff59ff2bc8a89faf10f3a28dae0cf096040b4bda69a3", kill_on_drop: false }`
[INFO] [stdout] be61538eda936b96767cff59ff2bc8a89faf10f3a28dae0cf096040b4bda69a3
