[INFO] fetching crate const-exhaustive 1.0.0...
[INFO] checking const-exhaustive-1.0.0 against try#6713fa75964eb229409a9c6f6f5c418423e313ff for pr-133502-22
[INFO] extracting crate const-exhaustive 1.0.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate const-exhaustive 1.0.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate const-exhaustive 1.0.0
[INFO] tweaked toml for crates.io crate const-exhaustive 1.0.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate const-exhaustive 1.0.0 on toolchain 6713fa75964eb229409a9c6f6f5c418423e313ff
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate const-exhaustive 1.0.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 462cc9a373c45999a028f6706c1852c68ee7d6b172b2a8649f6c72d06aa520ac
[INFO] running `Command { std: "docker" "start" "-a" "462cc9a373c45999a028f6706c1852c68ee7d6b172b2a8649f6c72d06aa520ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "462cc9a373c45999a028f6706c1852c68ee7d6b172b2a8649f6c72d06aa520ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "462cc9a373c45999a028f6706c1852c68ee7d6b172b2a8649f6c72d06aa520ac", kill_on_drop: false }`
[INFO] [stdout] 462cc9a373c45999a028f6706c1852c68ee7d6b172b2a8649f6c72d06aa520ac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3b1dd07740292560c41cf25be3c4995cb631360c091eadce83ce5a08a59f87ea
[INFO] running `Command { std: "docker" "start" "-a" "3b1dd07740292560c41cf25be3c4995cb631360c091eadce83ce5a08a59f87ea", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.88
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]     Checking const-default v1.0.0
[INFO] [stderr]     Checking generic-array v1.3.5
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling const-exhaustive-derive v1.0.0
[INFO] [stderr]    Compiling variadics_please v1.1.0
[INFO] [stderr]     Checking const-exhaustive v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<tuple_struct_unit_many::Dummy as Exhaustive>::Num as ArrayLength>::ArrayType<tuple_struct_unit_many::Dummy> == _`
[INFO] [stdout]   --> tests/derive.rs:31:45
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `tuple_struct_unit_many::Dummy: Exhaustive`
[INFO] [stdout]   --> tests/derive.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 |     struct Dummy((), (), ());
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<UInt<UTerm, B1> as Mul<<() as Exhaustive>::Num>>::Output: Mul<<() as Exhaustive>::Num>`
[INFO] [stdout]   --> tests/derive.rs:31:45
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<<UInt<UTerm, B1> as Mul<<() as Exhaustive>::Num>>::Output as Mul<...>>::Output as Mul<...>>::Output: ArrayLength`
[INFO] [stdout]   --> tests/derive.rs:31:45
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<UInt<UTerm, B1> as Mul<<() as Exhaustive>::Num>>::Output as Mul<...>>::Output` is well-formed
[INFO] [stdout]   --> tests/derive.rs:31:45
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<UInt<UTerm, B1> as Mul<<() as Exhaustive>::Num>>::Output as Mul<...>>::Output as Mul<...>>::Output` is well-formed
[INFO] [stdout]   --> tests/derive.rs:31:45
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<<UInt<UTerm, B1> as Mul<...>>::Output as Mul<...>>::Output as Mul<...>>::Output as ArrayLength>::ArrayType<...>` is well-formed
[INFO] [stdout]   --> tests/derive.rs:31:45
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<tuple_struct_bool_many::Dummy as Exhaustive>::Num as ArrayLength>::ArrayType<tuple_struct_bool_many::Dummy> == _`
[INFO] [stdout]   --> tests/derive.rs:47:45
[INFO] [stdout]    |
[INFO] [stdout] 47 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `tuple_struct_bool_many::Dummy: Exhaustive`
[INFO] [stdout]   --> tests/derive.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 48 |     struct Dummy(bool, bool, bool);
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output: Mul<<bool as Exhaustive>::Num>`
[INFO] [stdout]   --> tests/derive.rs:47:45
[INFO] [stdout]    |
[INFO] [stdout] 47 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output as Mul<...>>::Output as Mul<...>>::Output: ArrayLength`
[INFO] [stdout]   --> tests/derive.rs:47:45
[INFO] [stdout]    |
[INFO] [stdout] 47 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output as Mul<...>>::Output` is well-formed
[INFO] [stdout]   --> tests/derive.rs:47:45
[INFO] [stdout]    |
[INFO] [stdout] 47 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output as Mul<...>>::Output as Mul<...>>::Output` is well-formed
[INFO] [stdout]   --> tests/derive.rs:47:45
[INFO] [stdout]    |
[INFO] [stdout] 47 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<<UInt<UTerm, B1> as Mul<...>>::Output as Mul<...>>::Output as Mul<...>>::Output as ArrayLength>::ArrayType<...>` is well-formed
[INFO] [stdout]   --> tests/derive.rs:47:45
[INFO] [stdout]    |
[INFO] [stdout] 47 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<named_field_struct_large::Dummy as Exhaustive>::Num as ArrayLength>::ArrayType<named_field_struct_large::Dummy> == _`
[INFO] [stdout]   --> tests/derive.rs:82:45
[INFO] [stdout]    |
[INFO] [stdout] 82 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `named_field_struct_large::Dummy: Exhaustive`
[INFO] [stdout]   --> tests/derive.rs:83:12
[INFO] [stdout]    |
[INFO] [stdout] 83 |     struct Dummy {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `UInt<UTerm, B1>: Mul<<bool as Exhaustive>::Num>`
[INFO] [stdout]   --> tests/derive.rs:82:45
[INFO] [stdout]    |
[INFO] [stdout] 82 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output: Mul<<bool as Exhaustive>::Num>`
[INFO] [stdout]   --> tests/derive.rs:82:45
[INFO] [stdout]    |
[INFO] [stdout] 82 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output as Mul<...>>::Output: Mul<...>`
[INFO] [stdout]   --> tests/derive.rs:82:45
[INFO] [stdout]    |
[INFO] [stdout] 82 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output as Mul<...>>::Output as Mul<...>>::Output: ArrayLength`
[INFO] [stdout]   --> tests/derive.rs:82:45
[INFO] [stdout]    |
[INFO] [stdout] 82 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output` is well-formed
[INFO] [stdout]   --> tests/derive.rs:82:45
[INFO] [stdout]    |
[INFO] [stdout] 82 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output as Mul<...>>::Output` is well-formed
[INFO] [stdout]   --> tests/derive.rs:82:45
[INFO] [stdout]    |
[INFO] [stdout] 82 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output as Mul<...>>::Output as Mul<...>>::Output` is well-formed
[INFO] [stdout]   --> tests/derive.rs:82:45
[INFO] [stdout]    |
[INFO] [stdout] 82 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<<UInt<UTerm, B1> as Mul<...>>::Output as Mul<...>>::Output as Mul<...>>::Output as ArrayLength>::ArrayType<...>` is well-formed
[INFO] [stdout]   --> tests/derive.rs:82:45
[INFO] [stdout]    |
[INFO] [stdout] 82 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<enum_unit_many::Dummy as Exhaustive>::Num as ArrayLength>::ArrayType<enum_unit_many::Dummy> == _`
[INFO] [stdout]    --> tests/derive.rs:133:45
[INFO] [stdout]     |
[INFO] [stdout] 133 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `enum_unit_many::Dummy: Exhaustive`
[INFO] [stdout]    --> tests/derive.rs:134:10
[INFO] [stdout]     |
[INFO] [stdout] 134 |     enum Dummy {
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<UTerm as Add<UInt<UTerm, B1>>>::Output: Add<UInt<UTerm, ...>>`
[INFO] [stdout]    --> tests/derive.rs:133:45
[INFO] [stdout]     |
[INFO] [stdout] 133 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<UTerm as Add<UInt<UTerm, B1>>>::Output as Add<UInt<..., ...>>>::Output: Add<...>`
[INFO] [stdout]    --> tests/derive.rs:133:45
[INFO] [stdout]     |
[INFO] [stdout] 133 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<<UTerm as Add<UInt<UTerm, B1>>>::Output as Add<...>>::Output as Add<...>>::Output: ArrayLength`
[INFO] [stdout]    --> tests/derive.rs:133:45
[INFO] [stdout]     |
[INFO] [stdout] 133 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<UTerm as Add<UInt<UTerm, B1>>>::Output as Add<UInt<..., ...>>>::Output` is well-formed
[INFO] [stdout]    --> tests/derive.rs:133:45
[INFO] [stdout]     |
[INFO] [stdout] 133 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<UTerm as Add<UInt<UTerm, B1>>>::Output as Add<...>>::Output as Add<...>>::Output` is well-formed
[INFO] [stdout]    --> tests/derive.rs:133:45
[INFO] [stdout]     |
[INFO] [stdout] 133 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<<UTerm as Add<UInt<UTerm, ...>>>::Output as Add<...>>::Output as Add<...>>::Output as ArrayLength>::ArrayType<...>` is well-formed
[INFO] [stdout]    --> tests/derive.rs:133:45
[INFO] [stdout]     |
[INFO] [stdout] 133 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<enum_tuple_variants::Dummy as Exhaustive>::Num as ArrayLength>::ArrayType<enum_tuple_variants::Dummy> == _`
[INFO] [stdout]    --> tests/derive.rs:145:45
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `enum_tuple_variants::Dummy: Exhaustive`
[INFO] [stdout]    --> tests/derive.rs:146:10
[INFO] [stdout]     |
[INFO] [stdout] 146 |     enum Dummy {
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `UInt<UTerm, B1>: Mul<<() as Exhaustive>::Num>`
[INFO] [stdout]    --> tests/derive.rs:145:45
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<UInt<UTerm, B1> as Mul<<() as Exhaustive>::Num>>::Output: ArrayLength`
[INFO] [stdout]    --> tests/derive.rs:145:45
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `UInt<UTerm, B1>: Mul<<bool as Exhaustive>::Num>`
[INFO] [stdout]    --> tests/derive.rs:145:45
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output: Mul<<bool as Exhaustive>::Num>`
[INFO] [stdout]    --> tests/derive.rs:145:45
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<UTerm as Add<UInt<UTerm, B1>>>::Output: Add<<UInt<..., ...> as Mul<...>>::Output>`
[INFO] [stdout]    --> tests/derive.rs:145:45
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<UTerm as Add<UInt<UTerm, B1>>>::Output as Add<<... as Mul<...>>::Output>>::Output: Add<...>`
[INFO] [stdout]    --> tests/derive.rs:145:45
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<UInt<UTerm, B1> as Mul<<() as Exhaustive>::Num>>::Output` is well-formed
[INFO] [stdout]    --> tests/derive.rs:145:45
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<UInt<UTerm, B1> as Mul<<() as Exhaustive>::Num>>::Output as ArrayLength>::ArrayType<...>` is well-formed
[INFO] [stdout]    --> tests/derive.rs:145:45
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output` is well-formed
[INFO] [stdout]    --> tests/derive.rs:145:45
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output as Mul<...>>::Output` is well-formed
[INFO] [stdout]    --> tests/derive.rs:145:45
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output as Mul<...>>::Output as ArrayLength>::ArrayType<...>` is well-formed
[INFO] [stdout]    --> tests/derive.rs:145:45
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<UTerm as Add<UInt<UTerm, B1>>>::Output as Add<<... as Mul<...>>::Output>>::Output` is well-formed
[INFO] [stdout]    --> tests/derive.rs:145:45
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<UTerm as Add<UInt<UTerm, B1>>>::Output as Add<...>>::Output as Add<...>>::Output` is well-formed
[INFO] [stdout]    --> tests/derive.rs:145:45
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<<UTerm as Add<UInt<UTerm, ...>>>::Output as Add<...>>::Output as Add<...>>::Output as ArrayLength>::ArrayType<...>` is well-formed
[INFO] [stdout]    --> tests/derive.rs:145:45
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<hygiene::Struct as const_exhaustive::Exhaustive>::Num as ArrayLength>::ArrayType<hygiene::Struct> == _`
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<enum_named_field_variants::Dummy as Exhaustive>::Num as ArrayLength>::ArrayType<enum_named_field_variants::Dummy> == _`
[INFO] [stdout]    --> tests/derive.rs:167:45
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `enum_named_field_variants::Dummy: Exhaustive`
[INFO] [stdout]    --> tests/derive.rs:168:10
[INFO] [stdout]     |
[INFO] [stdout] 168 |     enum Dummy {
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `UInt<UTerm, B1>: Mul<<() as Exhaustive>::Num>`
[INFO] [stdout]    --> tests/derive.rs:167:45
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<UInt<UTerm, B1> as Mul<<() as Exhaustive>::Num>>::Output: ArrayLength`
[INFO] [stdout]    --> tests/derive.rs:167:45
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `UInt<UTerm, B1>: Mul<<bool as Exhaustive>::Num>`
[INFO] [stdout]    --> tests/derive.rs:167:45
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output: Mul<<bool as Exhaustive>::Num>`
[INFO] [stdout]    --> tests/derive.rs:167:45
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<UTerm as Add<UInt<UTerm, B1>>>::Output: Add<<UInt<..., ...> as Mul<...>>::Output>`
[INFO] [stdout]    --> tests/derive.rs:167:45
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<UTerm as Add<UInt<UTerm, B1>>>::Output as Add<<... as Mul<...>>::Output>>::Output: Add<...>`
[INFO] [stdout]    --> tests/derive.rs:167:45
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<UInt<UTerm, B1> as Mul<<() as Exhaustive>::Num>>::Output` is well-formed
[INFO] [stdout]    --> tests/derive.rs:167:45
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<UInt<UTerm, B1> as Mul<<() as Exhaustive>::Num>>::Output as ArrayLength>::ArrayType<...>` is well-formed
[INFO] [stdout]    --> tests/derive.rs:167:45
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output` is well-formed
[INFO] [stdout]    --> tests/derive.rs:167:45
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output as Mul<...>>::Output` is well-formed
[INFO] [stdout]    --> tests/derive.rs:167:45
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output as Mul<...>>::Output as ArrayLength>::ArrayType<...>` is well-formed
[INFO] [stdout]    --> tests/derive.rs:167:45
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<UTerm as Add<UInt<UTerm, B1>>>::Output as Add<<... as Mul<...>>::Output>>::Output` is well-formed
[INFO] [stdout]    --> tests/derive.rs:167:45
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<UTerm as Add<UInt<UTerm, B1>>>::Output as Add<...>>::Output as Add<...>>::Output` is well-formed
[INFO] [stdout]    --> tests/derive.rs:167:45
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<<UTerm as Add<UInt<UTerm, ...>>>::Output as Add<...>>::Output as Add<...>>::Output as ArrayLength>::ArrayType<...>` is well-formed
[INFO] [stdout]    --> tests/derive.rs:167:45
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<enum_variant_mix::Dummy as Exhaustive>::Num as ArrayLength>::ArrayType<enum_variant_mix::Dummy> == _`
[INFO] [stdout]    --> tests/derive.rs:201:45
[INFO] [stdout]     |
[INFO] [stdout] 201 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `enum_variant_mix::Dummy: Exhaustive`
[INFO] [stdout]    --> tests/derive.rs:202:10
[INFO] [stdout]     |
[INFO] [stdout] 202 |     enum Dummy {
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `UInt<UTerm, B1>: Mul<<bool as Exhaustive>::Num>`
[INFO] [stdout]    --> tests/derive.rs:201:45
[INFO] [stdout]     |
[INFO] [stdout] 201 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output: ArrayLength`
[INFO] [stdout]    --> tests/derive.rs:201:45
[INFO] [stdout]     |
[INFO] [stdout] 201 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<UTerm as Add<UInt<UTerm, B1>>>::Output: Add<<UInt<..., ...> as Mul<...>>::Output>`
[INFO] [stdout]    --> tests/derive.rs:201:45
[INFO] [stdout]     |
[INFO] [stdout] 201 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<UTerm as Add<UInt<UTerm, B1>>>::Output as Add<<... as Mul<...>>::Output>>::Output: Add<...>`
[INFO] [stdout]    --> tests/derive.rs:201:45
[INFO] [stdout]     |
[INFO] [stdout] 201 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<<UTerm as Add<UInt<UTerm, B1>>>::Output as Add<...>>::Output as Add<...>>::Output: Add<...>`
[INFO] [stdout]    --> tests/derive.rs:201:45
[INFO] [stdout]     |
[INFO] [stdout] 201 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output` is well-formed
[INFO] [stdout]    --> tests/derive.rs:201:45
[INFO] [stdout]     |
[INFO] [stdout] 201 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output as ArrayLength>::ArrayType<...>` is well-formed
[INFO] [stdout]    --> tests/derive.rs:201:45
[INFO] [stdout]     |
[INFO] [stdout] 201 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<UTerm as Add<UInt<UTerm, B1>>>::Output as Add<<... as Mul<...>>::Output>>::Output` is well-formed
[INFO] [stdout]    --> tests/derive.rs:201:45
[INFO] [stdout]     |
[INFO] [stdout] 201 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<UTerm as Add<UInt<UTerm, B1>>>::Output as Add<...>>::Output as Add<...>>::Output` is well-formed
[INFO] [stdout]    --> tests/derive.rs:201:45
[INFO] [stdout]     |
[INFO] [stdout] 201 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<<UTerm as Add<UInt<UTerm, ...>>>::Output as Add<...>>::Output as Add<...>>::Output as Add<...>>::Output` is well-formed
[INFO] [stdout]    --> tests/derive.rs:201:45
[INFO] [stdout]     |
[INFO] [stdout] 201 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<<<UTerm as Add<UInt<..., ...>>>::Output as Add<...>>::Output as Add<...>>::Output as Add<...>>::Output as ArrayLength>::ArrayType<...>` is well-formed
[INFO] [stdout]    --> tests/derive.rs:201:45
[INFO] [stdout]     |
[INFO] [stdout] 201 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<Compound as Exhaustive>::Num as ArrayLength>::ArrayType<Compound> == _`
[INFO] [stdout]    --> tests/derive.rs:227:45
[INFO] [stdout]     |
[INFO] [stdout] 227 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `hygiene::Struct: const_exhaustive::Exhaustive`
[INFO] [stdout]   --> tests/hygiene.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 |     struct Struct {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `hygiene::Exhaustive: const_exhaustive::Exhaustive`
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<hygiene::Exhaustive as const_exhaustive::Exhaustive>::Num: ArrayLength`
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `hygiene::GenericArray: const_exhaustive::Exhaustive`
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `hygiene::Unsigned: const_exhaustive::Exhaustive`
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `hygiene::Add: const_exhaustive::Exhaustive`
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `hygiene::Mul: const_exhaustive::Exhaustive`
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `hygiene::MaybeUninit: const_exhaustive::Exhaustive`
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `UInt<UTerm, B1>: std::ops::Mul<<hygiene::MaybeUninit as const_exhaustive::Exhaustive>::Num>`
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<UInt<UTerm, B1> as std::ops::Mul<<hygiene::MaybeUninit as const_exhaustive::Exhaustive>::Num>>::Output: std::ops::Mul<<... as const_exhaustive::Exhaustive>::Num>`
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<hygiene::Exhaustive as const_exhaustive::Exhaustive>::Num` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<hygiene::Exhaustive as const_exhaustive::Exhaustive>::Num as ArrayLength>::ArrayType<hygiene::Struct>` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<hygiene::GenericArray as const_exhaustive::Exhaustive>::Num` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<hygiene::GenericArray as const_exhaustive::Exhaustive>::Num as ArrayLength>::ArrayType<hygiene::Struct>` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<hygiene::Unsigned as const_exhaustive::Exhaustive>::Num` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<hygiene::Unsigned as const_exhaustive::Exhaustive>::Num as ArrayLength>::ArrayType<hygiene::Struct>` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<hygiene::Add as const_exhaustive::Exhaustive>::Num` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<hygiene::Add as const_exhaustive::Exhaustive>::Num as ArrayLength>::ArrayType<hygiene::Struct>` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<hygiene::Mul as const_exhaustive::Exhaustive>::Num` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<hygiene::Mul as const_exhaustive::Exhaustive>::Num as ArrayLength>::ArrayType<hygiene::Struct>` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<hygiene::MaybeUninit as const_exhaustive::Exhaustive>::Num` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<hygiene::MaybeUninit as const_exhaustive::Exhaustive>::Num as ArrayLength>::ArrayType<hygiene::Struct>` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<UInt<UTerm, B1> as std::ops::Mul<<hygiene::MaybeUninit as const_exhaustive::Exhaustive>::Num>>::Output` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<UInt<UTerm, B1> as std::ops::Mul<<hygiene::MaybeUninit as const_exhaustive::Exhaustive>::Num>>::Output as std::ops::Mul<...>>::Output` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<UInt<UTerm, B1> as std::ops::Mul<<... as const_exhaustive::Exhaustive>::Num>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<<UInt<UTerm, B1> as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<<<UInt<UTerm, ...> as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<<<<UInt<..., ...> as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<<<<<... as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as ArrayLength>::ArrayType<...>` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `Compound: Exhaustive`
[INFO] [stdout]    --> tests/derive.rs:228:10
[INFO] [stdout]     |
[INFO] [stdout] 228 |     enum Compound {
[INFO] [stdout]     |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output: ArrayLength`
[INFO] [stdout]    --> tests/derive.rs:227:45
[INFO] [stdout]     |
[INFO] [stdout] 227 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `BoolWrapper: Exhaustive`
[INFO] [stdout]    --> tests/derive.rs:227:45
[INFO] [stdout]     |
[INFO] [stdout] 227 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `UInt<UTerm, B1>: Mul<<BoolWrapper as Exhaustive>::Num>`
[INFO] [stdout]    --> tests/derive.rs:227:45
[INFO] [stdout]     |
[INFO] [stdout] 227 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `UTerm: Add<<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output>`
[INFO] [stdout]    --> tests/derive.rs:227:45
[INFO] [stdout]     |
[INFO] [stdout] 227 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<UTerm as Add<<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output>>::Output: Add<...>`
[INFO] [stdout]    --> tests/derive.rs:227:45
[INFO] [stdout]     |
[INFO] [stdout] 227 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output as ArrayLength>::ArrayType<...>` is well-formed
[INFO] [stdout]    --> tests/derive.rs:227:45
[INFO] [stdout]     |
[INFO] [stdout] 227 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<BoolWrapper as Exhaustive>::Num` is well-formed
[INFO] [stdout]    --> tests/derive.rs:227:45
[INFO] [stdout]     |
[INFO] [stdout] 227 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<BoolWrapper as Exhaustive>::Num as ArrayLength>::ArrayType<Compound>` is well-formed
[INFO] [stdout]    --> tests/derive.rs:227:45
[INFO] [stdout]     |
[INFO] [stdout] 227 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<UInt<UTerm, B1> as Mul<<BoolWrapper as Exhaustive>::Num>>::Output` is well-formed
[INFO] [stdout]    --> tests/derive.rs:227:45
[INFO] [stdout]     |
[INFO] [stdout] 227 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<UInt<UTerm, B1> as Mul<<BoolWrapper as Exhaustive>::Num>>::Output as ArrayLength>::ArrayType<...>` is well-formed
[INFO] [stdout]    --> tests/derive.rs:227:45
[INFO] [stdout]     |
[INFO] [stdout] 227 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<UTerm as Add<<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output>>::Output` is well-formed
[INFO] [stdout]    --> tests/derive.rs:227:45
[INFO] [stdout]     |
[INFO] [stdout] 227 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<UTerm as Add<<UInt<UTerm, B1> as Mul<...>>::Output>>::Output as Add<...>>::Output` is well-formed
[INFO] [stdout]    --> tests/derive.rs:227:45
[INFO] [stdout]     |
[INFO] [stdout] 227 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<UTerm as Add<<UInt<UTerm, ...> as Mul<...>>::Output>>::Output as Add<...>>::Output as ArrayLength>::ArrayType<...>` is well-formed
[INFO] [stdout]    --> tests/derive.rs:227:45
[INFO] [stdout]     |
[INFO] [stdout] 227 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<<UInt<UTerm, B1> as Mul<<() as Exhaustive>::Num>>::Output as Mul<...>>::Output as Mul<...>>::Output == _`
[INFO] [stdout]   --> tests/derive.rs:31:45
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<tuple_struct_unit_many::Dummy as Exhaustive>::Num == _`
[INFO] [stdout]   --> tests/derive.rs:31:45
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `GenericArray<tuple_struct_unit_many::Dummy, <tuple_struct_unit_many::Dummy as Exhaustive>::Num>: Sized`
[INFO] [stdout]   --> tests/derive.rs:31:45
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: statics and constants must have a statically known size
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `GenericArray<tuple_struct_unit_many::Dummy, <tuple_struct_unit_many::Dummy as Exhaustive>::Num>` is well-formed
[INFO] [stdout]   --> tests/derive.rs:31:45
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output as Mul<...>>::Output as Mul<...>>::Output == _`
[INFO] [stdout]   --> tests/derive.rs:47:45
[INFO] [stdout]    |
[INFO] [stdout] 47 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<tuple_struct_bool_many::Dummy as Exhaustive>::Num == _`
[INFO] [stdout]   --> tests/derive.rs:47:45
[INFO] [stdout]    |
[INFO] [stdout] 47 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `GenericArray<tuple_struct_bool_many::Dummy, <tuple_struct_bool_many::Dummy as Exhaustive>::Num>: Sized`
[INFO] [stdout]   --> tests/derive.rs:47:45
[INFO] [stdout]    |
[INFO] [stdout] 47 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: statics and constants must have a statically known size
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `GenericArray<tuple_struct_bool_many::Dummy, <tuple_struct_bool_many::Dummy as Exhaustive>::Num>` is well-formed
[INFO] [stdout]   --> tests/derive.rs:47:45
[INFO] [stdout]    |
[INFO] [stdout] 47 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<<UInt<UTerm, B1> as Mul<<bool as Exhaustive>::Num>>::Output as Mul<...>>::Output as Mul<...>>::Output == _`
[INFO] [stdout]   --> tests/derive.rs:82:45
[INFO] [stdout]    |
[INFO] [stdout] 82 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<named_field_struct_large::Dummy as Exhaustive>::Num == _`
[INFO] [stdout]   --> tests/derive.rs:82:45
[INFO] [stdout]    |
[INFO] [stdout] 82 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `GenericArray<named_field_struct_large::Dummy, <named_field_struct_large::Dummy as Exhaustive>::Num>: Sized`
[INFO] [stdout]   --> tests/derive.rs:82:45
[INFO] [stdout]    |
[INFO] [stdout] 82 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: statics and constants must have a statically known size
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `GenericArray<named_field_struct_large::Dummy, <named_field_struct_large::Dummy as Exhaustive>::Num>` is well-formed
[INFO] [stdout]   --> tests/derive.rs:82:45
[INFO] [stdout]    |
[INFO] [stdout] 82 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<<UTerm as Add<UInt<UTerm, B1>>>::Output as Add<...>>::Output as Add<...>>::Output == _`
[INFO] [stdout]    --> tests/derive.rs:133:45
[INFO] [stdout]     |
[INFO] [stdout] 133 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<enum_unit_many::Dummy as Exhaustive>::Num == _`
[INFO] [stdout]    --> tests/derive.rs:133:45
[INFO] [stdout]     |
[INFO] [stdout] 133 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `GenericArray<enum_unit_many::Dummy, <enum_unit_many::Dummy as Exhaustive>::Num>: Sized`
[INFO] [stdout]    --> tests/derive.rs:133:45
[INFO] [stdout]     |
[INFO] [stdout] 133 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: statics and constants must have a statically known size
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `GenericArray<enum_unit_many::Dummy, <enum_unit_many::Dummy as Exhaustive>::Num>` is well-formed
[INFO] [stdout]    --> tests/derive.rs:133:45
[INFO] [stdout]     |
[INFO] [stdout] 133 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<<UTerm as Add<UInt<UTerm, B1>>>::Output as Add<...>>::Output as Add<...>>::Output == _`
[INFO] [stdout]    --> tests/derive.rs:145:45
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<enum_tuple_variants::Dummy as Exhaustive>::Num == _`
[INFO] [stdout]    --> tests/derive.rs:145:45
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `GenericArray<enum_tuple_variants::Dummy, <enum_tuple_variants::Dummy as Exhaustive>::Num>: Sized`
[INFO] [stdout]    --> tests/derive.rs:145:45
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: statics and constants must have a statically known size
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `GenericArray<enum_tuple_variants::Dummy, <enum_tuple_variants::Dummy as Exhaustive>::Num>` is well-formed
[INFO] [stdout]    --> tests/derive.rs:145:45
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<<UTerm as Add<UInt<UTerm, B1>>>::Output as Add<...>>::Output as Add<...>>::Output == _`
[INFO] [stdout]    --> tests/derive.rs:167:45
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<enum_named_field_variants::Dummy as Exhaustive>::Num == _`
[INFO] [stdout]    --> tests/derive.rs:167:45
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `GenericArray<enum_named_field_variants::Dummy, <enum_named_field_variants::Dummy as Exhaustive>::Num>: Sized`
[INFO] [stdout]    --> tests/derive.rs:167:45
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: statics and constants must have a statically known size
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `GenericArray<enum_named_field_variants::Dummy, <enum_named_field_variants::Dummy as Exhaustive>::Num>` is well-formed
[INFO] [stdout]    --> tests/derive.rs:167:45
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<<<UTerm as Add<UInt<UTerm, ...>>>::Output as Add<...>>::Output as Add<...>>::Output as Add<...>>::Output == _`
[INFO] [stdout]    --> tests/derive.rs:201:45
[INFO] [stdout]     |
[INFO] [stdout] 201 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<enum_variant_mix::Dummy as Exhaustive>::Num == _`
[INFO] [stdout]    --> tests/derive.rs:201:45
[INFO] [stdout]     |
[INFO] [stdout] 201 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `GenericArray<enum_variant_mix::Dummy, <enum_variant_mix::Dummy as Exhaustive>::Num>: Sized`
[INFO] [stdout]    --> tests/derive.rs:201:45
[INFO] [stdout]     |
[INFO] [stdout] 201 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: statics and constants must have a statically known size
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `GenericArray<enum_variant_mix::Dummy, <enum_variant_mix::Dummy as Exhaustive>::Num>` is well-formed
[INFO] [stdout]    --> tests/derive.rs:201:45
[INFO] [stdout]     |
[INFO] [stdout] 201 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<UTerm as Add<<UInt<UTerm, B1> as Mul<...>>::Output>>::Output as Add<...>>::Output == _`
[INFO] [stdout]    --> tests/derive.rs:227:45
[INFO] [stdout]     |
[INFO] [stdout] 227 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<Compound as Exhaustive>::Num == _`
[INFO] [stdout]    --> tests/derive.rs:227:45
[INFO] [stdout]     |
[INFO] [stdout] 227 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `GenericArray<Compound, <Compound as Exhaustive>::Num>: Sized`
[INFO] [stdout]    --> tests/derive.rs:227:45
[INFO] [stdout]     |
[INFO] [stdout] 227 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: statics and constants must have a statically known size
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `GenericArray<Compound, <Compound as Exhaustive>::Num>` is well-formed
[INFO] [stdout]    --> tests/derive.rs:227:45
[INFO] [stdout]     |
[INFO] [stdout] 227 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `tuple_struct_unit_many::Dummy: Exhaustive`
[INFO] [stdout]   --> tests/derive.rs:31:45
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `_ == <tuple_struct_unit_many::Dummy as Exhaustive>::Num`
[INFO] [stdout]   --> tests/derive.rs:31:45
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `GenericArray<MaybeUninit<tuple_struct_unit_many::Dummy>, <tuple_struct_unit_many::Dummy as Exhaustive>::Num>` is well-formed
[INFO] [stdout]   --> tests/derive.rs:31:45
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `tuple_struct_bool_many::Dummy: Exhaustive`
[INFO] [stdout]   --> tests/derive.rs:47:45
[INFO] [stdout]    |
[INFO] [stdout] 47 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `_ == <tuple_struct_bool_many::Dummy as Exhaustive>::Num`
[INFO] [stdout]   --> tests/derive.rs:47:45
[INFO] [stdout]    |
[INFO] [stdout] 47 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `GenericArray<MaybeUninit<tuple_struct_bool_many::Dummy>, <tuple_struct_bool_many::Dummy as Exhaustive>::Num>` is well-formed
[INFO] [stdout]   --> tests/derive.rs:47:45
[INFO] [stdout]    |
[INFO] [stdout] 47 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `named_field_struct_large::Dummy: Exhaustive`
[INFO] [stdout]   --> tests/derive.rs:82:45
[INFO] [stdout]    |
[INFO] [stdout] 82 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `_ == <named_field_struct_large::Dummy as Exhaustive>::Num`
[INFO] [stdout]   --> tests/derive.rs:82:45
[INFO] [stdout]    |
[INFO] [stdout] 82 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `GenericArray<MaybeUninit<named_field_struct_large::Dummy>, <named_field_struct_large::Dummy as Exhaustive>::Num>` is well-formed
[INFO] [stdout]   --> tests/derive.rs:82:45
[INFO] [stdout]    |
[INFO] [stdout] 82 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `enum_unit_many::Dummy: Exhaustive`
[INFO] [stdout]    --> tests/derive.rs:133:45
[INFO] [stdout]     |
[INFO] [stdout] 133 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `_ == <enum_unit_many::Dummy as Exhaustive>::Num`
[INFO] [stdout]    --> tests/derive.rs:133:45
[INFO] [stdout]     |
[INFO] [stdout] 133 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `GenericArray<MaybeUninit<enum_unit_many::Dummy>, <enum_unit_many::Dummy as Exhaustive>::Num>` is well-formed
[INFO] [stdout]    --> tests/derive.rs:133:45
[INFO] [stdout]     |
[INFO] [stdout] 133 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `enum_tuple_variants::Dummy: Exhaustive`
[INFO] [stdout]    --> tests/derive.rs:145:45
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `_ == <enum_tuple_variants::Dummy as Exhaustive>::Num`
[INFO] [stdout]    --> tests/derive.rs:145:45
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `GenericArray<MaybeUninit<enum_tuple_variants::Dummy>, <enum_tuple_variants::Dummy as Exhaustive>::Num>` is well-formed
[INFO] [stdout]    --> tests/derive.rs:145:45
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `enum_named_field_variants::Dummy: Exhaustive`
[INFO] [stdout]    --> tests/derive.rs:167:45
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `_ == <enum_named_field_variants::Dummy as Exhaustive>::Num`
[INFO] [stdout]    --> tests/derive.rs:167:45
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `GenericArray<MaybeUninit<enum_named_field_variants::Dummy>, <enum_named_field_variants::Dummy as Exhaustive>::Num>` is well-formed
[INFO] [stdout]    --> tests/derive.rs:167:45
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `enum_variant_mix::Dummy: Exhaustive`
[INFO] [stdout]    --> tests/derive.rs:201:45
[INFO] [stdout]     |
[INFO] [stdout] 201 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `_ == <enum_variant_mix::Dummy as Exhaustive>::Num`
[INFO] [stdout]    --> tests/derive.rs:201:45
[INFO] [stdout]     |
[INFO] [stdout] 201 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `GenericArray<MaybeUninit<enum_variant_mix::Dummy>, <enum_variant_mix::Dummy as Exhaustive>::Num>` is well-formed
[INFO] [stdout]    --> tests/derive.rs:201:45
[INFO] [stdout]     |
[INFO] [stdout] 201 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/derive.rs:227:45
[INFO] [stdout]     |
[INFO] [stdout] 227 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^ cannot infer type
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<hygiene::Enum as const_exhaustive::Exhaustive>::Num as ArrayLength>::ArrayType<hygiene::Enum> == _`
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<BoolWrapper as Exhaustive>::Num == _`
[INFO] [stdout]    --> tests/derive.rs:227:45
[INFO] [stdout]     |
[INFO] [stdout] 227 |     #[derive(Debug, Clone, Copy, PartialEq, Exhaustive)]
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0275, E0282.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0275`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `const-exhaustive` (test "derive") due to 147 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `hygiene::Enum: const_exhaustive::Exhaustive`
[INFO] [stdout]   --> tests/hygiene.rs:35:10
[INFO] [stdout]    |
[INFO] [stdout] 35 |     enum Enum {
[INFO] [stdout]    |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `hygiene::Exhaustive: const_exhaustive::Exhaustive`
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<hygiene::Exhaustive as const_exhaustive::Exhaustive>::Num: ArrayLength`
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `hygiene::GenericArray: const_exhaustive::Exhaustive`
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `hygiene::Unsigned: const_exhaustive::Exhaustive`
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `hygiene::Add: const_exhaustive::Exhaustive`
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `hygiene::Mul: const_exhaustive::Exhaustive`
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `hygiene::MaybeUninit: const_exhaustive::Exhaustive`
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `UInt<UTerm, B1>: std::ops::Mul<<hygiene::MaybeUninit as const_exhaustive::Exhaustive>::Num>`
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<UInt<UTerm, B1> as std::ops::Mul<<hygiene::MaybeUninit as const_exhaustive::Exhaustive>::Num>>::Output: std::ops::Mul<<... as const_exhaustive::Exhaustive>::Num>`
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `UTerm: std::ops::Add<<<<<<<... as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output>`
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<UTerm as std::ops::Add<<<<<<... as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output>>::Output: std::ops::Add<...>`
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<hygiene::Exhaustive as const_exhaustive::Exhaustive>::Num` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<hygiene::Exhaustive as const_exhaustive::Exhaustive>::Num as ArrayLength>::ArrayType<hygiene::Enum>` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<hygiene::GenericArray as const_exhaustive::Exhaustive>::Num` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<hygiene::GenericArray as const_exhaustive::Exhaustive>::Num as ArrayLength>::ArrayType<hygiene::Enum>` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<hygiene::Unsigned as const_exhaustive::Exhaustive>::Num` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<hygiene::Unsigned as const_exhaustive::Exhaustive>::Num as ArrayLength>::ArrayType<hygiene::Enum>` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<hygiene::Add as const_exhaustive::Exhaustive>::Num` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<hygiene::Add as const_exhaustive::Exhaustive>::Num as ArrayLength>::ArrayType<hygiene::Enum>` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<hygiene::Mul as const_exhaustive::Exhaustive>::Num` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<hygiene::Mul as const_exhaustive::Exhaustive>::Num as ArrayLength>::ArrayType<hygiene::Enum>` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<hygiene::MaybeUninit as const_exhaustive::Exhaustive>::Num` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<hygiene::MaybeUninit as const_exhaustive::Exhaustive>::Num as ArrayLength>::ArrayType<hygiene::Enum>` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<UInt<UTerm, B1> as std::ops::Mul<<hygiene::MaybeUninit as const_exhaustive::Exhaustive>::Num>>::Output` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<UInt<UTerm, B1> as std::ops::Mul<<hygiene::MaybeUninit as const_exhaustive::Exhaustive>::Num>>::Output as std::ops::Mul<...>>::Output` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<UInt<UTerm, B1> as std::ops::Mul<<... as const_exhaustive::Exhaustive>::Num>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<<UInt<UTerm, B1> as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<<<UInt<UTerm, ...> as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<<<<UInt<..., ...> as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<<<<<... as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as ArrayLength>::ArrayType<...>` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<UTerm as std::ops::Add<<<<<<... as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output>>::Output` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<UTerm as std::ops::Add<<<<<... as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output>>::Output as std::ops::Add<...>>::Output` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `<<<UTerm as std::ops::Add<<<<... as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output>>::Output as std::ops::Add<...>>::Output as ArrayLength>::ArrayType<...>` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<<<<<UInt<..., ...> as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output == _`
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<hygiene::Struct as const_exhaustive::Exhaustive>::Num == _`
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `const_exhaustive::generic_array::GenericArray<hygiene::Struct, <hygiene::Struct as const_exhaustive::Exhaustive>::Num>: Sized`
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: statics and constants must have a statically known size
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `const_exhaustive::generic_array::GenericArray<hygiene::Struct, <hygiene::Struct as const_exhaustive::Exhaustive>::Num>` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<<UTerm as std::ops::Add<<<<<... as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output as std::ops::Mul<...>>::Output>>::Output as std::ops::Add<...>>::Output == _`
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<hygiene::Enum as const_exhaustive::Exhaustive>::Num == _`
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `const_exhaustive::generic_array::GenericArray<hygiene::Enum, <hygiene::Enum as const_exhaustive::Exhaustive>::Num>: Sized`
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: statics and constants must have a statically known size
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `const_exhaustive::generic_array::GenericArray<hygiene::Enum, <hygiene::Enum as const_exhaustive::Exhaustive>::Num>` is well-formed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<hygiene::Exhaustive as const_exhaustive::Exhaustive>::Num == _`
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<hygiene::GenericArray as const_exhaustive::Exhaustive>::Num == _`
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<hygiene::Unsigned as const_exhaustive::Exhaustive>::Num == _`
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<hygiene::Add as const_exhaustive::Exhaustive>::Num == _`
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<hygiene::Mul as const_exhaustive::Exhaustive>::Num == _`
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<hygiene::MaybeUninit as const_exhaustive::Exhaustive>::Num == _`
[INFO] [stdout]   --> tests/hygiene.rs:24:34
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<hygiene::Exhaustive as const_exhaustive::Exhaustive>::Num == _`
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<hygiene::GenericArray as const_exhaustive::Exhaustive>::Num == _`
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<hygiene::Unsigned as const_exhaustive::Exhaustive>::Num == _`
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<hygiene::Add as const_exhaustive::Exhaustive>::Num == _`
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<hygiene::Mul as const_exhaustive::Exhaustive>::Num == _`
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<hygiene::MaybeUninit as const_exhaustive::Exhaustive>::Num == _`
[INFO] [stdout]   --> tests/hygiene.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[derive(Debug, Clone, Copy, const_exhaustive::Exhaustive)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_exhaustive::Exhaustive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0275, E0282.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0275`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `const-exhaustive` (test "hygiene") due to 87 previous errors
[INFO] running `Command { std: "docker" "inspect" "3b1dd07740292560c41cf25be3c4995cb631360c091eadce83ce5a08a59f87ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b1dd07740292560c41cf25be3c4995cb631360c091eadce83ce5a08a59f87ea", kill_on_drop: false }`
[INFO] [stdout] 3b1dd07740292560c41cf25be3c4995cb631360c091eadce83ce5a08a59f87ea
