[INFO] fetching crate tuple_split 0.2.4... [INFO] testing tuple_split-0.2.4 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] extracting crate tuple_split 0.2.4 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate tuple_split 0.2.4 [INFO] finished tweaking crates.io crate tuple_split 0.2.4 [INFO] tweaked toml for crates.io crate tuple_split 0.2.4 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate tuple_split 0.2.4 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate tuple_split 0.2.4 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1dd3be6c671f2eb050ca0f5ab7f03415abf41fd3d1407b88f91b4bc3715f1863 [INFO] running `Command { std: "docker" "start" "-a" "1dd3be6c671f2eb050ca0f5ab7f03415abf41fd3d1407b88f91b4bc3715f1863", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1dd3be6c671f2eb050ca0f5ab7f03415abf41fd3d1407b88f91b4bc3715f1863", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1dd3be6c671f2eb050ca0f5ab7f03415abf41fd3d1407b88f91b4bc3715f1863", kill_on_drop: false }` [INFO] [stdout] 1dd3be6c671f2eb050ca0f5ab7f03415abf41fd3d1407b88f91b4bc3715f1863 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f590b7e099fd152f102e961eab0ba71fab2eddb37bf03433ee666f4b1ecabacd [INFO] running `Command { std: "docker" "start" "-a" "f590b7e099fd152f102e961eab0ba71fab2eddb37bf03433ee666f4b1ecabacd", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling tupleops-generator v0.1.0 [INFO] [stderr] Compiling blk_count_macro v0.1.1 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling tupleops-macros v0.1.0 [INFO] [stderr] Compiling tupleops v0.1.1 [INFO] [stderr] Compiling tuple_split v0.2.4 (/opt/rustwide/workdir) [INFO] [stdout] error: `[const]` is not allowed here [INFO] [stdout] --> src/lib.rs:162:33 [INFO] [stdout] | [INFO] [stdout] 162 | pub trait TupleSplitInto: ~const TupleSplitIntoLeft + ~const TupleSplitIntoRight [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: this trait is not `const`, so it cannot have `[const]` trait bounds [INFO] [stdout] --> src/lib.rs:162:1 [INFO] [stdout] | [INFO] [stdout] 162 | / pub trait TupleSplitInto: ~const TupleSplitIntoLeft + ~const TupleSplitIntoRight [INFO] [stdout] 163 | | where [INFO] [stdout] 164 | | L: Tuple, [INFO] [stdout] 165 | | R: Tuple [INFO] [stdout] 166 | | { [INFO] [stdout] 167 | | fn split_tuple_into(self) -> (L, R); [INFO] [stdout] 168 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[const]` is not allowed here [INFO] [stdout] --> src/lib.rs:162:75 [INFO] [stdout] | [INFO] [stdout] 162 | pub trait TupleSplitInto: ~const TupleSplitIntoLeft + ~const TupleSplitIntoRight [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: this trait is not `const`, so it cannot have `[const]` trait bounds [INFO] [stdout] --> src/lib.rs:162:1 [INFO] [stdout] | [INFO] [stdout] 162 | / pub trait TupleSplitInto: ~const TupleSplitIntoLeft + ~const TupleSplitIntoRight [INFO] [stdout] 163 | | where [INFO] [stdout] 164 | | L: Tuple, [INFO] [stdout] 165 | | R: Tuple [INFO] [stdout] 166 | | { [INFO] [stdout] 167 | | fn split_tuple_into(self) -> (L, R); [INFO] [stdout] 168 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `const_trait` in this scope [INFO] [stdout] --> src/lib.rs:138:3 [INFO] [stdout] | [INFO] [stdout] 138 | #[const_trait] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `const_trait` in this scope [INFO] [stdout] --> src/lib.rs:161:3 [INFO] [stdout] | [INFO] [stdout] 161 | #[const_trait] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `const_trait` in this scope [INFO] [stdout] --> src/lib.rs:196:3 [INFO] [stdout] | [INFO] [stdout] 196 | #[const_trait] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `const_trait` in this scope [INFO] [stdout] --> src/lib.rs:220:3 [INFO] [stdout] | [INFO] [stdout] 220 | #[const_trait] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(generic_const_exprs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #76560 for more information [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[const]` can only be applied to `const` traits [INFO] [stdout] --> src/lib.rs:162:33 [INFO] [stdout] | [INFO] [stdout] 162 | pub trait TupleSplitInto: ~const TupleSplitIntoLeft + ~const TupleSplitIntoRight [INFO] [stdout] | ^^^^^^ can't be applied to `TupleSplitIntoLeft` [INFO] [stdout] | [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[const]` can only be applied to `const` traits [INFO] [stdout] --> src/lib.rs:162:75 [INFO] [stdout] | [INFO] [stdout] 162 | pub trait TupleSplitInto: ~const TupleSplitIntoLeft + ~const TupleSplitIntoRight [INFO] [stdout] | ^^^^^^ can't be applied to `TupleSplitIntoRight` [INFO] [stdout] | [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitInto` which is not `const` [INFO] [stdout] --> src/lib.rs:170:21 [INFO] [stdout] | [INFO] [stdout] 170 | impl const TupleSplitInto for T [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] help: mark `TupleSplitInto` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 162 | pub const trait TupleSplitInto: ~const TupleSplitIntoLeft + ~const TupleSplitIntoRight [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[const]` can only be applied to `const` traits [INFO] [stdout] --> src/lib.rs:172:11 [INFO] [stdout] | [INFO] [stdout] 172 | Self: ~const TupleSplitIntoLeft + ~const TupleSplitIntoRight, [INFO] [stdout] | ^^^^^^ can't be applied to `TupleSplitIntoLeft` [INFO] [stdout] | [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[const]` can only be applied to `const` traits [INFO] [stdout] --> src/lib.rs:172:53 [INFO] [stdout] | [INFO] [stdout] 172 | Self: ~const TupleSplitIntoLeft + ~const TupleSplitIntoRight, [INFO] [stdout] | ^^^^^^ can't be applied to `TupleSplitIntoRight` [INFO] [stdout] | [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[const]` can only be applied to `const` traits [INFO] [stdout] --> src/lib.rs:249:8 [INFO] [stdout] | [INFO] [stdout] 249 | T: ~const TupleSplitAt [INFO] [stdout] | ^^^^^^ can't be applied to `TupleSplitAt` [INFO] [stdout] | [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[const]` can only be applied to `const` traits [INFO] [stdout] --> src/lib.rs:272:25 [INFO] [stdout] | [INFO] [stdout] 272 | ConcatTuples: ~const TupleSplitInto [INFO] [stdout] | ^^^^^^ can't be applied to `TupleSplitInto` [INFO] [stdout] | [INFO] [stdout] help: mark `TupleSplitInto` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 162 | pub const trait TupleSplitInto: ~const TupleSplitIntoLeft + ~const TupleSplitIntoRight [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[const]` can only be applied to `const` traits [INFO] [stdout] --> src/lib.rs:293:8 [INFO] [stdout] | [INFO] [stdout] 293 | T: ~const TupleSplitIntoLeft [INFO] [stdout] | ^^^^^^ can't be applied to `TupleSplitIntoLeft` [INFO] [stdout] | [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[const]` can only be applied to `const` traits [INFO] [stdout] --> src/lib.rs:314:8 [INFO] [stdout] | [INFO] [stdout] 314 | T: ~const TupleSplitIntoRight [INFO] [stdout] | ^^^^^^ can't be applied to `TupleSplitIntoRight` [INFO] [stdout] | [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitAt` which is not `const` [INFO] [stdout] --> src/lib.rs:321:47 [INFO] [stdout] | [INFO] [stdout] 321 | impl<$($types1,)* $($types2,)*> const TupleSplitAt<{count!($($types1),*)}> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitAt` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 139 | pub const trait TupleSplitAt: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoLeft` which is not `const` [INFO] [stdout] --> src/lib.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoLeft<($($types1,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoLeft` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 197 | pub const trait TupleSplitIntoLeft: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 221 | pub const trait TupleSplitIntoRight: Tuple [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `TupleSplitIntoRight` which is not `const` [INFO] [stdout] --> src/lib.rs:343:47 [INFO] [stdout] | [INFO] [stdout] 343 | impl<$($types1,)* $($types2,)*> const TupleSplitIntoRight<($($types2,)*)> for ($($types1,)* $($types2,)*) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_split_all! { [INFO] [stdout] 398 | | ( [INFO] [stdout] 399 | | _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16 [INFO] [stdout] 400 | | ) [INFO] [stdout] 401 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the macro `impl_split_single` which comes from the expansion of the macro `impl_split_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: mark `TupleSplitIntoRight` as `const` to allow it to have `const` implementations [INFO] [stdout] | [WARN] too many lines in the log, truncating it