[INFO] fetching crate idealist 0.1.1...
[INFO] checking idealist-0.1.1 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate idealist 0.1.1 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate idealist 0.1.1 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate idealist 0.1.1
[INFO] finished tweaking crates.io crate idealist 0.1.1
[INFO] tweaked toml for crates.io crate idealist 0.1.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a5c702423a51116968ccfebe3904b141ba6b9444c21fe94dcb6275a3e3262fcb
[INFO] running `Command { std: "docker" "start" "-a" "a5c702423a51116968ccfebe3904b141ba6b9444c21fe94dcb6275a3e3262fcb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a5c702423a51116968ccfebe3904b141ba6b9444c21fe94dcb6275a3e3262fcb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5c702423a51116968ccfebe3904b141ba6b9444c21fe94dcb6275a3e3262fcb", kill_on_drop: false }`
[INFO] [stdout] a5c702423a51116968ccfebe3904b141ba6b9444c21fe94dcb6275a3e3262fcb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 95130dad4444571066bed6ccc3248b2f952d36a4ac3a516ffeaaacf420e25d6e
[INFO] running `Command { std: "docker" "start" "-a" "95130dad4444571066bed6ccc3248b2f952d36a4ac3a516ffeaaacf420e25d6e", kill_on_drop: false }`
[INFO] [stderr]     Checking idealist v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(const_generics, const_evaluatable_checked, generic_associated_types, never_type, const_fn, const_trait_impl, arbitrary_self_ty...
[INFO] [stdout]   |            ^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in favor of `#![feature(adt_const_params)]` and `#![feature(generic_const_exprs)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:2:28
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(const_generics, const_evaluatable_checked, generic_associated_types, never_type, const_fn, const_trait_impl, arbitrary_self_ty...
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: renamed to `generic_const_exprs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:2:93
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(const_generics, const_evaluatable_checked, generic_associated_types, never_type, const_fn, const_trait_impl, arbitrary_self_ty...
[INFO] [stdout]   |                                                                                             ^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: split into finer-grained feature gates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(const_generics, const_evaluatable_checked, generic_associated_types, never_type, const_fn, const_trait_impl, arbitrary_self_ty...
[INFO] [stdout]   |            ^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in favor of `#![feature(adt_const_params)]` and `#![feature(generic_const_exprs)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:2:28
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(const_generics, const_evaluatable_checked, generic_associated_types, never_type, const_fn, const_trait_impl, arbitrary_self_ty...
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: renamed to `generic_const_exprs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:2:93
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(const_generics, const_evaluatable_checked, generic_associated_types, never_type, const_fn, const_trait_impl, arbitrary_self_ty...
[INFO] [stdout]   |                                                                                             ^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: split into finer-grained feature gates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:34:84
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct IdealArray<T, const N: NonZeroUsize>(pub(crate) [T; N.get()]) where [T; N.get()]: Sized;
[INFO] [stdout]    |                                                                                    ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:34:64
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct IdealArray<T, const N: NonZeroUsize>(pub(crate) [T; N.get()]) where [T; N.get()]: Sized;
[INFO] [stdout]    |                                                                ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:36:59
[INFO] [stdout]    |
[INFO] [stdout] 36 | impl<T, const N: NonZeroUsize> IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                           ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:37:24
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn new(array: [T; N.get()]) -> Self {
[INFO] [stdout]    |                           ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:41:26
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn get(self) -> [T; N.get()] {
[INFO] [stdout]    |                             ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:45:42
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn get_ref<'a>(&'a self) -> &'a [T; N.get()] {
[INFO] [stdout]    |                                             ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:49:50
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn get_mut<'a>(&'a mut self) -> &'a mut [T; N.get()] {
[INFO] [stdout]    |                                                     ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:54:74
[INFO] [stdout]    |
[INFO] [stdout] 54 | impl<T, const N: NonZeroUsize> AsMut<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                          ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:61:84
[INFO] [stdout]    |
[INFO] [stdout] 61 | impl<T, const N: NonZeroUsize> AsMut<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                                    ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:68:74
[INFO] [stdout]    |
[INFO] [stdout] 68 | impl<T, const N: NonZeroUsize> AsRef<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                          ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:75:84
[INFO] [stdout]    |
[INFO] [stdout] 75 | impl<T, const N: NonZeroUsize> AsRef<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                                    ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:82:75
[INFO] [stdout]    |
[INFO] [stdout] 82 | impl<T, const N: NonZeroUsize> Borrow<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                           ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:88:85
[INFO] [stdout]    |
[INFO] [stdout] 88 | impl<T, const N: NonZeroUsize> Borrow<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                                     ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:94:78
[INFO] [stdout]    |
[INFO] [stdout] 94 | impl<T, const N: NonZeroUsize> BorrowMut<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                              ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:100:88
[INFO] [stdout]     |
[INFO] [stdout] 100 | impl<T, const N: NonZeroUsize> BorrowMut<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                        ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:107:76
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl<T: Clone, const N: NonZeroUsize> Clone for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                            ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:113:74
[INFO] [stdout]     |
[INFO] [stdout] 113 | impl<T: Copy, const N: NonZeroUsize> Copy for IdealArray<T, N> where [T; N.get()]: Sized {}
[INFO] [stdout]     |                                                                          ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:115:76
[INFO] [stdout]     |
[INFO] [stdout] 115 | impl<T: Debug, const N: NonZeroUsize> Debug for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                            ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:122:69
[INFO] [stdout]     |
[INFO] [stdout] 122 | impl<T, const N: NonZeroUsize> Deref for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                     ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:129:72
[INFO] [stdout]     |
[INFO] [stdout] 129 | impl<T, const N: NonZeroUsize> DerefMut for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                        ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:135:70
[INFO] [stdout]     |
[INFO] [stdout] 135 | impl<T: Eq, const N: NonZeroUsize> Eq for IdealArray<T, N> where [T; N.get()]: Sized {}
[INFO] [stdout]     |                                                                      ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:137:74
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl<T: Hash, const N: NonZeroUsize> Hash for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                          ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:141:84
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a, T, const N: NonZeroUsize> IntoIterator for &'a IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                    ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:147:88
[INFO] [stdout]     |
[INFO] [stdout] 147 | impl<'a, T, const N: NonZeroUsize> IntoIterator for &'a mut IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                        ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:153:80
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<'a, T: Ord, const N: NonZeroUsize> Ord for &'a IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:158:103
[INFO] [stdout]     |
[INFO] [stdout] 158 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a [A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                       ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:166:107
[INFO] [stdout]     |
[INFO] [stdout] 166 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a mut [A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                           ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:174:113
[INFO] [stdout]     |
[INFO] [stdout] 174 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                                 ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:182:117
[INFO] [stdout]     |
[INFO] [stdout] 182 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a mut IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                                     ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:190:63
[INFO] [stdout]     |
[INFO] [stdout] 190 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<[A; N.get()]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                               ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:190:104
[INFO] [stdout]     |
[INFO] [stdout] 190 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<[A; N.get()]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                        ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:34:84
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct IdealArray<T, const N: NonZeroUsize>(pub(crate) [T; N.get()]) where [T; N.get()]: Sized;
[INFO] [stdout]    |                                                                                    ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:193:27
[INFO] [stdout]     |
[INFO] [stdout] 193 |     fn eq(&self, other: &[A; N.get()]) -> bool {self.0 == *other}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:195:27
[INFO] [stdout]     |
[INFO] [stdout] 195 |     fn ne(&self, other: &[A; N.get()]) -> bool {self.0 != *other}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:34:64
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct IdealArray<T, const N: NonZeroUsize>(pub(crate) [T; N.get()]) where [T; N.get()]: Sized;
[INFO] [stdout]    |                                                                ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:198:108
[INFO] [stdout]     |
[INFO] [stdout] 198 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                            ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:206:95
[INFO] [stdout]     |
[INFO] [stdout] 206 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<[A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                               ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:36:59
[INFO] [stdout]    |
[INFO] [stdout] 36 | impl<T, const N: NonZeroUsize> IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                           ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:214:105
[INFO] [stdout]     |
[INFO] [stdout] 214 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                         ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:222:62
[INFO] [stdout]     |
[INFO] [stdout] 222 | impl<T: PartialOrd<T>, const N: NonZeroUsize> PartialOrd<[T; N.get()]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:37:24
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn new(array: [T; N.get()]) -> Self {
[INFO] [stdout]    |                           ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:222:103
[INFO] [stdout]     |
[INFO] [stdout] 222 | impl<T: PartialOrd<T>, const N: NonZeroUsize> PartialOrd<[T; N.get()]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                                       ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:224:36
[INFO] [stdout]     |
[INFO] [stdout] 224 |     fn partial_cmp(&self, other: &[T; N.get()]) -> Option<Ordering> {self.0.partial_cmp(other)}
[INFO] [stdout]     |                                       ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:226:27
[INFO] [stdout]     |
[INFO] [stdout] 226 |     fn lt(&self, other: &[T; N.get()]) -> bool {self.0.lt(other)}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:41:26
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn get(self) -> [T; N.get()] {
[INFO] [stdout]    |                             ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:228:27
[INFO] [stdout]     |
[INFO] [stdout] 228 |     fn le(&self, other: &[T; N.get()]) -> bool {self.0.le(other)}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:230:27
[INFO] [stdout]     |
[INFO] [stdout] 230 |     fn ge(&self, other: &[T; N.get()]) -> bool {self.0.ge(other)}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:232:27
[INFO] [stdout]     |
[INFO] [stdout] 232 |     fn gt(&self, other: &[T; N.get()]) -> bool {self.0.gt(other)}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:45:42
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn get_ref<'a>(&'a self) -> &'a [T; N.get()] {
[INFO] [stdout]    |                                             ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:235:95
[INFO] [stdout]     |
[INFO] [stdout] 235 | impl<T: PartialOrd<T>, const N: NonZeroUsize> PartialOrd<Self> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                               ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:49:50
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn get_mut<'a>(&'a mut self) -> &'a mut [T; N.get()] {
[INFO] [stdout]    |                                                     ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:276:79
[INFO] [stdout]     |
[INFO] [stdout] 276 | impl<T, const N: NonZeroUsize> TryFrom<Vec<T>> for IdealArray<T, N> where [T; N.get()]: Sized, T: Copy {
[INFO] [stdout]     |                                                                               ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:279:8
[INFO] [stdout]     |
[INFO] [stdout] 279 |         <[T; N.get()] as TryFrom<Vec<T>>>::try_from(vec).map(|ok| Self(ok))
[INFO] [stdout]     |              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:54:74
[INFO] [stdout]    |
[INFO] [stdout] 54 | impl<T, const N: NonZeroUsize> AsMut<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                          ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:283:84
[INFO] [stdout]     |
[INFO] [stdout] 283 | impl<T, const N: NonZeroUsize> TryFrom<IdealVec<T>> for IdealArray<T, N> where [T; N.get()]: Sized, T: Copy {
[INFO] [stdout]     |                                                                                    ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:61:84
[INFO] [stdout]    |
[INFO] [stdout] 61 | impl<T, const N: NonZeroUsize> AsMut<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                                    ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/slice.rs:229:105
[INFO] [stdout]     |
[INFO] [stdout] 229 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |                                                                                                         ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:68:74
[INFO] [stdout]    |
[INFO] [stdout] 68 | impl<T, const N: NonZeroUsize> AsRef<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                          ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/slice.rs:243:113
[INFO] [stdout]     |
[INFO] [stdout] 243 | impl<'b, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for &'b IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |                                                                                                                 ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:75:84
[INFO] [stdout]    |
[INFO] [stdout] 75 | impl<T, const N: NonZeroUsize> AsRef<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                                    ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/slice.rs:257:117
[INFO] [stdout]     |
[INFO] [stdout] 257 | impl<'b, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for &'b mut IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |                                                                                                                     ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:82:75
[INFO] [stdout]    |
[INFO] [stdout] 82 | impl<T, const N: NonZeroUsize> Borrow<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                           ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:88:85
[INFO] [stdout]    |
[INFO] [stdout] 88 | impl<T, const N: NonZeroUsize> Borrow<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                                     ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:94:78
[INFO] [stdout]    |
[INFO] [stdout] 94 | impl<T, const N: NonZeroUsize> BorrowMut<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                              ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:100:88
[INFO] [stdout]     |
[INFO] [stdout] 100 | impl<T, const N: NonZeroUsize> BorrowMut<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                        ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:107:76
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl<T: Clone, const N: NonZeroUsize> Clone for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                            ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:113:74
[INFO] [stdout]     |
[INFO] [stdout] 113 | impl<T: Copy, const N: NonZeroUsize> Copy for IdealArray<T, N> where [T; N.get()]: Sized {}
[INFO] [stdout]     |                                                                          ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:115:76
[INFO] [stdout]     |
[INFO] [stdout] 115 | impl<T: Debug, const N: NonZeroUsize> Debug for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                            ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:122:69
[INFO] [stdout]     |
[INFO] [stdout] 122 | impl<T, const N: NonZeroUsize> Deref for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                     ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/vec.rs:195:81
[INFO] [stdout]     |
[INFO] [stdout] 195 | impl<T, const N: NonZeroUsize> From<IdealArray<T, N>> for IdealVec<T> where [T; N.get()]: Sized{
[INFO] [stdout]     |                                                                                 ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:129:72
[INFO] [stdout]     |
[INFO] [stdout] 129 | impl<T, const N: NonZeroUsize> DerefMut for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                        ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:135:70
[INFO] [stdout]     |
[INFO] [stdout] 135 | impl<T: Eq, const N: NonZeroUsize> Eq for IdealArray<T, N> where [T; N.get()]: Sized {}
[INFO] [stdout]     |                                                                      ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:137:74
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl<T: Hash, const N: NonZeroUsize> Hash for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                          ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:141:84
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a, T, const N: NonZeroUsize> IntoIterator for &'a IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                    ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:147:88
[INFO] [stdout]     |
[INFO] [stdout] 147 | impl<'a, T, const N: NonZeroUsize> IntoIterator for &'a mut IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                        ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:153:80
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<'a, T: Ord, const N: NonZeroUsize> Ord for &'a IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:158:103
[INFO] [stdout]     |
[INFO] [stdout] 158 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a [A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                       ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:166:107
[INFO] [stdout]     |
[INFO] [stdout] 166 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a mut [A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                           ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:174:113
[INFO] [stdout]     |
[INFO] [stdout] 174 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                                 ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/vec.rs:302:103
[INFO] [stdout]     |
[INFO] [stdout] 302 | impl<A, B: PartialEq<A>, const N: NonZeroUsize> PartialEq<IdealArray<A, N>> for IdealVec<B> where [B; N.get()]: Sized {
[INFO] [stdout]     |                                                                                                       ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:182:117
[INFO] [stdout]     |
[INFO] [stdout] 182 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a mut IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                                     ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:190:63
[INFO] [stdout]     |
[INFO] [stdout] 190 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<[A; N.get()]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                               ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:190:104
[INFO] [stdout]     |
[INFO] [stdout] 190 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<[A; N.get()]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                        ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:193:27
[INFO] [stdout]     |
[INFO] [stdout] 193 |     fn eq(&self, other: &[A; N.get()]) -> bool {self.0 == *other}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:195:27
[INFO] [stdout]     |
[INFO] [stdout] 195 |     fn ne(&self, other: &[A; N.get()]) -> bool {self.0 != *other}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:198:108
[INFO] [stdout]     |
[INFO] [stdout] 198 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                            ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:206:95
[INFO] [stdout]     |
[INFO] [stdout] 206 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<[A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                               ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:214:105
[INFO] [stdout]     |
[INFO] [stdout] 214 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                         ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:222:62
[INFO] [stdout]     |
[INFO] [stdout] 222 | impl<T: PartialOrd<T>, const N: NonZeroUsize> PartialOrd<[T; N.get()]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:222:103
[INFO] [stdout]     |
[INFO] [stdout] 222 | impl<T: PartialOrd<T>, const N: NonZeroUsize> PartialOrd<[T; N.get()]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                                       ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:224:36
[INFO] [stdout]     |
[INFO] [stdout] 224 |     fn partial_cmp(&self, other: &[T; N.get()]) -> Option<Ordering> {self.0.partial_cmp(other)}
[INFO] [stdout]     |                                       ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:226:27
[INFO] [stdout]     |
[INFO] [stdout] 226 |     fn lt(&self, other: &[T; N.get()]) -> bool {self.0.lt(other)}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:228:27
[INFO] [stdout]     |
[INFO] [stdout] 228 |     fn le(&self, other: &[T; N.get()]) -> bool {self.0.le(other)}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:230:27
[INFO] [stdout]     |
[INFO] [stdout] 230 |     fn ge(&self, other: &[T; N.get()]) -> bool {self.0.ge(other)}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:232:27
[INFO] [stdout]     |
[INFO] [stdout] 232 |     fn gt(&self, other: &[T; N.get()]) -> bool {self.0.gt(other)}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:235:95
[INFO] [stdout]     |
[INFO] [stdout] 235 | impl<T: PartialOrd<T>, const N: NonZeroUsize> PartialOrd<Self> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                               ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:276:79
[INFO] [stdout]     |
[INFO] [stdout] 276 | impl<T, const N: NonZeroUsize> TryFrom<Vec<T>> for IdealArray<T, N> where [T; N.get()]: Sized, T: Copy {
[INFO] [stdout]     |                                                                               ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:279:8
[INFO] [stdout]     |
[INFO] [stdout] 279 |         <[T; N.get()] as TryFrom<Vec<T>>>::try_from(vec).map(|ok| Self(ok))
[INFO] [stdout]     |              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:283:84
[INFO] [stdout]     |
[INFO] [stdout] 283 | impl<T, const N: NonZeroUsize> TryFrom<IdealVec<T>> for IdealArray<T, N> where [T; N.get()]: Sized, T: Copy {
[INFO] [stdout]     |                                                                                    ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/slice.rs:229:105
[INFO] [stdout]     |
[INFO] [stdout] 229 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |                                                                                                         ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/slice.rs:243:113
[INFO] [stdout]     |
[INFO] [stdout] 243 | impl<'b, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for &'b IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |                                                                                                                 ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/slice.rs:257:117
[INFO] [stdout]     |
[INFO] [stdout] 257 | impl<'b, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for &'b mut IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |                                                                                                                     ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/vec.rs:195:81
[INFO] [stdout]     |
[INFO] [stdout] 195 | impl<T, const N: NonZeroUsize> From<IdealArray<T, N>> for IdealVec<T> where [T; N.get()]: Sized{
[INFO] [stdout]     |                                                                                 ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/vec.rs:302:103
[INFO] [stdout]     |
[INFO] [stdout] 302 | impl<A, B: PartialEq<A>, const N: NonZeroUsize> PartialEq<IdealArray<A, N>> for IdealVec<B> where [B; N.get()]: Sized {
[INFO] [stdout]     |                                                                                                       ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:55
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(const_generics, const_evaluatable_checked, generic_associated_types, never_type, const_fn, const_trait_impl, arbitrary_self_ty...
[INFO] [stdout]   |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `toowned_clone_into` has been stable since 1.63.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:157
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...fn, const_trait_impl, arbitrary_self_types, const_option, toowned_clone_into, dropck_eyepatch, extend_one)]
[INFO] [stdout]   |                                                              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:55
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(const_generics, const_evaluatable_checked, generic_associated_types, never_type, const_fn, const_trait_impl, arbitrary_self_ty...
[INFO] [stdout]   |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `toowned_clone_into` has been stable since 1.63.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:157
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...fn, const_trait_impl, arbitrary_self_types, const_option, toowned_clone_into, dropck_eyepatch, extend_one)]
[INFO] [stdout]   |                                                              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:34:35
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct IdealArray<T, const N: NonZeroUsize>(pub(crate) [T; N.get()]) where [T; N.get()]: Sized;
[INFO] [stdout]    |                                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:36:18
[INFO] [stdout]    |
[INFO] [stdout] 36 | impl<T, const N: NonZeroUsize> IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:54:18
[INFO] [stdout]    |
[INFO] [stdout] 54 | impl<T, const N: NonZeroUsize> AsMut<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:61:18
[INFO] [stdout]    |
[INFO] [stdout] 61 | impl<T, const N: NonZeroUsize> AsMut<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:34:35
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct IdealArray<T, const N: NonZeroUsize>(pub(crate) [T; N.get()]) where [T; N.get()]: Sized;
[INFO] [stdout]    |                                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:36:18
[INFO] [stdout]    |
[INFO] [stdout] 36 | impl<T, const N: NonZeroUsize> IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:68:18
[INFO] [stdout]    |
[INFO] [stdout] 68 | impl<T, const N: NonZeroUsize> AsRef<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:75:18
[INFO] [stdout]    |
[INFO] [stdout] 75 | impl<T, const N: NonZeroUsize> AsRef<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:54:18
[INFO] [stdout]    |
[INFO] [stdout] 54 | impl<T, const N: NonZeroUsize> AsMut<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:61:18
[INFO] [stdout]    |
[INFO] [stdout] 61 | impl<T, const N: NonZeroUsize> AsMut<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:82:18
[INFO] [stdout]    |
[INFO] [stdout] 82 | impl<T, const N: NonZeroUsize> Borrow<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:88:18
[INFO] [stdout]    |
[INFO] [stdout] 88 | impl<T, const N: NonZeroUsize> Borrow<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:68:18
[INFO] [stdout]    |
[INFO] [stdout] 68 | impl<T, const N: NonZeroUsize> AsRef<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:94:18
[INFO] [stdout]    |
[INFO] [stdout] 94 | impl<T, const N: NonZeroUsize> BorrowMut<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:100:18
[INFO] [stdout]     |
[INFO] [stdout] 100 | impl<T, const N: NonZeroUsize> BorrowMut<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:75:18
[INFO] [stdout]    |
[INFO] [stdout] 75 | impl<T, const N: NonZeroUsize> AsRef<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:82:18
[INFO] [stdout]    |
[INFO] [stdout] 82 | impl<T, const N: NonZeroUsize> Borrow<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:88:18
[INFO] [stdout]    |
[INFO] [stdout] 88 | impl<T, const N: NonZeroUsize> Borrow<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:94:18
[INFO] [stdout]    |
[INFO] [stdout] 94 | impl<T, const N: NonZeroUsize> BorrowMut<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:100:18
[INFO] [stdout]     |
[INFO] [stdout] 100 | impl<T, const N: NonZeroUsize> BorrowMut<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:107:25
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl<T: Clone, const N: NonZeroUsize> Clone for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:113:24
[INFO] [stdout]     |
[INFO] [stdout] 113 | impl<T: Copy, const N: NonZeroUsize> Copy for IdealArray<T, N> where [T; N.get()]: Sized {}
[INFO] [stdout]     |                        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:115:25
[INFO] [stdout]     |
[INFO] [stdout] 115 | impl<T: Debug, const N: NonZeroUsize> Debug for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:122:18
[INFO] [stdout]     |
[INFO] [stdout] 122 | impl<T, const N: NonZeroUsize> Deref for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:107:25
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl<T: Clone, const N: NonZeroUsize> Clone for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:129:18
[INFO] [stdout]     |
[INFO] [stdout] 129 | impl<T, const N: NonZeroUsize> DerefMut for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:135:22
[INFO] [stdout]     |
[INFO] [stdout] 135 | impl<T: Eq, const N: NonZeroUsize> Eq for IdealArray<T, N> where [T; N.get()]: Sized {}
[INFO] [stdout]     |                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:137:24
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl<T: Hash, const N: NonZeroUsize> Hash for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:141:22
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a, T, const N: NonZeroUsize> IntoIterator for &'a IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:113:24
[INFO] [stdout]     |
[INFO] [stdout] 113 | impl<T: Copy, const N: NonZeroUsize> Copy for IdealArray<T, N> where [T; N.get()]: Sized {}
[INFO] [stdout]     |                        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:147:22
[INFO] [stdout]     |
[INFO] [stdout] 147 | impl<'a, T, const N: NonZeroUsize> IntoIterator for &'a mut IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:153:27
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<'a, T: Ord, const N: NonZeroUsize> Ord for &'a IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                           ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:158:19
[INFO] [stdout]     |
[INFO] [stdout] 158 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a [A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:166:19
[INFO] [stdout]     |
[INFO] [stdout] 166 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a mut [A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:174:19
[INFO] [stdout]     |
[INFO] [stdout] 174 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:182:19
[INFO] [stdout]     |
[INFO] [stdout] 182 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a mut IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:190:15
[INFO] [stdout]     |
[INFO] [stdout] 190 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<[A; N.get()]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:198:15
[INFO] [stdout]     |
[INFO] [stdout] 198 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:206:15
[INFO] [stdout]     |
[INFO] [stdout] 206 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<[A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:115:25
[INFO] [stdout]     |
[INFO] [stdout] 115 | impl<T: Debug, const N: NonZeroUsize> Debug for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:214:15
[INFO] [stdout]     |
[INFO] [stdout] 214 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:122:18
[INFO] [stdout]     |
[INFO] [stdout] 122 | impl<T, const N: NonZeroUsize> Deref for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:129:18
[INFO] [stdout]     |
[INFO] [stdout] 129 | impl<T, const N: NonZeroUsize> DerefMut for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:222:33
[INFO] [stdout]     |
[INFO] [stdout] 222 | impl<T: PartialOrd<T>, const N: NonZeroUsize> PartialOrd<[T; N.get()]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:235:33
[INFO] [stdout]     |
[INFO] [stdout] 235 | impl<T: PartialOrd<T>, const N: NonZeroUsize> PartialOrd<Self> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:135:22
[INFO] [stdout]     |
[INFO] [stdout] 135 | impl<T: Eq, const N: NonZeroUsize> Eq for IdealArray<T, N> where [T; N.get()]: Sized {}
[INFO] [stdout]     |                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:137:24
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl<T: Hash, const N: NonZeroUsize> Hash for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:276:18
[INFO] [stdout]     |
[INFO] [stdout] 276 | impl<T, const N: NonZeroUsize> TryFrom<Vec<T>> for IdealArray<T, N> where [T; N.get()]: Sized, T: Copy {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:283:18
[INFO] [stdout]     |
[INFO] [stdout] 283 | impl<T, const N: NonZeroUsize> TryFrom<IdealVec<T>> for IdealArray<T, N> where [T; N.get()]: Sized, T: Copy {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:141:22
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a, T, const N: NonZeroUsize> IntoIterator for &'a IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:147:22
[INFO] [stdout]     |
[INFO] [stdout] 147 | impl<'a, T, const N: NonZeroUsize> IntoIterator for &'a mut IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:153:27
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<'a, T: Ord, const N: NonZeroUsize> Ord for &'a IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                           ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:158:19
[INFO] [stdout]     |
[INFO] [stdout] 158 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a [A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/slice.rs:229:15
[INFO] [stdout]     |
[INFO] [stdout] 229 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:166:19
[INFO] [stdout]     |
[INFO] [stdout] 166 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a mut [A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:174:19
[INFO] [stdout]     |
[INFO] [stdout] 174 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/slice.rs:243:19
[INFO] [stdout]     |
[INFO] [stdout] 243 | impl<'b, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for &'b IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:182:19
[INFO] [stdout]     |
[INFO] [stdout] 182 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a mut IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/slice.rs:257:19
[INFO] [stdout]     |
[INFO] [stdout] 257 | impl<'b, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for &'b mut IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:190:15
[INFO] [stdout]     |
[INFO] [stdout] 190 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<[A; N.get()]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:198:15
[INFO] [stdout]     |
[INFO] [stdout] 198 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:206:15
[INFO] [stdout]     |
[INFO] [stdout] 206 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<[A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:214:15
[INFO] [stdout]     |
[INFO] [stdout] 214 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:222:33
[INFO] [stdout]     |
[INFO] [stdout] 222 | impl<T: PartialOrd<T>, const N: NonZeroUsize> PartialOrd<[T; N.get()]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:235:33
[INFO] [stdout]     |
[INFO] [stdout] 235 | impl<T: PartialOrd<T>, const N: NonZeroUsize> PartialOrd<Self> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:276:18
[INFO] [stdout]     |
[INFO] [stdout] 276 | impl<T, const N: NonZeroUsize> TryFrom<Vec<T>> for IdealArray<T, N> where [T; N.get()]: Sized, T: Copy {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:283:18
[INFO] [stdout]     |
[INFO] [stdout] 283 | impl<T, const N: NonZeroUsize> TryFrom<IdealVec<T>> for IdealArray<T, N> where [T; N.get()]: Sized, T: Copy {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/vec.rs:195:18
[INFO] [stdout]     |
[INFO] [stdout] 195 | impl<T, const N: NonZeroUsize> From<IdealArray<T, N>> for IdealVec<T> where [T; N.get()]: Sized{
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/vec.rs:302:35
[INFO] [stdout]     |
[INFO] [stdout] 302 | impl<A, B: PartialEq<A>, const N: NonZeroUsize> PartialEq<IdealArray<A, N>> for IdealVec<B> where [B; N.get()]: Sized {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/slice.rs:229:15
[INFO] [stdout]     |
[INFO] [stdout] 229 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/slice.rs:243:19
[INFO] [stdout]     |
[INFO] [stdout] 243 | impl<'b, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for &'b IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/slice.rs:257:19
[INFO] [stdout]     |
[INFO] [stdout] 257 | impl<'b, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for &'b mut IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/vec.rs:195:18
[INFO] [stdout]     |
[INFO] [stdout] 195 | impl<T, const N: NonZeroUsize> From<IdealArray<T, N>> for IdealVec<T> where [T; N.get()]: Sized{
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/vec.rs:302:35
[INFO] [stdout]     |
[INFO] [stdout] 302 | impl<A, B: PartialEq<A>, const N: NonZeroUsize> PartialEq<IdealArray<A, N>> for IdealVec<B> where [B; N.get()]: Sized {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 92 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `idealist` (lib) due to 93 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 92 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `idealist` (lib test) due to 93 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "95130dad4444571066bed6ccc3248b2f952d36a4ac3a516ffeaaacf420e25d6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95130dad4444571066bed6ccc3248b2f952d36a4ac3a516ffeaaacf420e25d6e", kill_on_drop: false }`
[INFO] [stdout] 95130dad4444571066bed6ccc3248b2f952d36a4ac3a516ffeaaacf420e25d6e
[INFO] checking idealist-0.1.1 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate idealist 0.1.1 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate idealist 0.1.1 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate idealist 0.1.1
[INFO] finished tweaking crates.io crate idealist 0.1.1
[INFO] tweaked toml for crates.io crate idealist 0.1.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b6f6b33764a0af85afd09027b01fb4667d6f5d4d490199affad8e461c728285a
[INFO] running `Command { std: "docker" "start" "-a" "b6f6b33764a0af85afd09027b01fb4667d6f5d4d490199affad8e461c728285a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b6f6b33764a0af85afd09027b01fb4667d6f5d4d490199affad8e461c728285a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b6f6b33764a0af85afd09027b01fb4667d6f5d4d490199affad8e461c728285a", kill_on_drop: false }`
[INFO] [stdout] b6f6b33764a0af85afd09027b01fb4667d6f5d4d490199affad8e461c728285a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f1f5349f9dd5940c5e932febcfffc5e77c46f117b568a81966aa34d95e5cb2a8
[INFO] running `Command { std: "docker" "start" "-a" "f1f5349f9dd5940c5e932febcfffc5e77c46f117b568a81966aa34d95e5cb2a8", kill_on_drop: false }`
[INFO] [stderr]     Checking idealist v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(const_generics, const_evaluatable_checked, generic_associated_types, never_type, const_fn, const_trait_impl, arbitrary_self_ty...
[INFO] [stdout]   |            ^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in favor of `#![feature(adt_const_params)]` and `#![feature(generic_const_exprs)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:2:28
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(const_generics, const_evaluatable_checked, generic_associated_types, never_type, const_fn, const_trait_impl, arbitrary_self_ty...
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: renamed to `generic_const_exprs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:2:93
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(const_generics, const_evaluatable_checked, generic_associated_types, never_type, const_fn, const_trait_impl, arbitrary_self_ty...
[INFO] [stdout]   |                                                                                             ^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: split into finer-grained feature gates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(const_generics, const_evaluatable_checked, generic_associated_types, never_type, const_fn, const_trait_impl, arbitrary_self_ty...
[INFO] [stdout]   |            ^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in favor of `#![feature(adt_const_params)]` and `#![feature(generic_const_exprs)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:2:28
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(const_generics, const_evaluatable_checked, generic_associated_types, never_type, const_fn, const_trait_impl, arbitrary_self_ty...
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: renamed to `generic_const_exprs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:2:93
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(const_generics, const_evaluatable_checked, generic_associated_types, never_type, const_fn, const_trait_impl, arbitrary_self_ty...
[INFO] [stdout]   |                                                                                             ^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: split into finer-grained feature gates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:34:84
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct IdealArray<T, const N: NonZeroUsize>(pub(crate) [T; N.get()]) where [T; N.get()]: Sized;
[INFO] [stdout]    |                                                                                    ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:34:64
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct IdealArray<T, const N: NonZeroUsize>(pub(crate) [T; N.get()]) where [T; N.get()]: Sized;
[INFO] [stdout]    |                                                                ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:36:59
[INFO] [stdout]    |
[INFO] [stdout] 36 | impl<T, const N: NonZeroUsize> IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                           ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:37:24
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn new(array: [T; N.get()]) -> Self {
[INFO] [stdout]    |                           ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:41:26
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn get(self) -> [T; N.get()] {
[INFO] [stdout]    |                             ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:45:42
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn get_ref<'a>(&'a self) -> &'a [T; N.get()] {
[INFO] [stdout]    |                                             ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:49:50
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn get_mut<'a>(&'a mut self) -> &'a mut [T; N.get()] {
[INFO] [stdout]    |                                                     ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:54:74
[INFO] [stdout]    |
[INFO] [stdout] 54 | impl<T, const N: NonZeroUsize> AsMut<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                          ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:61:84
[INFO] [stdout]    |
[INFO] [stdout] 61 | impl<T, const N: NonZeroUsize> AsMut<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                                    ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:68:74
[INFO] [stdout]    |
[INFO] [stdout] 68 | impl<T, const N: NonZeroUsize> AsRef<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                          ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:75:84
[INFO] [stdout]    |
[INFO] [stdout] 75 | impl<T, const N: NonZeroUsize> AsRef<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                                    ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:82:75
[INFO] [stdout]    |
[INFO] [stdout] 82 | impl<T, const N: NonZeroUsize> Borrow<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                           ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:88:85
[INFO] [stdout]    |
[INFO] [stdout] 88 | impl<T, const N: NonZeroUsize> Borrow<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                                     ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:94:78
[INFO] [stdout]    |
[INFO] [stdout] 94 | impl<T, const N: NonZeroUsize> BorrowMut<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                              ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:100:88
[INFO] [stdout]     |
[INFO] [stdout] 100 | impl<T, const N: NonZeroUsize> BorrowMut<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                        ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:107:76
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl<T: Clone, const N: NonZeroUsize> Clone for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                            ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:113:74
[INFO] [stdout]     |
[INFO] [stdout] 113 | impl<T: Copy, const N: NonZeroUsize> Copy for IdealArray<T, N> where [T; N.get()]: Sized {}
[INFO] [stdout]     |                                                                          ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:115:76
[INFO] [stdout]     |
[INFO] [stdout] 115 | impl<T: Debug, const N: NonZeroUsize> Debug for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                            ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:122:69
[INFO] [stdout]     |
[INFO] [stdout] 122 | impl<T, const N: NonZeroUsize> Deref for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                     ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:129:72
[INFO] [stdout]     |
[INFO] [stdout] 129 | impl<T, const N: NonZeroUsize> DerefMut for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                        ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:135:70
[INFO] [stdout]     |
[INFO] [stdout] 135 | impl<T: Eq, const N: NonZeroUsize> Eq for IdealArray<T, N> where [T; N.get()]: Sized {}
[INFO] [stdout]     |                                                                      ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:137:74
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl<T: Hash, const N: NonZeroUsize> Hash for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                          ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:141:84
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a, T, const N: NonZeroUsize> IntoIterator for &'a IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                    ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:147:88
[INFO] [stdout]     |
[INFO] [stdout] 147 | impl<'a, T, const N: NonZeroUsize> IntoIterator for &'a mut IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                        ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:153:80
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<'a, T: Ord, const N: NonZeroUsize> Ord for &'a IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:158:103
[INFO] [stdout]     |
[INFO] [stdout] 158 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a [A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                       ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:34:84
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct IdealArray<T, const N: NonZeroUsize>(pub(crate) [T; N.get()]) where [T; N.get()]: Sized;
[INFO] [stdout]    |                                                                                    ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:166:107
[INFO] [stdout]     |
[INFO] [stdout] 166 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a mut [A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                           ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:34:64
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct IdealArray<T, const N: NonZeroUsize>(pub(crate) [T; N.get()]) where [T; N.get()]: Sized;
[INFO] [stdout]    |                                                                ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:174:113
[INFO] [stdout]     |
[INFO] [stdout] 174 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                                 ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:36:59
[INFO] [stdout]    |
[INFO] [stdout] 36 | impl<T, const N: NonZeroUsize> IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                           ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:182:117
[INFO] [stdout]     |
[INFO] [stdout] 182 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a mut IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                                     ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:37:24
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn new(array: [T; N.get()]) -> Self {
[INFO] [stdout]    |                           ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:190:63
[INFO] [stdout]     |
[INFO] [stdout] 190 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<[A; N.get()]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                               ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:41:26
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn get(self) -> [T; N.get()] {
[INFO] [stdout]    |                             ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:190:104
[INFO] [stdout]     |
[INFO] [stdout] 190 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<[A; N.get()]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                        ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:45:42
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn get_ref<'a>(&'a self) -> &'a [T; N.get()] {
[INFO] [stdout]    |                                             ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:193:27
[INFO] [stdout]     |
[INFO] [stdout] 193 |     fn eq(&self, other: &[A; N.get()]) -> bool {self.0 == *other}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:49:50
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn get_mut<'a>(&'a mut self) -> &'a mut [T; N.get()] {
[INFO] [stdout]    |                                                     ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:195:27
[INFO] [stdout]     |
[INFO] [stdout] 195 |     fn ne(&self, other: &[A; N.get()]) -> bool {self.0 != *other}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:54:74
[INFO] [stdout]    |
[INFO] [stdout] 54 | impl<T, const N: NonZeroUsize> AsMut<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                          ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:198:108
[INFO] [stdout]     |
[INFO] [stdout] 198 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                            ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:61:84
[INFO] [stdout]    |
[INFO] [stdout] 61 | impl<T, const N: NonZeroUsize> AsMut<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                                    ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:206:95
[INFO] [stdout]     |
[INFO] [stdout] 206 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<[A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                               ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:68:74
[INFO] [stdout]    |
[INFO] [stdout] 68 | impl<T, const N: NonZeroUsize> AsRef<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                          ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:75:84
[INFO] [stdout]    |
[INFO] [stdout] 75 | impl<T, const N: NonZeroUsize> AsRef<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                                    ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:214:105
[INFO] [stdout]     |
[INFO] [stdout] 214 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                         ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:222:62
[INFO] [stdout]     |
[INFO] [stdout] 222 | impl<T: PartialOrd<T>, const N: NonZeroUsize> PartialOrd<[T; N.get()]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:82:75
[INFO] [stdout]    |
[INFO] [stdout] 82 | impl<T, const N: NonZeroUsize> Borrow<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                           ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:222:103
[INFO] [stdout]     |
[INFO] [stdout] 222 | impl<T: PartialOrd<T>, const N: NonZeroUsize> PartialOrd<[T; N.get()]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                                       ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:88:85
[INFO] [stdout]    |
[INFO] [stdout] 88 | impl<T, const N: NonZeroUsize> Borrow<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                                     ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:224:36
[INFO] [stdout]     |
[INFO] [stdout] 224 |     fn partial_cmp(&self, other: &[T; N.get()]) -> Option<Ordering> {self.0.partial_cmp(other)}
[INFO] [stdout]     |                                       ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/array.rs:94:78
[INFO] [stdout]    |
[INFO] [stdout] 94 | impl<T, const N: NonZeroUsize> BorrowMut<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                                                                              ^ cannot perform const operation using `N`
[INFO] [stdout]    |
[INFO] [stdout]    = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:100:88
[INFO] [stdout]     |
[INFO] [stdout] 100 | impl<T, const N: NonZeroUsize> BorrowMut<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                        ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:107:76
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl<T: Clone, const N: NonZeroUsize> Clone for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                            ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:113:74
[INFO] [stdout]     |
[INFO] [stdout] 113 | impl<T: Copy, const N: NonZeroUsize> Copy for IdealArray<T, N> where [T; N.get()]: Sized {}
[INFO] [stdout]     |                                                                          ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:226:27
[INFO] [stdout]     |
[INFO] [stdout] 226 |     fn lt(&self, other: &[T; N.get()]) -> bool {self.0.lt(other)}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:115:76
[INFO] [stdout]     |
[INFO] [stdout] 115 | impl<T: Debug, const N: NonZeroUsize> Debug for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                            ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:228:27
[INFO] [stdout]     |
[INFO] [stdout] 228 |     fn le(&self, other: &[T; N.get()]) -> bool {self.0.le(other)}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:230:27
[INFO] [stdout]     |
[INFO] [stdout] 230 |     fn ge(&self, other: &[T; N.get()]) -> bool {self.0.ge(other)}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:122:69
[INFO] [stdout]     |
[INFO] [stdout] 122 | impl<T, const N: NonZeroUsize> Deref for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                     ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:232:27
[INFO] [stdout]     |
[INFO] [stdout] 232 |     fn gt(&self, other: &[T; N.get()]) -> bool {self.0.gt(other)}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:129:72
[INFO] [stdout]     |
[INFO] [stdout] 129 | impl<T, const N: NonZeroUsize> DerefMut for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                        ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:235:95
[INFO] [stdout]     |
[INFO] [stdout] 235 | impl<T: PartialOrd<T>, const N: NonZeroUsize> PartialOrd<Self> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                               ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:135:70
[INFO] [stdout]     |
[INFO] [stdout] 135 | impl<T: Eq, const N: NonZeroUsize> Eq for IdealArray<T, N> where [T; N.get()]: Sized {}
[INFO] [stdout]     |                                                                      ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:137:74
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl<T: Hash, const N: NonZeroUsize> Hash for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                          ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:276:79
[INFO] [stdout]     |
[INFO] [stdout] 276 | impl<T, const N: NonZeroUsize> TryFrom<Vec<T>> for IdealArray<T, N> where [T; N.get()]: Sized, T: Copy {
[INFO] [stdout]     |                                                                               ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:279:8
[INFO] [stdout]     |
[INFO] [stdout] 279 |         <[T; N.get()] as TryFrom<Vec<T>>>::try_from(vec).map(|ok| Self(ok))
[INFO] [stdout]     |              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:141:84
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a, T, const N: NonZeroUsize> IntoIterator for &'a IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                    ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:283:84
[INFO] [stdout]     |
[INFO] [stdout] 283 | impl<T, const N: NonZeroUsize> TryFrom<IdealVec<T>> for IdealArray<T, N> where [T; N.get()]: Sized, T: Copy {
[INFO] [stdout]     |                                                                                    ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:147:88
[INFO] [stdout]     |
[INFO] [stdout] 147 | impl<'a, T, const N: NonZeroUsize> IntoIterator for &'a mut IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                        ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:153:80
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<'a, T: Ord, const N: NonZeroUsize> Ord for &'a IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:158:103
[INFO] [stdout]     |
[INFO] [stdout] 158 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a [A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                       ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/slice.rs:229:105
[INFO] [stdout]     |
[INFO] [stdout] 229 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |                                                                                                         ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:166:107
[INFO] [stdout]     |
[INFO] [stdout] 166 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a mut [A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                           ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:174:113
[INFO] [stdout]     |
[INFO] [stdout] 174 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                                 ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/slice.rs:243:113
[INFO] [stdout]     |
[INFO] [stdout] 243 | impl<'b, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for &'b IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |                                                                                                                 ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:182:117
[INFO] [stdout]     |
[INFO] [stdout] 182 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a mut IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                                     ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/slice.rs:257:117
[INFO] [stdout]     |
[INFO] [stdout] 257 | impl<'b, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for &'b mut IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |                                                                                                                     ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:190:63
[INFO] [stdout]     |
[INFO] [stdout] 190 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<[A; N.get()]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                               ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:190:104
[INFO] [stdout]     |
[INFO] [stdout] 190 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<[A; N.get()]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                        ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:193:27
[INFO] [stdout]     |
[INFO] [stdout] 193 |     fn eq(&self, other: &[A; N.get()]) -> bool {self.0 == *other}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:195:27
[INFO] [stdout]     |
[INFO] [stdout] 195 |     fn ne(&self, other: &[A; N.get()]) -> bool {self.0 != *other}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:198:108
[INFO] [stdout]     |
[INFO] [stdout] 198 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                            ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:206:95
[INFO] [stdout]     |
[INFO] [stdout] 206 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<[A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                               ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:214:105
[INFO] [stdout]     |
[INFO] [stdout] 214 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                                                                                                         ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/vec.rs:195:81
[INFO] [stdout]     |
[INFO] [stdout] 195 | impl<T, const N: NonZeroUsize> From<IdealArray<T, N>> for IdealVec<T> where [T; N.get()]: Sized{
[INFO] [stdout]     |                                                                                 ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:222:62
[INFO] [stdout]     |
[INFO] [stdout] 222 | impl<T: PartialOrd<T>, const N: NonZeroUsize> PartialOrd<[T; N.get()]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:222:103
[INFO] [stdout]     |
[INFO] [stdout] 222 | impl<T: PartialOrd<T>, const N: NonZeroUsize> PartialOrd<[T; N.get()]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                                       ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:224:36
[INFO] [stdout]     |
[INFO] [stdout] 224 |     fn partial_cmp(&self, other: &[T; N.get()]) -> Option<Ordering> {self.0.partial_cmp(other)}
[INFO] [stdout]     |                                       ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:226:27
[INFO] [stdout]     |
[INFO] [stdout] 226 |     fn lt(&self, other: &[T; N.get()]) -> bool {self.0.lt(other)}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:228:27
[INFO] [stdout]     |
[INFO] [stdout] 228 |     fn le(&self, other: &[T; N.get()]) -> bool {self.0.le(other)}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:230:27
[INFO] [stdout]     |
[INFO] [stdout] 230 |     fn ge(&self, other: &[T; N.get()]) -> bool {self.0.ge(other)}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:232:27
[INFO] [stdout]     |
[INFO] [stdout] 232 |     fn gt(&self, other: &[T; N.get()]) -> bool {self.0.gt(other)}
[INFO] [stdout]     |                              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:235:95
[INFO] [stdout]     |
[INFO] [stdout] 235 | impl<T: PartialOrd<T>, const N: NonZeroUsize> PartialOrd<Self> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                                                               ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/vec.rs:302:103
[INFO] [stdout]     |
[INFO] [stdout] 302 | impl<A, B: PartialEq<A>, const N: NonZeroUsize> PartialEq<IdealArray<A, N>> for IdealVec<B> where [B; N.get()]: Sized {
[INFO] [stdout]     |                                                                                                       ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:276:79
[INFO] [stdout]     |
[INFO] [stdout] 276 | impl<T, const N: NonZeroUsize> TryFrom<Vec<T>> for IdealArray<T, N> where [T; N.get()]: Sized, T: Copy {
[INFO] [stdout]     |                                                                               ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:279:8
[INFO] [stdout]     |
[INFO] [stdout] 279 |         <[T; N.get()] as TryFrom<Vec<T>>>::try_from(vec).map(|ok| Self(ok))
[INFO] [stdout]     |              ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/array.rs:283:84
[INFO] [stdout]     |
[INFO] [stdout] 283 | impl<T, const N: NonZeroUsize> TryFrom<IdealVec<T>> for IdealArray<T, N> where [T; N.get()]: Sized, T: Copy {
[INFO] [stdout]     |                                                                                    ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/slice.rs:229:105
[INFO] [stdout]     |
[INFO] [stdout] 229 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |                                                                                                         ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/slice.rs:243:113
[INFO] [stdout]     |
[INFO] [stdout] 243 | impl<'b, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for &'b IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |                                                                                                                 ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/slice.rs:257:117
[INFO] [stdout]     |
[INFO] [stdout] 257 | impl<'b, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for &'b mut IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |                                                                                                                     ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/vec.rs:195:81
[INFO] [stdout]     |
[INFO] [stdout] 195 | impl<T, const N: NonZeroUsize> From<IdealArray<T, N>> for IdealVec<T> where [T; N.get()]: Sized{
[INFO] [stdout]     |                                                                                 ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]    --> src/vec.rs:302:103
[INFO] [stdout]     |
[INFO] [stdout] 302 | impl<A, B: PartialEq<A>, const N: NonZeroUsize> PartialEq<IdealArray<A, N>> for IdealVec<B> where [B; N.get()]: Sized {
[INFO] [stdout]     |                                                                                                       ^ cannot perform const operation using `N`
[INFO] [stdout]     |
[INFO] [stdout]     = help: const parameters may only be used as standalone arguments, i.e. `N`
[INFO] [stdout]     = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:55
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(const_generics, const_evaluatable_checked, generic_associated_types, never_type, const_fn, const_trait_impl, arbitrary_self_ty...
[INFO] [stdout]   |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `toowned_clone_into` has been stable since 1.63.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:157
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...fn, const_trait_impl, arbitrary_self_types, const_option, toowned_clone_into, dropck_eyepatch, extend_one)]
[INFO] [stdout]   |                                                              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:55
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(const_generics, const_evaluatable_checked, generic_associated_types, never_type, const_fn, const_trait_impl, arbitrary_self_ty...
[INFO] [stdout]   |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `toowned_clone_into` has been stable since 1.63.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:157
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...fn, const_trait_impl, arbitrary_self_types, const_option, toowned_clone_into, dropck_eyepatch, extend_one)]
[INFO] [stdout]   |                                                              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:34:35
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct IdealArray<T, const N: NonZeroUsize>(pub(crate) [T; N.get()]) where [T; N.get()]: Sized;
[INFO] [stdout]    |                                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:36:18
[INFO] [stdout]    |
[INFO] [stdout] 36 | impl<T, const N: NonZeroUsize> IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:54:18
[INFO] [stdout]    |
[INFO] [stdout] 54 | impl<T, const N: NonZeroUsize> AsMut<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:61:18
[INFO] [stdout]    |
[INFO] [stdout] 61 | impl<T, const N: NonZeroUsize> AsMut<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:68:18
[INFO] [stdout]    |
[INFO] [stdout] 68 | impl<T, const N: NonZeroUsize> AsRef<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:75:18
[INFO] [stdout]    |
[INFO] [stdout] 75 | impl<T, const N: NonZeroUsize> AsRef<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:82:18
[INFO] [stdout]    |
[INFO] [stdout] 82 | impl<T, const N: NonZeroUsize> Borrow<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:88:18
[INFO] [stdout]    |
[INFO] [stdout] 88 | impl<T, const N: NonZeroUsize> Borrow<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:94:18
[INFO] [stdout]    |
[INFO] [stdout] 94 | impl<T, const N: NonZeroUsize> BorrowMut<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:100:18
[INFO] [stdout]     |
[INFO] [stdout] 100 | impl<T, const N: NonZeroUsize> BorrowMut<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:34:35
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct IdealArray<T, const N: NonZeroUsize>(pub(crate) [T; N.get()]) where [T; N.get()]: Sized;
[INFO] [stdout]    |                                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:36:18
[INFO] [stdout]    |
[INFO] [stdout] 36 | impl<T, const N: NonZeroUsize> IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:54:18
[INFO] [stdout]    |
[INFO] [stdout] 54 | impl<T, const N: NonZeroUsize> AsMut<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:61:18
[INFO] [stdout]    |
[INFO] [stdout] 61 | impl<T, const N: NonZeroUsize> AsMut<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:68:18
[INFO] [stdout]    |
[INFO] [stdout] 68 | impl<T, const N: NonZeroUsize> AsRef<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:75:18
[INFO] [stdout]    |
[INFO] [stdout] 75 | impl<T, const N: NonZeroUsize> AsRef<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:82:18
[INFO] [stdout]    |
[INFO] [stdout] 82 | impl<T, const N: NonZeroUsize> Borrow<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:88:18
[INFO] [stdout]    |
[INFO] [stdout] 88 | impl<T, const N: NonZeroUsize> Borrow<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:107:25
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl<T: Clone, const N: NonZeroUsize> Clone for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/array.rs:94:18
[INFO] [stdout]    |
[INFO] [stdout] 94 | impl<T, const N: NonZeroUsize> BorrowMut<[T]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]    = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:100:18
[INFO] [stdout]     |
[INFO] [stdout] 100 | impl<T, const N: NonZeroUsize> BorrowMut<IdealSlice<T>> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:107:25
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl<T: Clone, const N: NonZeroUsize> Clone for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:113:24
[INFO] [stdout]     |
[INFO] [stdout] 113 | impl<T: Copy, const N: NonZeroUsize> Copy for IdealArray<T, N> where [T; N.get()]: Sized {}
[INFO] [stdout]     |                        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:113:24
[INFO] [stdout]     |
[INFO] [stdout] 113 | impl<T: Copy, const N: NonZeroUsize> Copy for IdealArray<T, N> where [T; N.get()]: Sized {}
[INFO] [stdout]     |                        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:115:25
[INFO] [stdout]     |
[INFO] [stdout] 115 | impl<T: Debug, const N: NonZeroUsize> Debug for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:122:18
[INFO] [stdout]     |
[INFO] [stdout] 122 | impl<T, const N: NonZeroUsize> Deref for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:129:18
[INFO] [stdout]     |
[INFO] [stdout] 129 | impl<T, const N: NonZeroUsize> DerefMut for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:135:22
[INFO] [stdout]     |
[INFO] [stdout] 135 | impl<T: Eq, const N: NonZeroUsize> Eq for IdealArray<T, N> where [T; N.get()]: Sized {}
[INFO] [stdout]     |                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:115:25
[INFO] [stdout]     |
[INFO] [stdout] 115 | impl<T: Debug, const N: NonZeroUsize> Debug for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:137:24
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl<T: Hash, const N: NonZeroUsize> Hash for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:122:18
[INFO] [stdout]     |
[INFO] [stdout] 122 | impl<T, const N: NonZeroUsize> Deref for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:129:18
[INFO] [stdout]     |
[INFO] [stdout] 129 | impl<T, const N: NonZeroUsize> DerefMut for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:141:22
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a, T, const N: NonZeroUsize> IntoIterator for &'a IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:135:22
[INFO] [stdout]     |
[INFO] [stdout] 135 | impl<T: Eq, const N: NonZeroUsize> Eq for IdealArray<T, N> where [T; N.get()]: Sized {}
[INFO] [stdout]     |                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:147:22
[INFO] [stdout]     |
[INFO] [stdout] 147 | impl<'a, T, const N: NonZeroUsize> IntoIterator for &'a mut IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:137:24
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl<T: Hash, const N: NonZeroUsize> Hash for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:153:27
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<'a, T: Ord, const N: NonZeroUsize> Ord for &'a IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                           ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:141:22
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a, T, const N: NonZeroUsize> IntoIterator for &'a IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:147:22
[INFO] [stdout]     |
[INFO] [stdout] 147 | impl<'a, T, const N: NonZeroUsize> IntoIterator for &'a mut IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:158:19
[INFO] [stdout]     |
[INFO] [stdout] 158 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a [A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:166:19
[INFO] [stdout]     |
[INFO] [stdout] 166 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a mut [A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:174:19
[INFO] [stdout]     |
[INFO] [stdout] 174 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:153:27
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<'a, T: Ord, const N: NonZeroUsize> Ord for &'a IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                           ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:182:19
[INFO] [stdout]     |
[INFO] [stdout] 182 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a mut IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:190:15
[INFO] [stdout]     |
[INFO] [stdout] 190 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<[A; N.get()]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:198:15
[INFO] [stdout]     |
[INFO] [stdout] 198 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:206:15
[INFO] [stdout]     |
[INFO] [stdout] 206 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<[A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:214:15
[INFO] [stdout]     |
[INFO] [stdout] 214 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:158:19
[INFO] [stdout]     |
[INFO] [stdout] 158 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a [A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:166:19
[INFO] [stdout]     |
[INFO] [stdout] 166 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a mut [A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:174:19
[INFO] [stdout]     |
[INFO] [stdout] 174 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:222:33
[INFO] [stdout]     |
[INFO] [stdout] 222 | impl<T: PartialOrd<T>, const N: NonZeroUsize> PartialOrd<[T; N.get()]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:182:19
[INFO] [stdout]     |
[INFO] [stdout] 182 | impl<'a, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<&'a mut IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:235:33
[INFO] [stdout]     |
[INFO] [stdout] 235 | impl<T: PartialOrd<T>, const N: NonZeroUsize> PartialOrd<Self> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:190:15
[INFO] [stdout]     |
[INFO] [stdout] 190 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<[A; N.get()]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:198:15
[INFO] [stdout]     |
[INFO] [stdout] 198 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:206:15
[INFO] [stdout]     |
[INFO] [stdout] 206 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<[A]> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:214:15
[INFO] [stdout]     |
[INFO] [stdout] 214 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealSlice<A>> for IdealArray<B, N> where [B; N.get()]: Sized
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:276:18
[INFO] [stdout]     |
[INFO] [stdout] 276 | impl<T, const N: NonZeroUsize> TryFrom<Vec<T>> for IdealArray<T, N> where [T; N.get()]: Sized, T: Copy {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:283:18
[INFO] [stdout]     |
[INFO] [stdout] 283 | impl<T, const N: NonZeroUsize> TryFrom<IdealVec<T>> for IdealArray<T, N> where [T; N.get()]: Sized, T: Copy {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:222:33
[INFO] [stdout]     |
[INFO] [stdout] 222 | impl<T: PartialOrd<T>, const N: NonZeroUsize> PartialOrd<[T; N.get()]> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:235:33
[INFO] [stdout]     |
[INFO] [stdout] 235 | impl<T: PartialOrd<T>, const N: NonZeroUsize> PartialOrd<Self> for IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:276:18
[INFO] [stdout]     |
[INFO] [stdout] 276 | impl<T, const N: NonZeroUsize> TryFrom<Vec<T>> for IdealArray<T, N> where [T; N.get()]: Sized, T: Copy {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/array.rs:283:18
[INFO] [stdout]     |
[INFO] [stdout] 283 | impl<T, const N: NonZeroUsize> TryFrom<IdealVec<T>> for IdealArray<T, N> where [T; N.get()]: Sized, T: Copy {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/slice.rs:229:15
[INFO] [stdout]     |
[INFO] [stdout] 229 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/slice.rs:243:19
[INFO] [stdout]     |
[INFO] [stdout] 243 | impl<'b, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for &'b IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/slice.rs:257:19
[INFO] [stdout]     |
[INFO] [stdout] 257 | impl<'b, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for &'b mut IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/slice.rs:229:15
[INFO] [stdout]     |
[INFO] [stdout] 229 | impl<const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/slice.rs:243:19
[INFO] [stdout]     |
[INFO] [stdout] 243 | impl<'b, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for &'b IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/slice.rs:257:19
[INFO] [stdout]     |
[INFO] [stdout] 257 | impl<'b, const N: NonZeroUsize, A, B: PartialEq<A>> PartialEq<IdealArray<A, N>> for &'b mut IdealSlice<B> where [A; N.get()]: Sized {
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/vec.rs:195:18
[INFO] [stdout]     |
[INFO] [stdout] 195 | impl<T, const N: NonZeroUsize> From<IdealArray<T, N>> for IdealVec<T> where [T; N.get()]: Sized{
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/vec.rs:195:18
[INFO] [stdout]     |
[INFO] [stdout] 195 | impl<T, const N: NonZeroUsize> From<IdealArray<T, N>> for IdealVec<T> where [T; N.get()]: Sized{
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/vec.rs:302:35
[INFO] [stdout]     |
[INFO] [stdout] 302 | impl<A, B: PartialEq<A>, const N: NonZeroUsize> PartialEq<IdealArray<A, N>> for IdealVec<B> where [B; N.get()]: Sized {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `NonZero<usize>` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/vec.rs:302:35
[INFO] [stdout]     |
[INFO] [stdout] 302 | impl<A, B: PartialEq<A>, const N: NonZeroUsize> PartialEq<IdealArray<A, N>> for IdealVec<B> where [B; N.get()]: Sized {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool` and `char`
[INFO] [stdout]     = help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 92 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `idealist` (lib) due to 93 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 92 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `idealist` (lib test) due to 93 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "f1f5349f9dd5940c5e932febcfffc5e77c46f117b568a81966aa34d95e5cb2a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1f5349f9dd5940c5e932febcfffc5e77c46f117b568a81966aa34d95e5cb2a8", kill_on_drop: false }`
[INFO] [stdout] f1f5349f9dd5940c5e932febcfffc5e77c46f117b568a81966aa34d95e5cb2a8
