[INFO] fetching crate idealist 0.1.1...
[INFO] checking idealist-0.1.1 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate idealist 0.1.1 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate idealist 0.1.1 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "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-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "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" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f47381bf6458966585bc90e97004931f18d1602dd83e7198a6372570393a3c1c
[INFO] running `Command { std: "docker" "start" "-a" "f47381bf6458966585bc90e97004931f18d1602dd83e7198a6372570393a3c1c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f47381bf6458966585bc90e97004931f18d1602dd83e7198a6372570393a3c1c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f47381bf6458966585bc90e97004931f18d1602dd83e7198a6372570393a3c1c", kill_on_drop: false }`
[INFO] [stdout] f47381bf6458966585bc90e97004931f18d1602dd83e7198a6372570393a3c1c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 60923b73b3fb5e7387506d2adb4a5be44915545c4f4f4f416327975d36932d3a
[INFO] running `Command { std: "docker" "start" "-a" "60923b73b3fb5e7387506d2adb4a5be44915545c4f4f4f416327975d36932d3a", 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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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/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: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/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: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/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: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/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: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/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: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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:141:53
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a, T, const N: NonZeroUsize> IntoIterator for &'a IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^^^^^^ `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[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] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:142:14
[INFO] [stdout]     |
[INFO] [stdout] 142 |     type Item = &'a T;
[INFO] [stdout]     |                 ^^^^^ `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:143:18
[INFO] [stdout]     |
[INFO] [stdout] 143 |     type IntoIter = Iter<'a, T>;
[INFO] [stdout]     |                     ^^^^^^^^^^^ `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:144:2
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn into_iter(self) -> Self::IntoIter {self.0.iter()}
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[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] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:147:53
[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]     |                                                     ^^^^^^^^^^^^^^^^^^^^^^^^ `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a mut array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:148:14
[INFO] [stdout]     |
[INFO] [stdout] 148 |     type Item = &'a mut T;
[INFO] [stdout]     |                 ^^^^^^^^^ `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a mut array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:149:18
[INFO] [stdout]     |
[INFO] [stdout] 149 |     type IntoIter = IterMut<'a, T>;
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a mut array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:150:2
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn into_iter(self) -> Self::IntoIter {self.0.iter_mut()}
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a mut array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[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] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `&'a array::IdealArray<T, N>: Ord` is not satisfied
[INFO] [stdout]    --> src/array.rs:153:49
[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]     |                                                 ^^^^^^^^^^^^^^^^^^^^ the trait `Ord` is not implemented for `&'a array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Ord` is implemented for `&'a array::IdealArray<T, N>`
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:141:53
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a, T, const N: NonZeroUsize> IntoIterator for &'a IdealArray<T, N> where [T; N.get()]: Sized {
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^^^^^^ `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:142:14
[INFO] [stdout]     |
[INFO] [stdout] 142 |     type Item = &'a T;
[INFO] [stdout]     |                 ^^^^^ `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:143:18
[INFO] [stdout]     |
[INFO] [stdout] 143 |     type IntoIter = Iter<'a, T>;
[INFO] [stdout]     |                     ^^^^^^^^^^^ `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<Vec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:276:52
[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]     |                                                    ^^^^^^^^^^^^^^^^ the trait `TryFrom<Vec<T>>` is not implemented for `array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<Vec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:277:15
[INFO] [stdout]     |
[INFO] [stdout] 277 |     type Error = Vec<T>;
[INFO] [stdout]     |                  ^^^^^^ the trait `TryFrom<Vec<T>>` is not implemented for `array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:144:2
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn into_iter(self) -> Self::IntoIter {self.0.iter()}
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[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] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<Vec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:278:2
[INFO] [stdout]     |
[INFO] [stdout] 278 |     fn try_from(vec: Vec<T>) -> Result<Self, Self::Error> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TryFrom<Vec<T>>` is not implemented for `array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[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] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:147:53
[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]     |                                                     ^^^^^^^^^^^^^^^^^^^^^^^^ `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a mut array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<vec::IdealVec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:283:57
[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]     |                                                         ^^^^^^^^^^^^^^^^ the trait `TryFrom<vec::IdealVec<T>>` is not implemented for `array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:148:14
[INFO] [stdout]     |
[INFO] [stdout] 148 |     type Item = &'a mut T;
[INFO] [stdout]     |                 ^^^^^^^^^ `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a mut array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<vec::IdealVec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:284:15
[INFO] [stdout]     |
[INFO] [stdout] 284 |     type Error = IdealVec<T>;
[INFO] [stdout]     |                  ^^^^^^^^^^^ the trait `TryFrom<vec::IdealVec<T>>` is not implemented for `array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:149:18
[INFO] [stdout]     |
[INFO] [stdout] 149 |     type IntoIter = IterMut<'a, T>;
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a mut array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<vec::IdealVec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:285:2
[INFO] [stdout]     |
[INFO] [stdout] 285 |     fn try_from(vec: IdealVec<T>) -> Result<Self, Self::Error> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TryFrom<vec::IdealVec<T>>` is not implemented for `array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[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] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:150:2
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn into_iter(self) -> Self::IntoIter {self.0.iter_mut()}
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a mut array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[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] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `&'a array::IdealArray<T, N>: Ord` is not satisfied
[INFO] [stdout]    --> src/array.rs:153:49
[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]     |                                                 ^^^^^^^^^^^^^^^^^^^^ the trait `Ord` is not implemented for `&'a array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Ord` is implemented for `&'a array::IdealArray<T, N>`
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:144:24
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn into_iter(self) -> Self::IntoIter {self.0.iter()}
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^ `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:150:24
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn into_iter(self) -> Self::IntoIter {self.0.iter_mut()}
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^ `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a mut array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<Vec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:276:52
[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]     |                                                    ^^^^^^^^^^^^^^^^ the trait `TryFrom<Vec<T>>` is not implemented for `array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<Vec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:277:15
[INFO] [stdout]     |
[INFO] [stdout] 277 |     type Error = Vec<T>;
[INFO] [stdout]     |                  ^^^^^^ the trait `TryFrom<Vec<T>>` is not implemented for `array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<Vec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:278:43
[INFO] [stdout]     |
[INFO] [stdout] 278 |     fn try_from(vec: Vec<T>) -> Result<Self, Self::Error> {
[INFO] [stdout]     |                                              ^^^^^^^^^^^ the trait `TryFrom<Vec<T>>` is not implemented for `array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<Vec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:278:2
[INFO] [stdout]     |
[INFO] [stdout] 278 |     fn try_from(vec: Vec<T>) -> Result<Self, Self::Error> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TryFrom<Vec<T>>` is not implemented for `array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[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] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<vec::IdealVec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:285:48
[INFO] [stdout]     |
[INFO] [stdout] 285 |     fn try_from(vec: IdealVec<T>) -> Result<Self, Self::Error> {
[INFO] [stdout]     |                                                   ^^^^^^^^^^^ the trait `TryFrom<vec::IdealVec<T>>` is not implemented for `array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<vec::IdealVec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:283:57
[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]     |                                                         ^^^^^^^^^^^^^^^^ the trait `TryFrom<vec::IdealVec<T>>` is not implemented for `array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<vec::IdealVec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:284:15
[INFO] [stdout]     |
[INFO] [stdout] 284 |     type Error = IdealVec<T>;
[INFO] [stdout]     |                  ^^^^^^^^^^^ the trait `TryFrom<vec::IdealVec<T>>` is not implemented for `array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<vec::IdealVec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:285:2
[INFO] [stdout]     |
[INFO] [stdout] 285 |     fn try_from(vec: IdealVec<T>) -> Result<Self, Self::Error> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TryFrom<vec::IdealVec<T>>` is not implemented for `array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[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] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:144:24
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn into_iter(self) -> Self::IntoIter {self.0.iter()}
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^ `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[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] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:150:24
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn into_iter(self) -> Self::IntoIter {self.0.iter_mut()}
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^ `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a mut array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[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] 
[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] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<Vec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:278:43
[INFO] [stdout]     |
[INFO] [stdout] 278 |     fn try_from(vec: Vec<T>) -> Result<Self, Self::Error> {
[INFO] [stdout]     |                                              ^^^^^^^^^^^ the trait `TryFrom<Vec<T>>` is not implemented for `array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<vec::IdealVec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:285:48
[INFO] [stdout]     |
[INFO] [stdout] 285 |     fn try_from(vec: IdealVec<T>) -> Result<Self, Self::Error> {
[INFO] [stdout]     |                                                   ^^^^^^^^^^^ the trait `TryFrom<vec::IdealVec<T>>` is not implemented for `array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:144:39
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn into_iter(self) -> Self::IntoIter {self.0.iter()}
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^ `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:150:39
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn into_iter(self) -> Self::IntoIter {self.0.iter_mut()}
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^ `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a mut array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:144:39
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn into_iter(self) -> Self::IntoIter {self.0.iter()}
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^ `&'a array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]    --> src/array.rs:150:39
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn into_iter(self) -> Self::IntoIter {self.0.iter_mut()}
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^ `&'a mut array::IdealArray<T, N>` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `IntoIterator` is not implemented for `&'a mut array::IdealArray<T, N>`
[INFO] [stdout]     = help: the following other types implement trait `IntoIterator`:
[INFO] [stdout]               &'a array::IdealArray<T, N>
[INFO] [stdout]               &'a mut array::IdealArray<T, N>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<Vec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:278:56
[INFO] [stdout]     |
[INFO] [stdout] 278 |       fn try_from(vec: Vec<T>) -> Result<Self, Self::Error> {
[INFO] [stdout]     |  ___________________________________________________________^
[INFO] [stdout] 279 | |         <[T; N.get()] as TryFrom<Vec<T>>>::try_from(vec).map(|ok| Self(ok))
[INFO] [stdout] 280 | |     }
[INFO] [stdout]     | |_____^ the trait `TryFrom<Vec<T>>` is not implemented for `array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<vec::IdealVec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:285:61
[INFO] [stdout]     |
[INFO] [stdout] 285 |       fn try_from(vec: IdealVec<T>) -> Result<Self, Self::Error> {
[INFO] [stdout]     |  ________________________________________________________________^
[INFO] [stdout] 286 | |         Self::try_from(vec.0).map_err(|err| IdealVec(err))
[INFO] [stdout] 287 | |     }
[INFO] [stdout]     | |_____^ the trait `TryFrom<vec::IdealVec<T>>` is not implemented for `array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<Vec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:286:3
[INFO] [stdout]     |
[INFO] [stdout] 286 |         Self::try_from(vec.0).map_err(|err| IdealVec(err))
[INFO] [stdout]     |         ^^^^ the trait `From<Vec<T>>` is not implemented for `array::IdealArray<T, N>`, which is required by `array::IdealArray<T, N>: TryFrom<_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[INFO] [stdout]     = note: required for `Vec<T>` to implement `Into<array::IdealArray<T, N>>`
[INFO] [stdout]     = note: required for `array::IdealArray<T, N>` to implement `TryFrom<Vec<T>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/array.rs:286:48
[INFO] [stdout]     |
[INFO] [stdout] 286 |         Self::try_from(vec.0).map_err(|err| IdealVec(err))
[INFO] [stdout]     |                                             -------- ^^^ expected `Vec<_>`, found `Infallible`
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             arguments to this struct are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<_>`
[INFO] [stdout]                  found enum `Infallible`
[INFO] [stdout] note: tuple struct defined here
[INFO] [stdout]    --> src/vec.rs:48:12
[INFO] [stdout]     |
[INFO] [stdout] 48  | pub struct IdealVec<T>(pub(crate) Vec<T>);
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<Vec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:286:3
[INFO] [stdout]     |
[INFO] [stdout] 286 |         Self::try_from(vec.0).map_err(|err| IdealVec(err))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ the trait `TryFrom<Vec<T>>` is not implemented for `array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<Vec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:278:56
[INFO] [stdout]     |
[INFO] [stdout] 278 |       fn try_from(vec: Vec<T>) -> Result<Self, Self::Error> {
[INFO] [stdout]     |  ___________________________________________________________^
[INFO] [stdout] 279 | |         <[T; N.get()] as TryFrom<Vec<T>>>::try_from(vec).map(|ok| Self(ok))
[INFO] [stdout] 280 | |     }
[INFO] [stdout]     | |_____^ the trait `TryFrom<Vec<T>>` is not implemented for `array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<vec::IdealVec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:285:61
[INFO] [stdout]     |
[INFO] [stdout] 285 |       fn try_from(vec: IdealVec<T>) -> Result<Self, Self::Error> {
[INFO] [stdout]     |  ________________________________________________________________^
[INFO] [stdout] 286 | |         Self::try_from(vec.0).map_err(|err| IdealVec(err))
[INFO] [stdout] 287 | |     }
[INFO] [stdout]     | |_____^ the trait `TryFrom<vec::IdealVec<T>>` is not implemented for `array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<Vec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:286:3
[INFO] [stdout]     |
[INFO] [stdout] 286 |         Self::try_from(vec.0).map_err(|err| IdealVec(err))
[INFO] [stdout]     |         ^^^^ the trait `From<Vec<T>>` is not implemented for `array::IdealArray<T, N>`, which is required by `array::IdealArray<T, N>: TryFrom<_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[INFO] [stdout]     = note: required for `Vec<T>` to implement `Into<array::IdealArray<T, N>>`
[INFO] [stdout]     = note: required for `array::IdealArray<T, N>` to implement `TryFrom<Vec<T>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/array.rs:286:48
[INFO] [stdout]     |
[INFO] [stdout] 286 |         Self::try_from(vec.0).map_err(|err| IdealVec(err))
[INFO] [stdout]     |                                             -------- ^^^ expected `Vec<_>`, found `Infallible`
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             arguments to this struct are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<_>`
[INFO] [stdout]                  found enum `Infallible`
[INFO] [stdout] note: tuple struct defined here
[INFO] [stdout]    --> src/vec.rs:48:12
[INFO] [stdout]     |
[INFO] [stdout] 48  | pub struct IdealVec<T>(pub(crate) Vec<T>);
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `array::IdealArray<T, N>: TryFrom<Vec<T>>` is not satisfied
[INFO] [stdout]    --> src/array.rs:286:3
[INFO] [stdout]     |
[INFO] [stdout] 286 |         Self::try_from(vec.0).map_err(|err| IdealVec(err))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ the trait `TryFrom<Vec<T>>` is not implemented for `array::IdealArray<T, N>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `TryFrom<T>`:
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<Vec<T>>>
[INFO] [stdout]               <array::IdealArray<T, N> as TryFrom<vec::IdealVec<T>>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 118 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0557.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `idealist` (lib) due to 119 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 118 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0557.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `idealist` (lib test) due to 119 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "60923b73b3fb5e7387506d2adb4a5be44915545c4f4f4f416327975d36932d3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60923b73b3fb5e7387506d2adb4a5be44915545c4f4f4f416327975d36932d3a", kill_on_drop: false }`
[INFO] [stdout] 60923b73b3fb5e7387506d2adb4a5be44915545c4f4f4f416327975d36932d3a
