[INFO] fetching crate const_closure 0.3.0...
[INFO] checking const_closure-0.3.0 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate const_closure 0.3.0 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate const_closure 0.3.0 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-4-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate const_closure 0.3.0
[INFO] finished tweaking crates.io crate const_closure 0.3.0
[INFO] tweaked toml for crates.io crate const_closure 0.3.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 799c5023936def4f9024d0b1bcfe17aec558eb613571b11bbcb81293a93a3507
[INFO] running `Command { std: "docker" "start" "-a" "799c5023936def4f9024d0b1bcfe17aec558eb613571b11bbcb81293a93a3507", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "799c5023936def4f9024d0b1bcfe17aec558eb613571b11bbcb81293a93a3507", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "799c5023936def4f9024d0b1bcfe17aec558eb613571b11bbcb81293a93a3507", kill_on_drop: false }`
[INFO] [stdout] 799c5023936def4f9024d0b1bcfe17aec558eb613571b11bbcb81293a93a3507
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bf1ef597eef874373080119aa4783390773660bd16de1bebb008c4fd97874cc5
[INFO] running `Command { std: "docker" "start" "-a" "bf1ef597eef874373080119aa4783390773660bd16de1bebb008c4fd97874cc5", kill_on_drop: false }`
[INFO] [stderr]     Checking const_closure v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/test.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 |     F: ~const FnMut(&T, &T) -> Option<Ordering> + ~const Destruct,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/test.rs:20:49
[INFO] [stdout]    |
[INFO] [stdout] 20 |   const fn imp<T: ~const Destruct, F, K: ~const PartialOrd + ~const Destruct>(
[INFO] [stdout]    |                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/test.rs:25:15
[INFO] [stdout]    |
[INFO] [stdout] 25 |     F: ~const Fn(&T) -> K + ~const Destruct,
[INFO] [stdout]    |               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/test.rs:38:28
[INFO] [stdout]    |
[INFO] [stdout] 38 |   impl<A: Tuple, T: ~const FnOnce<A> + ~const Destruct> const FnOnce<A> for Func<T> {
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/test.rs:54:15
[INFO] [stdout]    |
[INFO] [stdout] 54 |     F: ~const FnOnce(&T) -> Option<Ordering> + ~const Destruct,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/test.rs:61:32
[INFO] [stdout]    |
[INFO] [stdout] 61 |   const fn imp<T, F, K: ~const PartialOrd + ~const Destruct>(
[INFO] [stdout]    |                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `const_closure` (lib test) due to 63 previous errors
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/test.rs:66:15
[INFO] [stdout]    |
[INFO] [stdout] 66 |     F: ~const FnMut(&T) -> K + ~const Destruct,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/test.rs:78:15
[INFO] [stdout]    |
[INFO] [stdout] 78 |     F: ~const FnMut(&T, &T) -> Option<Ordering> + ~const Destruct,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/test.rs:85:15
[INFO] [stdout]    |
[INFO] [stdout] 85 |     F: ~const FnMut(&T, &T) -> Option<Ordering> + ~const Destruct,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/test.rs:91:33
[INFO] [stdout]    |
[INFO] [stdout] 91 |   const fn imp2<T, F, K: ~const PartialOrd + ~const Destruct>(
[INFO] [stdout]    |                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/test.rs:96:15
[INFO] [stdout]    |
[INFO] [stdout] 96 |     F: ~const Fn(&T) -> K + ~const Destruct,
[INFO] [stdout]    |               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/test.rs:109:31
[INFO] [stdout]     |
[INFO] [stdout] 109 |   const fn consumer<F: ~const FnOnce() -> i32>(f: F) -> i32 {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/test.rs:132:31
[INFO] [stdout]     |
[INFO] [stdout] 132 |   const fn consumer<F: ~const FnMut(i32) + ~const Destruct>(mut f: F) {
[INFO] [stdout]     |                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/test.rs:162:31
[INFO] [stdout]     |
[INFO] [stdout] 162 |   const fn consumer<F: ~const Fn() -> i32 + ~const Destruct>(f: F) -> i32 {
[INFO] [stdout]     |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 62 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `const_closure` (lib) due to 49 previous errors
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 48 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "bf1ef597eef874373080119aa4783390773660bd16de1bebb008c4fd97874cc5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf1ef597eef874373080119aa4783390773660bd16de1bebb008c4fd97874cc5", kill_on_drop: false }`
[INFO] [stdout] bf1ef597eef874373080119aa4783390773660bd16de1bebb008c4fd97874cc5
[INFO] checking const_closure-0.3.0 against try#785364c7e5e0804473a3fddfb579798ea14e3493 for pr-114682
[INFO] extracting crate const_closure 0.3.0 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate const_closure 0.3.0 on toolchain 785364c7e5e0804473a3fddfb579798ea14e3493
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate const_closure 0.3.0
[INFO] finished tweaking crates.io crate const_closure 0.3.0
[INFO] tweaked toml for crates.io crate const_closure 0.3.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 66ff5e612cb0501cad7f64eaebe1c28fee542a867c5a21a890d0828be0ec6aa5
[INFO] running `Command { std: "docker" "start" "-a" "66ff5e612cb0501cad7f64eaebe1c28fee542a867c5a21a890d0828be0ec6aa5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "66ff5e612cb0501cad7f64eaebe1c28fee542a867c5a21a890d0828be0ec6aa5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66ff5e612cb0501cad7f64eaebe1c28fee542a867c5a21a890d0828be0ec6aa5", kill_on_drop: false }`
[INFO] [stdout] 66ff5e612cb0501cad7f64eaebe1c28fee542a867c5a21a890d0828be0ec6aa5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ec1d437513d45b60b05d05bf836e3ed574f4dedf83a7d660b29b679c37729bfc
[INFO] running `Command { std: "docker" "start" "-a" "ec1d437513d45b60b05d05bf836e3ed574f4dedf83a7d660b29b679c37729bfc", kill_on_drop: false }`
[INFO] [stderr]     Checking const_closure v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 48 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout] 53  |         ~const FnOnce(($($var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:67:16
[INFO] [stdout]     |
[INFO] [stdout] 67  |         ~const FnMut(($(&mut $var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:80:16
[INFO] [stdout]     |
[INFO] [stdout] 80  |         ~const FnMut(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/closure_type.rs:91:16
[INFO] [stdout]     |
[INFO] [stdout] 91  |         ~const Fn(($(&$var,)+), ClosureArguments) -> ClosureReturnValue + ~const Destruct,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_const_closure!(A B C D E F G H I J K L);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_const_closure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/test.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 |     F: ~const FnMut(&T, &T) -> Option<Ordering> + ~const Destruct,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/test.rs:20:49
[INFO] [stdout]    |
[INFO] [stdout] 20 |   const fn imp<T: ~const Destruct, F, K: ~const PartialOrd + ~const Destruct>(
[INFO] [stdout]    |                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/test.rs:25:15
[INFO] [stdout]    |
[INFO] [stdout] 25 |     F: ~const Fn(&T) -> K + ~const Destruct,
[INFO] [stdout]    |               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/test.rs:38:28
[INFO] [stdout]    |
[INFO] [stdout] 38 |   impl<A: Tuple, T: ~const FnOnce<A> + ~const Destruct> const FnOnce<A> for Func<T> {
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/test.rs:54:15
[INFO] [stdout]    |
[INFO] [stdout] 54 |     F: ~const FnOnce(&T) -> Option<Ordering> + ~const Destruct,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/test.rs:61:32
[INFO] [stdout]    |
[INFO] [stdout] 61 |   const fn imp<T, F, K: ~const PartialOrd + ~const Destruct>(
[INFO] [stdout]    |                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/test.rs:66:15
[INFO] [stdout]    |
[INFO] [stdout] 66 |     F: ~const FnMut(&T) -> K + ~const Destruct,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/test.rs:78:15
[INFO] [stdout]    |
[INFO] [stdout] 78 |     F: ~const FnMut(&T, &T) -> Option<Ordering> + ~const Destruct,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/test.rs:85:15
[INFO] [stdout]    |
[INFO] [stdout] 85 |     F: ~const FnMut(&T, &T) -> Option<Ordering> + ~const Destruct,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/test.rs:91:33
[INFO] [stdout]    |
[INFO] [stdout] 91 |   const fn imp2<T, F, K: ~const PartialOrd + ~const Destruct>(
[INFO] [stdout]    |                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/test.rs:96:15
[INFO] [stdout]    |
[INFO] [stdout] 96 |     F: ~const Fn(&T) -> K + ~const Destruct,
[INFO] [stdout]    |               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/test.rs:109:31
[INFO] [stdout]     |
[INFO] [stdout] 109 |   const fn consumer<F: ~const FnOnce() -> i32>(f: F) -> i32 {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/test.rs:132:31
[INFO] [stdout]     |
[INFO] [stdout] 132 |   const fn consumer<F: ~const FnMut(i32) + ~const Destruct>(mut f: F) {
[INFO] [stdout]     |                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/test.rs:162:31
[INFO] [stdout]     |
[INFO] [stdout] 162 |   const fn consumer<F: ~const Fn() -> i32 + ~const Destruct>(f: F) -> i32 {
[INFO] [stdout]     |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `const_closure` (lib) due to 49 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 62 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `const_closure` (lib test) due to 63 previous errors
[INFO] running `Command { std: "docker" "inspect" "ec1d437513d45b60b05d05bf836e3ed574f4dedf83a7d660b29b679c37729bfc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec1d437513d45b60b05d05bf836e3ed574f4dedf83a7d660b29b679c37729bfc", kill_on_drop: false }`
[INFO] [stdout] ec1d437513d45b60b05d05bf836e3ed574f4dedf83a7d660b29b679c37729bfc
