[INFO] fetching crate idealist 0.1.1... [INFO] checking idealist-0.1.1 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] extracting crate idealist 0.1.1 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate idealist 0.1.1 on toolchain ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "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-6-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "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" "+ff1737bb00913444173658b4e0b274fd79aabf66" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6a0335f7d89afa9e5b22ac43dd2224b4235a8c8bb922c8da91480efcdf05847a [INFO] running `Command { std: "docker" "start" "-a" "6a0335f7d89afa9e5b22ac43dd2224b4235a8c8bb922c8da91480efcdf05847a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6a0335f7d89afa9e5b22ac43dd2224b4235a8c8bb922c8da91480efcdf05847a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a0335f7d89afa9e5b22ac43dd2224b4235a8c8bb922c8da91480efcdf05847a", kill_on_drop: false }` [INFO] [stdout] 6a0335f7d89afa9e5b22ac43dd2224b4235a8c8bb922c8da91480efcdf05847a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1051627ddefaa976b05fa114df1aac1b51fae7bb971947c9087bc692631bcec9 [INFO] running `Command { std: "docker" "start" "-a" "1051627ddefaa976b05fa114df1aac1b51fae7bb971947c9087bc692631bcec9", kill_on_drop: false }` [INFO] [stderr] Checking idealist v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(const_generics, const_evaluatable_checked, generic_associated_types, never_type, const_fn, const_trait_impl, arbitrary_self_ty... [INFO] [stdout] | ^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: removed in favor of `#![feature(adt_const_params)]` and `#![feature(generic_const_exprs)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:2:28 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(const_generics, const_evaluatable_checked, generic_associated_types, never_type, const_fn, const_trait_impl, arbitrary_self_ty... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: renamed to `generic_const_exprs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:2:93 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(const_generics, const_evaluatable_checked, generic_associated_types, never_type, const_fn, const_trait_impl, arbitrary_self_ty... [INFO] [stdout] | ^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: split into finer-grained feature gates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(const_generics, const_evaluatable_checked, generic_associated_types, never_type, const_fn, const_trait_impl, arbitrary_self_ty... [INFO] [stdout] | ^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: removed in favor of `#![feature(adt_const_params)]` and `#![feature(generic_const_exprs)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:2:28 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(const_generics, const_evaluatable_checked, generic_associated_types, never_type, const_fn, const_trait_impl, arbitrary_self_ty... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: renamed to `generic_const_exprs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:2:93 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(const_generics, const_evaluatable_checked, generic_associated_types, never_type, const_fn, const_trait_impl, arbitrary_self_ty... [INFO] [stdout] | ^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: split into finer-grained feature gates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: generic parameters may not be used in const operations [INFO] [stdout] --> src/array.rs:34:84 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct IdealArray(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(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 IdealArray 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(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: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:34:64 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct IdealArray(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: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 AsMut<[T]> for IdealArray 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 IdealArray 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 AsMut> for IdealArray 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 AsMut<[T]> for IdealArray 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 AsRef<[T]> for IdealArray 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 AsRef> for IdealArray 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 Borrow<[T]> for IdealArray 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 Borrow> for IdealArray 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 BorrowMut<[T]> for IdealArray 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 BorrowMut> for IdealArray 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 Clone for IdealArray 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 Copy for IdealArray 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 Debug for IdealArray 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 Deref for IdealArray 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 DerefMut for IdealArray 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 Eq for IdealArray 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 Hash for IdealArray 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 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 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 AsMut> for IdealArray 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 AsRef<[T]> for IdealArray 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 AsRef> for IdealArray 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 Borrow<[T]> for IdealArray 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 Borrow> for IdealArray 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 BorrowMut<[T]> for IdealArray 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 BorrowMut> for IdealArray 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 Clone for IdealArray 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 Copy for IdealArray 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 Debug for IdealArray 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 Deref for IdealArray 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 DerefMut for IdealArray 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 Eq for IdealArray 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 Hash for IdealArray 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 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 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> PartialEq<&'a [A]> for IdealArray 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:147:88 [INFO] [stdout] | [INFO] [stdout] 147 | impl<'a, T, const N: NonZeroUsize> IntoIterator for &'a mut IdealArray where [T; N.get()]: Sized { [INFO] [stdout] | ^ cannot perform const operation using `N` [INFO] [stdout] | [INFO] [stdout] = help: const parameters may only be used as standalone arguments, i.e. `N` [INFO] [stdout] = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: generic parameters may not be used in const operations [INFO] [stdout] --> src/array.rs:166:107 [INFO] [stdout] | [INFO] [stdout] 166 | impl<'a, const N: NonZeroUsize, A, B: PartialEq> PartialEq<&'a mut [A]> for IdealArray 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> PartialEq<&'a IdealSlice> for IdealArray 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:153:80 [INFO] [stdout] | [INFO] [stdout] 153 | impl<'a, T: Ord, const N: NonZeroUsize> Ord for &'a IdealArray where [T; N.get()]: Sized { [INFO] [stdout] | ^ cannot perform const operation using `N` [INFO] [stdout] | [INFO] [stdout] = help: const parameters may only be used as standalone arguments, i.e. `N` [INFO] [stdout] = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: generic parameters may not be used in const operations [INFO] [stdout] --> src/array.rs:182:117 [INFO] [stdout] | [INFO] [stdout] 182 | impl<'a, const N: NonZeroUsize, A, B: PartialEq> PartialEq<&'a mut IdealSlice> for IdealArray 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:158:103 [INFO] [stdout] | [INFO] [stdout] 158 | impl<'a, const N: NonZeroUsize, A, B: PartialEq> PartialEq<&'a [A]> for IdealArray 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> PartialEq<&'a mut [A]> for IdealArray 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> PartialEq<&'a IdealSlice> for IdealArray 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> PartialEq<[A; N.get()]> for IdealArray 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> PartialEq<&'a mut IdealSlice> for IdealArray 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> PartialEq<[A; N.get()]> for IdealArray 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:190:63 [INFO] [stdout] | [INFO] [stdout] 190 | impl> PartialEq<[A; N.get()]> for IdealArray 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: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:190:104 [INFO] [stdout] | [INFO] [stdout] 190 | impl> PartialEq<[A; N.get()]> for IdealArray 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:198:108 [INFO] [stdout] | [INFO] [stdout] 198 | impl> PartialEq> for IdealArray 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:206:95 [INFO] [stdout] | [INFO] [stdout] 206 | impl> PartialEq<[A]> for IdealArray 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:198:108 [INFO] [stdout] | [INFO] [stdout] 198 | impl> PartialEq> for IdealArray 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> PartialEq> for IdealArray 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, const N: NonZeroUsize> PartialOrd<[T; N.get()]> for IdealArray where [T; N.get()]: Sized { [INFO] [stdout] | ^ cannot perform const operation using `N` [INFO] [stdout] | [INFO] [stdout] = help: const parameters may only be used as standalone arguments, i.e. `N` [INFO] [stdout] = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: generic parameters may not be used in const operations [INFO] [stdout] --> src/array.rs:206:95 [INFO] [stdout] | [INFO] [stdout] 206 | impl> PartialEq<[A]> for IdealArray 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:103 [INFO] [stdout] | [INFO] [stdout] 222 | impl, const N: NonZeroUsize> PartialOrd<[T; N.get()]> for IdealArray where [T; N.get()]: Sized { [INFO] [stdout] | ^ cannot perform const operation using `N` [INFO] [stdout] | [INFO] [stdout] = help: const parameters may only be used as standalone arguments, i.e. `N` [INFO] [stdout] = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: generic parameters may not be used in const operations [INFO] [stdout] --> src/array.rs:214:105 [INFO] [stdout] | [INFO] [stdout] 214 | impl> PartialEq> for IdealArray 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, const N: NonZeroUsize> PartialOrd<[T; N.get()]> for IdealArray 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, const N: NonZeroUsize> PartialOrd<[T; N.get()]> for IdealArray 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 {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, const N: NonZeroUsize> PartialOrd for IdealArray 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 TryFrom> for IdealArray 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>>::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 TryFrom> for IdealArray 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> PartialEq> for IdealSlice 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> PartialEq> for &'b IdealSlice 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> PartialEq> for &'b mut IdealSlice 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 From> for IdealVec 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 {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, const N: NonZeroUsize> PartialOrd for IdealArray 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 TryFrom> for IdealArray 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>>::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 TryFrom> for IdealArray 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> PartialEq> for IdealSlice 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> PartialEq> for &'b IdealSlice 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> PartialEq> for &'b mut IdealSlice 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 From> for IdealVec 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, const N: NonZeroUsize> PartialEq> for IdealVec 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, const N: NonZeroUsize> PartialEq> for IdealVec 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: `NonZero` 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(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` 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(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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:36:18 [INFO] [stdout] | [INFO] [stdout] 36 | impl IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:36:18 [INFO] [stdout] | [INFO] [stdout] 36 | impl IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:54:18 [INFO] [stdout] | [INFO] [stdout] 54 | impl AsMut<[T]> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:54:18 [INFO] [stdout] | [INFO] [stdout] 54 | impl AsMut<[T]> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:61:18 [INFO] [stdout] | [INFO] [stdout] 61 | impl AsMut> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:68:18 [INFO] [stdout] | [INFO] [stdout] 68 | impl AsRef<[T]> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:61:18 [INFO] [stdout] | [INFO] [stdout] 61 | impl AsMut> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:75:18 [INFO] [stdout] | [INFO] [stdout] 75 | impl AsRef> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:82:18 [INFO] [stdout] | [INFO] [stdout] 82 | impl Borrow<[T]> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:88:18 [INFO] [stdout] | [INFO] [stdout] 88 | impl Borrow> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:94:18 [INFO] [stdout] | [INFO] [stdout] 94 | impl BorrowMut<[T]> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:100:18 [INFO] [stdout] | [INFO] [stdout] 100 | impl BorrowMut> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:68:18 [INFO] [stdout] | [INFO] [stdout] 68 | impl AsRef<[T]> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:75:18 [INFO] [stdout] | [INFO] [stdout] 75 | impl AsRef> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:82:18 [INFO] [stdout] | [INFO] [stdout] 82 | impl Borrow<[T]> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:88:18 [INFO] [stdout] | [INFO] [stdout] 88 | impl Borrow> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:94:18 [INFO] [stdout] | [INFO] [stdout] 94 | impl BorrowMut<[T]> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:100:18 [INFO] [stdout] | [INFO] [stdout] 100 | impl BorrowMut> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:107:25 [INFO] [stdout] | [INFO] [stdout] 107 | impl Clone for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:107:25 [INFO] [stdout] | [INFO] [stdout] 107 | impl Clone for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl Copy for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl Copy for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:115:25 [INFO] [stdout] | [INFO] [stdout] 115 | impl Debug for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:122:18 [INFO] [stdout] | [INFO] [stdout] 122 | impl Deref for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:129:18 [INFO] [stdout] | [INFO] [stdout] 129 | impl DerefMut for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:135:22 [INFO] [stdout] | [INFO] [stdout] 135 | impl Eq for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:137:24 [INFO] [stdout] | [INFO] [stdout] 137 | impl Hash for IdealArray 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` 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 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` 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 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` 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 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:115:25 [INFO] [stdout] | [INFO] [stdout] 115 | impl Debug for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:122:18 [INFO] [stdout] | [INFO] [stdout] 122 | impl Deref for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:129:18 [INFO] [stdout] | [INFO] [stdout] 129 | impl DerefMut for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:135:22 [INFO] [stdout] | [INFO] [stdout] 135 | impl Eq for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:137:24 [INFO] [stdout] | [INFO] [stdout] 137 | impl Hash for IdealArray 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` 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> PartialEq<&'a [A]> for IdealArray 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` 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> PartialEq<&'a mut [A]> for IdealArray 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` 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> PartialEq<&'a IdealSlice> for IdealArray 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` 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> PartialEq<&'a mut IdealSlice> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:190:15 [INFO] [stdout] | [INFO] [stdout] 190 | impl> PartialEq<[A; N.get()]> for IdealArray 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` 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 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:198:15 [INFO] [stdout] | [INFO] [stdout] 198 | impl> PartialEq> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:206:15 [INFO] [stdout] | [INFO] [stdout] 206 | impl> PartialEq<[A]> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:214:15 [INFO] [stdout] | [INFO] [stdout] 214 | impl> PartialEq> for IdealArray 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` 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 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` 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 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:222:33 [INFO] [stdout] | [INFO] [stdout] 222 | impl, const N: NonZeroUsize> PartialOrd<[T; N.get()]> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:235:33 [INFO] [stdout] | [INFO] [stdout] 235 | impl, const N: NonZeroUsize> PartialOrd for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:276:18 [INFO] [stdout] | [INFO] [stdout] 276 | impl TryFrom> for IdealArray 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: `NonZero` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:283:18 [INFO] [stdout] | [INFO] [stdout] 283 | impl TryFrom> for IdealArray 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: `NonZero` 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> PartialEq<&'a [A]> for IdealArray 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` 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> PartialEq<&'a mut [A]> for IdealArray 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` 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> PartialEq<&'a IdealSlice> for IdealArray 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` 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> PartialEq<&'a mut IdealSlice> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:190:15 [INFO] [stdout] | [INFO] [stdout] 190 | impl> PartialEq<[A; N.get()]> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:198:15 [INFO] [stdout] | [INFO] [stdout] 198 | impl> PartialEq> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:206:15 [INFO] [stdout] | [INFO] [stdout] 206 | impl> PartialEq<[A]> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:214:15 [INFO] [stdout] | [INFO] [stdout] 214 | impl> PartialEq> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/slice.rs:229:15 [INFO] [stdout] | [INFO] [stdout] 229 | impl> PartialEq> for IdealSlice 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` 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> PartialEq> for &'b IdealSlice 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` 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> PartialEq> for &'b mut IdealSlice 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:222:33 [INFO] [stdout] | [INFO] [stdout] 222 | impl, const N: NonZeroUsize> PartialOrd<[T; N.get()]> for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:235:33 [INFO] [stdout] | [INFO] [stdout] 235 | impl, const N: NonZeroUsize> PartialOrd for IdealArray 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:276:18 [INFO] [stdout] | [INFO] [stdout] 276 | impl TryFrom> for IdealArray 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: `NonZero` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/array.rs:283:18 [INFO] [stdout] | [INFO] [stdout] 283 | impl TryFrom> for IdealArray 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: `NonZero` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/vec.rs:195:18 [INFO] [stdout] | [INFO] [stdout] 195 | impl From> for IdealVec 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/vec.rs:302:35 [INFO] [stdout] | [INFO] [stdout] 302 | impl, const N: NonZeroUsize> PartialEq> for IdealVec 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/slice.rs:229:15 [INFO] [stdout] | [INFO] [stdout] 229 | impl> PartialEq> for IdealSlice 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` 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> PartialEq> for &'b IdealSlice 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` 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> PartialEq> for &'b mut IdealSlice 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/vec.rs:195:18 [INFO] [stdout] | [INFO] [stdout] 195 | impl From> for IdealVec 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` is forbidden as the type of a const generic parameter [INFO] [stdout] --> src/vec.rs:302:35 [INFO] [stdout] | [INFO] [stdout] 302 | impl, const N: NonZeroUsize> PartialEq> for IdealVec 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[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:161:51 [INFO] [stdout] | [INFO] [stdout] 158 | impl<'a, const N: NonZeroUsize, A, B: PartialEq> PartialEq<&'a [A]> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 161 | fn eq(&self, other: &&'a [A]) -> bool {self.0 == *other} [INFO] [stdout] | ^^^^^^ expected type parameter `A`, found `&[A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found reference `&'a [A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:163:51 [INFO] [stdout] | [INFO] [stdout] 158 | impl<'a, const N: NonZeroUsize, A, B: PartialEq> PartialEq<&'a [A]> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 163 | fn ne(&self, other: &&'a [A]) -> bool {self.0 != *other} [INFO] [stdout] | ^^^^^^ expected type parameter `A`, found `&[A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found reference `&'a [A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:169:55 [INFO] [stdout] | [INFO] [stdout] 166 | impl<'a, const N: NonZeroUsize, A, B: PartialEq> PartialEq<&'a mut [A]> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 169 | fn eq(&self, other: &&'a mut [A]) -> bool {self.0 == *other} [INFO] [stdout] | ^^^^^^ expected type parameter `A`, found `&mut [A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found mutable reference `&'a mut [A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:171:55 [INFO] [stdout] | [INFO] [stdout] 166 | impl<'a, const N: NonZeroUsize, A, B: PartialEq> PartialEq<&'a mut [A]> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 171 | fn ne(&self, other: &&'a mut [A]) -> bool {self.0 != *other} [INFO] [stdout] | ^^^^^^ expected type parameter `A`, found `&mut [A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found mutable reference `&'a mut [A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:177:61 [INFO] [stdout] | [INFO] [stdout] 174 | impl<'a, const N: NonZeroUsize, A, B: PartialEq> PartialEq<&'a IdealSlice> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 177 | fn eq(&self, other: &&'a IdealSlice) -> bool {self.0 == other.0} [INFO] [stdout] | ^^^^^^^ expected type parameter `A`, found `[A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found slice `[A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:179:61 [INFO] [stdout] | [INFO] [stdout] 174 | impl<'a, const N: NonZeroUsize, A, B: PartialEq> PartialEq<&'a IdealSlice> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 179 | fn ne(&self, other: &&'a IdealSlice) -> bool {self.0 != other.0} [INFO] [stdout] | ^^^^^^^ expected type parameter `A`, found `[A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found slice `[A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:185:65 [INFO] [stdout] | [INFO] [stdout] 182 | impl<'a, const N: NonZeroUsize, A, B: PartialEq> PartialEq<&'a mut IdealSlice> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 185 | fn eq(&self, other: &&'a mut IdealSlice) -> bool {self.0 == other.0} [INFO] [stdout] | ^^^^^^^ expected type parameter `A`, found `[A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found slice `[A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:187:65 [INFO] [stdout] | [INFO] [stdout] 182 | impl<'a, const N: NonZeroUsize, A, B: PartialEq> PartialEq<&'a mut IdealSlice> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 187 | fn ne(&self, other: &&'a mut IdealSlice) -> bool {self.0 != other.0} [INFO] [stdout] | ^^^^^^^ expected type parameter `A`, found `[A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found slice `[A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:209:47 [INFO] [stdout] | [INFO] [stdout] 206 | impl> PartialEq<[A]> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 209 | fn eq(&self, other: &[A]) -> bool {self.0 == *other} [INFO] [stdout] | ^^^^^^ expected type parameter `A`, found `[A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found slice `[A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:211:47 [INFO] [stdout] | [INFO] [stdout] 206 | impl> PartialEq<[A]> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 211 | fn ne(&self, other: &[A]) -> bool {self.0 != *other} [INFO] [stdout] | ^^^^^^ expected type parameter `A`, found `[A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found slice `[A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:217:57 [INFO] [stdout] | [INFO] [stdout] 214 | impl> PartialEq> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 217 | fn eq(&self, other: &IdealSlice) -> bool {self.0 == other.0} [INFO] [stdout] | ^^^^^^^ expected type parameter `A`, found `[A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found slice `[A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:219:57 [INFO] [stdout] | [INFO] [stdout] 214 | impl> PartialEq> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 219 | fn ne(&self, other: &IdealSlice) -> bool {self.0 != other.0} [INFO] [stdout] | ^^^^^^^ expected type parameter `A`, found `[A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found slice `[A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:161:51 [INFO] [stdout] | [INFO] [stdout] 158 | impl<'a, const N: NonZeroUsize, A, B: PartialEq> PartialEq<&'a [A]> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 161 | fn eq(&self, other: &&'a [A]) -> bool {self.0 == *other} [INFO] [stdout] | ^^^^^^ expected type parameter `A`, found `&[A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found reference `&'a [A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:163:51 [INFO] [stdout] | [INFO] [stdout] 158 | impl<'a, const N: NonZeroUsize, A, B: PartialEq> PartialEq<&'a [A]> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 163 | fn ne(&self, other: &&'a [A]) -> bool {self.0 != *other} [INFO] [stdout] | ^^^^^^ expected type parameter `A`, found `&[A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found reference `&'a [A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:169:55 [INFO] [stdout] | [INFO] [stdout] 166 | impl<'a, const N: NonZeroUsize, A, B: PartialEq> PartialEq<&'a mut [A]> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 169 | fn eq(&self, other: &&'a mut [A]) -> bool {self.0 == *other} [INFO] [stdout] | ^^^^^^ expected type parameter `A`, found `&mut [A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found mutable reference `&'a mut [A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:171:55 [INFO] [stdout] | [INFO] [stdout] 166 | impl<'a, const N: NonZeroUsize, A, B: PartialEq> PartialEq<&'a mut [A]> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 171 | fn ne(&self, other: &&'a mut [A]) -> bool {self.0 != *other} [INFO] [stdout] | ^^^^^^ expected type parameter `A`, found `&mut [A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found mutable reference `&'a mut [A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:177:61 [INFO] [stdout] | [INFO] [stdout] 174 | impl<'a, const N: NonZeroUsize, A, B: PartialEq> PartialEq<&'a IdealSlice> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 177 | fn eq(&self, other: &&'a IdealSlice) -> bool {self.0 == other.0} [INFO] [stdout] | ^^^^^^^ expected type parameter `A`, found `[A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found slice `[A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:179:61 [INFO] [stdout] | [INFO] [stdout] 174 | impl<'a, const N: NonZeroUsize, A, B: PartialEq> PartialEq<&'a IdealSlice> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 179 | fn ne(&self, other: &&'a IdealSlice) -> bool {self.0 != other.0} [INFO] [stdout] | ^^^^^^^ expected type parameter `A`, found `[A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found slice `[A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:185:65 [INFO] [stdout] | [INFO] [stdout] 182 | impl<'a, const N: NonZeroUsize, A, B: PartialEq> PartialEq<&'a mut IdealSlice> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 185 | fn eq(&self, other: &&'a mut IdealSlice) -> bool {self.0 == other.0} [INFO] [stdout] | ^^^^^^^ expected type parameter `A`, found `[A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found slice `[A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:187:65 [INFO] [stdout] | [INFO] [stdout] 182 | impl<'a, const N: NonZeroUsize, A, B: PartialEq> PartialEq<&'a mut IdealSlice> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 187 | fn ne(&self, other: &&'a mut IdealSlice) -> bool {self.0 != other.0} [INFO] [stdout] | ^^^^^^^ expected type parameter `A`, found `[A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found slice `[A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:209:47 [INFO] [stdout] | [INFO] [stdout] 206 | impl> PartialEq<[A]> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 209 | fn eq(&self, other: &[A]) -> bool {self.0 == *other} [INFO] [stdout] | ^^^^^^ expected type parameter `A`, found `[A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found slice `[A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:211:47 [INFO] [stdout] | [INFO] [stdout] 206 | impl> PartialEq<[A]> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 211 | fn ne(&self, other: &[A]) -> bool {self.0 != *other} [INFO] [stdout] | ^^^^^^ expected type parameter `A`, found `[A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found slice `[A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:217:57 [INFO] [stdout] | [INFO] [stdout] 214 | impl> PartialEq> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 217 | fn eq(&self, other: &IdealSlice) -> bool {self.0 == other.0} [INFO] [stdout] | ^^^^^^^ expected type parameter `A`, found `[A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found slice `[A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/array.rs:219:57 [INFO] [stdout] | [INFO] [stdout] 214 | impl> PartialEq> for IdealArray where [B; N.get()]: Sized [INFO] [stdout] | - expected this type parameter [INFO] [stdout] ... [INFO] [stdout] 219 | fn ne(&self, other: &IdealSlice) -> bool {self.0 != other.0} [INFO] [stdout] | ^^^^^^^ expected type parameter `A`, found `[A]` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `A` [INFO] [stdout] found slice `[A]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `idealist` (lib) due to 104 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] Some errors have detailed explanations: E0308, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `idealist` (lib test) due to 104 previous errors [INFO] running `Command { std: "docker" "inspect" "1051627ddefaa976b05fa114df1aac1b51fae7bb971947c9087bc692631bcec9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1051627ddefaa976b05fa114df1aac1b51fae7bb971947c9087bc692631bcec9", kill_on_drop: false }` [INFO] [stdout] 1051627ddefaa976b05fa114df1aac1b51fae7bb971947c9087bc692631bcec9